Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Understand the Private Services Access for GKE and Memorystore in VPC.

## Objectives

You will learn the following:
You will learn the following:

- Private networking with VPC peering on GKE
- Difference of networking mode between `DIRECT_PEERING` and `PRIVATE_SERVICE_ACCESS` in Memorystore
Expand Down Expand Up @@ -323,4 +323,4 @@ terraform -chdir='01-vpc' destroy -var-file=vars/stg.tfvars
- [google_compute_global_address](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_global_address)
- [google_service_networking_connection](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/service_networking_connection)
- [container_cluster](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster)
- [Project API Activation](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google/latest/submodules/project_services)
- [Project API Activation](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google/latest/submodules/project_services)
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'base'
id "org.sonarqube" version "3.4.0.2513"
id "org.sonarqube" version "4.3.1.3277"
}

// Provide tasks to running commands on multi-platform
Expand Down Expand Up @@ -90,4 +90,4 @@ sonarqube {
property "sonar.issue.ignore.multicriteria.e1.resourceKey", "**/*.tf"
property "sonar.links.ci", "https://github.com/DevSecOpsSamples/gcp-private-services-access/actions"
}
}
}