From df98cf9ade438bd26d7c2182f2e83f0415a24d53 Mon Sep 17 00:00:00 2001 From: Benjamin Good Date: Mon, 26 Oct 2020 16:30:10 -0600 Subject: [PATCH] fix: Updating the Binary Authorization submodule to allow Terraform 0.13 (#726) --- modules/binary-authorization/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/binary-authorization/main.tf b/modules/binary-authorization/main.tf index 4c3693d04..2a5b70843 100644 --- a/modules/binary-authorization/main.tf +++ b/modules/binary-authorization/main.tf @@ -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