Skip to content

Commit

Permalink
Merge pull request #17 from cloud-maniac-temp/main
Browse files Browse the repository at this point in the history
Adding dependency on TF modules
  • Loading branch information
gushob21 authored Jul 21, 2023
2 parents 16ba605 + cf6d211 commit 50da9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform-template/env/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ module "artifact-registry-iam-2" {
git_repo = "terraform-modules"
cluster_name = module.create_gke_2.cluster_name.name
service_account_name = module.create_gke_2.cluster_name.service_account
depends_on = [ module.artifact-registry-iam-1 ]
}

module "cloud-deploy-target-1" {
Expand Down

0 comments on commit 50da9ce

Please sign in to comment.