From d8ce0b00fc726d3a6e9db090bdfb9adf7f7bc0c2 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 24 Sep 2024 01:42:55 -0400 Subject: [PATCH] adding varfiles --- .gitignore | 2 -- varfiles/default.tfvars | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 varfiles/default.tfvars diff --git a/.gitignore b/.gitignore index 45a854f..978b1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,6 @@ crash.*.log # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. -*.tfvars -*.tfvars.json # Ignore override files as they are usually used to override resources locally and so # are not checked in diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars new file mode 100644 index 0000000..fa1a342 --- /dev/null +++ b/varfiles/default.tfvars @@ -0,0 +1,3 @@ +image_pipeline_workflows = { + "image-pipeline-goss-testing" = "./workflows/goss-testing.yaml" +}