terraform-example-foundation
terraform-example-foundation copied to clipboard
Shows how the CFT modules can be composed to build a secure cloud foundation
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/group/google](https://registry.terraform.io/modules/terraform-google-modules/group/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-group)) | module | minor | `~> 0.6` -> `~> 0.7` |...
:robot: I have created a release *beep* *boop* --- ## [4.1.1](https://github.com/terraform-google-modules/terraform-example-foundation/compare/v4.1.0...v4.1.1) (2024-09-04) ### Bug Fixes * bump version of terraform provider on cai-monitoring module ([#1328](https://github.com/terraform-google-modules/terraform-example-foundation/issues/1328)) ([4dbe0f8](https://github.com/terraform-google-modules/terraform-example-foundation/commit/4dbe0f8da555e82999eeca045af5633844e0a4e9)) * **deps:** Update dependency...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@google-cloud/security-center](https://redirect.github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-securitycenter) ([source](https://redirect.github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-securitycenter)) | [`8.11.0` -> `8.12.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fsecurity-center/8.11.0/8.12.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | cft/developer-tools | | minor |...
version 0.1.0 has a google provider version constraint < v5 it prevented terraform init to find a proper gcp provider version
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v5.4.0` -> `v5.5.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/network/google](https://registry.terraform.io/modules/terraform-google-modules/network/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-network)) | module | major | `~> 10.0` -> `~> 11.0` |...
Incorrect Implementation Steps Documented in 0-Bootstrap/README.md Under "Running Terraform Locally"
### TL;DR When following the [0-Bootsrap](https://github.com/terraform-google-modules/terraform-example-foundation/tree/main/0-bootstrap#running-terraform-locally) Running Terraform locally steps, noticed few corrections here. According to Steps 4 and 5, if we comment out **cb.tf** and its associated outputs in...
I am deploying this and have a requirement to create 2 VPCs for restricted and non-restricted workloads. I recall not long time ago seeing an option to deploy the bluepring...
### TL;DR It seems the new svpc is is using the restricted vpc private_service_connect. There used to be a separate restricted and shared vpc modules. https://github.com/terraform-google-modules/terraform-example-foundation/blob/main/3-networks-svpc/modules/shared_vpc/private_service_connect.tf#L26 The shared vpc now...