Skip to content

Commit

Permalink
chore: update examples to use registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Dec 18, 2023
1 parent 78e90fd commit b42bf03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

timeout: 3600s
steps:
- id: swap-module-refs
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['module-swapper']
- id: prepare
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && prepare_environment']
Expand Down
4 changes: 3 additions & 1 deletion examples/gsutil/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ provider "google" {
}

module "startup-scripts" {
source = "../../"
source = "terraform-google-modules/startup-scripts/google"
version = "~> 2.0"

enable_get_from_bucket = true
enable_setup_init_script = true
}
Expand Down
4 changes: 3 additions & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ provider "google" {
}

module "startup-scripts" {
source = "../../"
source = "terraform-google-modules/startup-scripts/google"
version = "~> 2.0"

enable_setup_sudoers = true
}

Expand Down

0 comments on commit b42bf03

Please sign in to comment.