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