Start a module for creating a workload identity service account.
This commit is contained in:
@@ -105,6 +105,13 @@ module "cloudsql" {
|
||||
]
|
||||
}
|
||||
|
||||
# Create a workload identity service account for IAM authentication to
|
||||
# cloudsql
|
||||
module "cloudsql_test_sa" {
|
||||
source = "../modules/workload_identity_account"
|
||||
project = var.project
|
||||
}
|
||||
|
||||
#################### Redis ################################
|
||||
|
||||
module "redis" {
|
||||
@@ -127,9 +134,3 @@ output "redis_port" {
|
||||
description = "Port for redis database."
|
||||
value = module.redis.redis_port
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user