|
@@ -1,4 +1,4 @@
|
|
|
-# No local module inputs (yet)
|
|
|
+# local module inputs
|
|
|
|
|
|
# ----------------------------------
|
|
|
# Below this line are variables inherited from higher levels, so they
|
|
@@ -7,6 +7,12 @@ variable "account_alias" {
|
|
|
type = string
|
|
|
}
|
|
|
|
|
|
+variable "iam_additional_trusted_arns" {
|
|
|
+ description = "Additional ARNs to trust in the roles"
|
|
|
+ type = list
|
|
|
+ default = [ ]
|
|
|
+}
|
|
|
+
|
|
|
# ----------------------------------
|
|
|
# Required for remote state, though they can be used elsewhere
|
|
|
variable "remote_state_bucket" {
|