Skip to content

Commit 801d603

Browse files
authored
Merge pull request #79 from GoogleCloudPlatform/develop
Develop
2 parents 26c5d79 + d1113b2 commit 801d603

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This repository leverages pre-built Terraform templates to streamline the setup and management of Google Cloud's networking infrastructure. This project accelerates your access to managed services like AlloyDB, GKE, Vertex AI services, Cloud SQL and Memorystore for Redis Clusters while maintaining robust security boundaries between your on-premises resources and the cloud environment. By defining role-based stages, the solution ensures that only authorized users can modify specific network components, adhering to the principle of least privilege and enhancing overall security.
5+
This repository leverages pre-built terraform templates to streamline the setup and management of Google Cloud's networking infrastructure. This project accelerates your access to managed services like AlloyDB, GKE, Vertex AI services, Cloud SQL and Memorystore for Redis Clusters while maintaining robust security boundaries between your on-premises resources and the cloud environment. By defining role-based stages, the solution ensures that only authorized users can modify specific network components, adhering to the principle of least privilege and enhancing overall security.
66

77
### Project Goals
88

execution/04-producer/AlloyDB/alloydb.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
module "alloy_db" {
16-
source = "GoogleCloudPlatform/alloy-db/google"
17-
version = "~> 3.0"
18-
for_each = { for alloydb in local.instance_list : alloydb.cluster_display_name => alloydb }
16+
source = "GoogleCloudPlatform/alloy-db/google"
17+
version = "~> 3.0"
18+
for_each = { for alloydb in local.instance_list : alloydb.cluster_display_name => alloydb }
1919
project_id = each.value.project_id
2020
cluster_id = each.value.cluster_id
2121
cluster_display_name = each.value.cluster_display_name

0 commit comments

Comments
 (0)