Start a module for creating a workload identity service account.

This commit is contained in:
Tom Alexander
2021-07-18 16:55:55 -04:00
parent bae77832d2
commit 06b787ef97
2 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
# Requires a google_iam_workload_identity_pool to exist, but it is not
# referenced in this module.
variable "project" {
description = "Project ID."
type = string
}