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

@@ -15,7 +15,7 @@
# Fabric release: v36.0.1
terraform {
required_version = ">= 1.7.4"
required_version = ">= 1.10.2"
required_providers {
google = {
source = "hashicorp/google"

View File

@@ -15,7 +15,7 @@
# Fabric release: v36.0.1
terraform {
required_version = ">= 1.7.4"
required_version = ">= 1.10.2"
required_providers {
google = {
source = "hashicorp/google"

View File

@@ -15,7 +15,7 @@
# Fabric release: v36.0.1
terraform {
required_version = ">= 1.7.4"
required_version = ">= 1.10.2"
required_providers {
google = {
source = "hashicorp/google"