From 1ff00c5658839a640bae5831103b02b513c224f5 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 1 Jun 2023 19:12:30 +0200 Subject: Move terraform config into own subdirectory Signed-off-by: Colin Wilk --- terraform/variables.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 terraform/variables.tf (limited to 'terraform/variables.tf') 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 +} -- cgit v1.2.3