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 --- variables.tf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 variables.tf (limited to 'variables.tf') 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 -} -- cgit v1.2.3