Skip to content

Commit 9801f78

Browse files
Merge pull request #342 from broadinstitute/dependabot/terraform/deployment/dev/terraform/terraform_dev-f06afed38b
chore(deps): bump terraform-google-modules/service-accounts/google from 4.6.0 to 4.7.0 in /deployment/dev/terraform in the terraform_dev group
2 parents 17d380d + 3b36790 commit 9801f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/dev/terraform/database.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals { #todo the data heere should probably be a variable
55
# Create a service account for App to use to connect to the CloudSQL instance
66
module "db_service_accounts" {
77
source = "terraform-google-modules/service-accounts/google"
8-
version = "4.6.0"
8+
version = "4.7.0"
99
project_id = var.core_project
1010
names = [local.application_name]
1111
description = "service account for ${local.application_name}"

0 commit comments

Comments
 (0)