Skip to content

Commit

Permalink
fix: add provider_meta for google-beta to ASM submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Mar 21, 2022
1 parent 79d604a commit 06f23b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/asm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ terraform {
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-kubernetes-engine:asm/v20.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-kubernetes-engine:asm/v20.0.0"
}
}

0 comments on commit 06f23b9

Please sign in to comment.