Skip to content

Commit

Permalink
fix: add provider_meta for google-beta to ASM submodule (terraform-go…
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Mar 22, 2022
1 parent 6c224d3 commit db46710
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 db46710

Please sign in to comment.