From e94d5b05bbe96408aba84eda448447d36790c172 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:52:20 +0000 Subject: [PATCH] chore(master): release 3.0.1 --- 0-bootstrap/README.md | 43 +++++++++---------- 0-bootstrap/versions.tf | 2 +- 1-org/envs/shared/versions.tf | 4 +- .../modules/env_baseline/versions.tf | 4 +- .../modules/base_shared_vpc/versions.tf | 4 +- .../dedicated_interconnect/versions.tf | 4 +- .../hierarchical_firewall_policy/versions.tf | 4 +- .../modules/partner_interconnect/versions.tf | 4 +- .../modules/restricted_shared_vpc/versions.tf | 4 +- .../modules/base_shared_vpc/versions.tf | 4 +- .../dedicated_interconnect/versions.tf | 4 +- .../hierarchical_firewall_policy/versions.tf | 4 +- .../modules/partner_interconnect/versions.tf | 4 +- .../modules/restricted_shared_vpc/versions.tf | 4 +- .../modules/transitivity/versions.tf | 4 +- .../modules/infra_pipelines/versions.tf | 4 +- 4-projects/modules/single_project/versions.tf | 4 +- 5-app-infra/modules/env_base/versions.tf | 4 +- CHANGELOG.md | 7 +++ 19 files changed, 61 insertions(+), 55 deletions(-) diff --git a/0-bootstrap/README.md b/0-bootstrap/README.md index 49cb10d2ab..cef11e897d 100644 --- a/0-bootstrap/README.md +++ b/0-bootstrap/README.md @@ -2,7 +2,7 @@ This repo is part of a multi-part guide that shows how to configure and deploy the example.com reference architecture described in -[Google Cloud security foundations guide](https://cloud.google.com/architecture/security-foundations). The following table lists the stages of this deployment. +[Google Cloud security foundations guide](https://cloud.google.com/architecture/security-foundations). The following table lists the parts of the guide.
0-bootstrap (this file) | Bootstraps a Google Cloud organization, creating all the required resources and permissions to start using the Cloud Foundation Toolkit (CFT). This -step also configures a CI/CD pipeline for foundations code in subsequent +step also configures a CI/CD Pipeline for foundations code in subsequent stages. | |
1-org | -Sets up top-level shared folders, monitoring and networking projects, and + | Sets up top level shared folders, monitoring and networking projects, and organization-level logging, and sets baseline security settings through organizational policy. | 3-networks-hub-and-spoke | Sets up base and restricted shared VPCs with all the default configuration found on step 3-networks-dual-svpc, but here the architecture will be based on the -Hub and Spoke network model. It also sets up the global DNS hub. | +Hub and Spoke network model. It also sets up the global DNS hub
5-app-infra | -Deploy a Compute Engine instance in one of the business unit projects using the infra pipeline setup in 4-projects. | +Deploy a simple Compute Engine instance in one of the business unit projects using the infra pipeline set up in 4-projects. |