aboutsummaryrefslogtreecommitdiffstats
path: root/variables.tf
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2023-05-30 20:11:41 +0200
committerColin Wilk <colin.wilk@tum.de>2023-05-30 20:17:57 +0200
commitcd56d3dd99db04f840647e456ebfc8534de350f8 (patch)
treeaa2df05154b6228a228da0ac2707eddd690a8bb9 /variables.tf
downloadterraform-github-cd56d3dd99db04f840647e456ebfc8534de350f8.tar.gz
terraform-github-cd56d3dd99db04f840647e456ebfc8534de350f8.zip
init
Diffstat (limited to 'variables.tf')
-rw-r--r--variables.tf11
1 files changed, 11 insertions, 0 deletions
diff --git a/variables.tf b/variables.tf
new file mode 100644
index 0000000..4b6c01a
--- /dev/null
+++ b/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
+}