Create the google service account.
This commit is contained in:
@@ -108,8 +108,9 @@ 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
|
||||
source = "../modules/workload_identity_account"
|
||||
project = var.project
|
||||
k8s_service_account = "test-sa"
|
||||
}
|
||||
|
||||
#################### Redis ################################
|
||||
|
||||
Reference in New Issue
Block a user