|
@@ -0,0 +1,30 @@
|
|
|
+# No local module inputs (yet)
|
|
|
+
|
|
|
+# ----------------------------------
|
|
|
+# Below this line are variables inherited from higher levels, so they
|
|
|
+# do not need to be explicitly passed to this module.
|
|
|
+variable "account_name" {
|
|
|
+ type = string
|
|
|
+}
|
|
|
+
|
|
|
+# ----------------------------------
|
|
|
+# Required for remote state, though they can be used elsewhere
|
|
|
+variable "remote_state_bucket" {
|
|
|
+ type = string
|
|
|
+}
|
|
|
+
|
|
|
+variable "aws_region" {
|
|
|
+ type = string
|
|
|
+}
|
|
|
+
|
|
|
+variable "aws_partition" {
|
|
|
+ type = string
|
|
|
+}
|
|
|
+
|
|
|
+variable "common_services_account" {
|
|
|
+ type = string
|
|
|
+}
|
|
|
+
|
|
|
+variable "common_profile" {
|
|
|
+ type = string
|
|
|
+}
|