We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd64ab8 commit d70e59cCopy full SHA for d70e59c
modules/common/vault-secrets-operator-setup/variables.tf
@@ -13,9 +13,17 @@ variable "lambda_sns_forwarder_enabled" {
13
type = bool
14
default = false
15
}
16
-variable "lambda_sns_forwarder_iam_principal_arn" {}
+variable "lambda_sns_forwarder_iam_principal_arn" {
17
+ type = string
18
+ default = ""
19
+ description = "IAM principal ARN for the lambda SNS forwarder"
20
+}
21
-variable "account_id" {}
22
+variable "account_id" {
23
24
25
+ description = "AWS account ID"
26
27
28
locals {
29
account_region_name = lower("${var.account}-${var.region}-${var.name}")
0 commit comments