terraform-example-foundation
terraform-example-foundation copied to clipboard
terraform-google-modules dependency tree reverse engineering
talking to Marian. LZ customization on demand - script to modify tfvars - one option
TL;DR
local ../ and remote modules https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/2-environments/modules/env_baseline/monitoring.tf#L22
module "monitoring_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 14.0"
see https://registry.terraform.io/modules/terraform-google-modules/project-factory/google/14.4.0
some modules are from GoogleCloudPlatform
module "ilbs" {
source = "GoogleCloudPlatform/lb-internal/google"
version = "~> 5.0"
for_each = toset(var.regions)
see https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/3-networks-hub-and-spoke/modules/transitivity/main.tf#L92
Start with the terraform plugin in Jetforms intelliJ
assigned to fmichaelobrien
Terraform Resources
No response
Detailed design
No response
Additional information
No response