Revert project module version

This commit is contained in:
Ludovico Magnocavallo
2019-11-01 08:54:30 +01:00
committed by GitHub
parent c64133eed2
commit 17f762a27b
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"