We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17d380d + 3b36790 commit 9801f78Copy full SHA for 9801f78
deployment/dev/terraform/database.tf
@@ -5,7 +5,7 @@ locals { #todo the data heere should probably be a variable
5
# Create a service account for App to use to connect to the CloudSQL instance
6
module "db_service_accounts" {
7
source = "terraform-google-modules/service-accounts/google"
8
- version = "4.6.0"
+ version = "4.7.0"
9
project_id = var.core_project
10
names = [local.application_name]
11
description = "service account for ${local.application_name}"
0 commit comments