Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth committed Sep 19, 2024
1 parent b1d3af5 commit 41b3763
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/cloudscanner/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ data "google_container_cluster" "target_cluster" {
project = "<PROJECT_ID>"
}
module "cloud-scanner_example_single_project" {
module "cloud_scanner_example_single_project" {
source = "deepfence/cloud-scanner/gcp//examples/gke"
version = "0.7.2"
version = "0.7.3"
gke_host = "https://${data.google_container_cluster.target_cluster.endpoint}"
gke_token = data.google_client_config.current.access_token
gke_cluster_ca_certificate = base64decode(data.google_container_cluster.target_cluster.master_auth[0].cluster_ca_certificate,)
Expand Down Expand Up @@ -173,9 +173,9 @@ data "google_container_cluster" "target_cluster" {
project = "<PROJECT_ID>"
}
module "cloud-scanner_example_multiple_project" {
module "cloud_scanner_example_multiple_project" {
source = "deepfence/cloud-scanner/gcp//examples/gke"
version = "0.7.2"
version = "0.7.3"
name = "deepfence-cloud-scanner"
gke_host = "https://${data.google_container_cluster.target_cluster.endpoint}"
gke_token = data.google_client_config.current.access_token
Expand Down Expand Up @@ -226,7 +226,7 @@ module "cloud-scanner_example_multiple_project" {
module "cloud_scanner_example_single_project" {
source = "deepfence/cloud-scanner/gcp//examples/gce-vm"
version = "0.7.2"
version = "0.7.3"
# gcp service account name
name = "deepfence-cloud-scanner"
# project_id example: dev1-123456
Expand All @@ -245,7 +245,7 @@ module "cloud-scanner_example_multiple_project" {
module "cloud_scanner_example_multiple_project" {
source = "deepfence/cloud-scanner/gcp//examples/gce-vm"
version = "0.7.2"
version = "0.7.3"
# gcp service account name
name = "deepfence-cloud-scanner"
# project_id example: dev1-123456
Expand Down

0 comments on commit 41b3763

Please sign in to comment.