Revert project module version
This commit is contained in:
committed by
GitHub
parent
c64133eed2
commit
17f762a27b
@@ -39,7 +39,7 @@ module "shared-folder" {
|
||||
|
||||
module "project-tf" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = module.shared-folder.id
|
||||
billing_account = var.billing_account_id
|
||||
prefix = var.prefix
|
||||
@@ -138,7 +138,7 @@ module "business-unit-3-folders" {
|
||||
|
||||
module "project-audit" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = module.shared-folder.id
|
||||
billing_account = var.billing_account_id
|
||||
prefix = var.prefix
|
||||
@@ -180,7 +180,7 @@ module "log-sink-audit" {
|
||||
|
||||
module "project-shared-resources" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = module.shared-folder.id
|
||||
billing_account = var.billing_account_id
|
||||
prefix = var.prefix
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
module "project-tf" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = var.root_node
|
||||
billing_account = var.billing_account_id
|
||||
prefix = var.prefix
|
||||
@@ -102,7 +102,7 @@ module "folders-top-level" {
|
||||
|
||||
module "project-audit" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = var.root_node
|
||||
billing_account = var.billing_account_id
|
||||
prefix = var.prefix
|
||||
@@ -146,7 +146,7 @@ module "log-sink-audit" {
|
||||
|
||||
module "project-shared-resources" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = var.root_node
|
||||
billing_account = var.billing_account_id
|
||||
prefix = var.prefix
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
module "project-svpc-host" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = var.root_node
|
||||
prefix = var.prefix
|
||||
name = "vpc-host"
|
||||
@@ -33,7 +33,7 @@ module "project-svpc-host" {
|
||||
|
||||
module "project-service-gce" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = var.root_node
|
||||
prefix = var.prefix
|
||||
name = "gce"
|
||||
@@ -47,7 +47,7 @@ module "project-service-gce" {
|
||||
|
||||
module "project-service-gke" {
|
||||
source = "terraform-google-modules/project-factory/google//modules/fabric-project"
|
||||
version = "4.0.0"
|
||||
version = "3.3.1"
|
||||
parent = var.root_node
|
||||
prefix = var.prefix
|
||||
name = "gke"
|
||||
|
||||
Reference in New Issue
Block a user