Skip to content

Commit df98cf9

Browse files
authored
fix: Updating the Binary Authorization submodule to allow Terraform 0.13 (#726)
1 parent c8096a4 commit df98cf9

File tree

1 file changed

+1
-1
lines changed
  • modules/binary-authorization

1 file changed

+1
-1
lines changed

modules/binary-authorization/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ locals {
2525

2626
module "project-services" {
2727
source = "terraform-google-modules/project-factory/google//modules/project_services"
28-
version = "~> 8.0"
28+
version = "~> 9.2.0"
2929

3030
project_id = var.project_id
3131
activate_apis = local.required_enabled_apis

0 commit comments

Comments
 (0)