From cd56d3dd99db04f840647e456ebfc8534de350f8 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Tue, 30 May 2023 20:11:41 +0200 Subject: init --- variables.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 variables.tf (limited to 'variables.tf') 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 +} -- cgit v1.2.3