Michael O'Brien
Michael O'Brien
following https://github.com/canada-ca/cloud-guardrails-gcp/tree/main/guardrails-validation Workaround - turn off regional restriction on the project - or delete it on the parent and the rerun a terraform apply to get it back after ```...
Good Morning, thank you for the excellent article and associated repo for capturing droneID radio traffic. I was also under the impression that DroneID was encrypted. There was a POC...
### TL;DR add to https://github.com/CloudLandingZone/terraform-example-foundation?tab=readme-ov-file#0-bootstrap See service enablements on the project and IAM roles for the super admin or terraform service account being impersonated details in the list on https://github.com/terraform-google-modules/terraform-example-foundation/issues/1133#issuecomment-1980982638...
### TL;DR see for example https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/projects?query=is%3Aopen ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional information _No response_
### TL;DR Write up a procedure and modifications to the existing 0-bootstrap cloud build and CSR setup (remove both) - remove them in prep of preparing for the following scenarios...
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"...
### TL;DR https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/0-bootstrap#running-terraform-locally Only parameters are discussed at the same level as cloud build - for the case for where we run ADO for example https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/0-bootstrap#deploying-with-cloud-build ### Expected behavior _No...
### TL;DR check at least 1.5.4 see The version of terraform run internally has issues with lack of support for later APIs https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/0-bootstrap/Dockerfile#L18 ``` ARG TERRAFORM_VERSION=1.3.0 ``` We need support...
### TL;DR see related https://github.com/terraform-google-modules/terraform-example-foundation/issues/1141 raised for readme adjustments https://github.com/terraform-google-modules/terraform-example-foundation/issues/1151 step 9 of https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/1-org/README.md#deploying-with-cloud-build ## 1-org - step 9 checking tf plan issues - was due to bootstrap gcp-org -...
### TL;DR Update: should have followed the warning around 1.3.0 in https://github.com/terraform-google-modules/terraform-example-foundation/pull/831/files https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/0-bootstrap/README.md#prerequisites Note: Make sure that you use version 1.3.0 of Terraform throughout this series. Otherwise, you might experience...