aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/variables.tf')
-rw-r--r--terraform/variables.tf11
1 files changed, 11 insertions, 0 deletions
diff --git a/terraform/variables.tf b/terraform/variables.tf
new file mode 100644
index 0000000..4b6c01a
--- /dev/null
+++ b/terraform/variables.tf
@@ -0,0 +1,11 @@
+variable "github_token" {
+ description = "GITHUB_TOKEN"
+ type = string
+ sensitive = true
+}
+
+variable "galaxy_api_key" {
+ description = "Ansible Galaxy api key"
+ type = string
+ sensitive = true
+}