Support customizable resource names in FAST stage 0 (#2768)

* support customizable resource names in FAST stage 0

* tfdoc

* tflint

* remove comment

* use object type

* tfdoc

* bump tf version

* bump terraform version in versions files

* tf version in ci

* trigger workflow
This commit is contained in:
Ludovico Magnocavallo
2024-12-16 17:46:34 +01:00
committed by GitHub
parent 89a33f0a73
commit 0fa257e6b1
109 changed files with 243 additions and 197 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.7.4
terraform_version: 1.10.2
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint

View File

@@ -14,8 +14,6 @@
name: "Tests"
on:
# schedule:
# - cron: "45 2 * * *"
push:
branches:
- master
@@ -29,7 +27,7 @@ on:
terraform_version:
description: "Use '1.5.7' to test last MPLv2 Terraform version"
required: true
default: 1.7.4
default: 1.10.2
type: string
env:
@@ -39,7 +37,7 @@ env:
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TFTEST_COPY: 1
DEFAULT_TERRAFORM_FLAVOUR: terraform
DEFAULT_TERRAFORM_VERSION: ${{ inputs.terraform_version || '1.7.4' }}
DEFAULT_TERRAFORM_VERSION: ${{ inputs.terraform_version || '1.10.2' }}
DEFAULT_TOFU_VERSION: "1.7.2"
jobs: