Skip to content

Commit

Permalink
fix: Updating the Binary Authorization submodule to allow Terraform 0…
Browse files Browse the repository at this point in the history
….13 (#726)
  • Loading branch information
bgood committed Oct 26, 2020
1 parent c8096a4 commit df98cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/binary-authorization/main.tf
Expand Up @@ -25,7 +25,7 @@ locals {

module "project-services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 8.0"
version = "~> 9.2.0"

project_id = var.project_id
activate_apis = local.required_enabled_apis
Expand Down

0 comments on commit df98cf9

Please sign in to comment.