Skip to content

Commit

Permalink
adding varfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 24, 2024
1 parent f33c77e commit d8ce0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions varfiles/default.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
image_pipeline_workflows = {
"image-pipeline-goss-testing" = "./workflows/goss-testing.yaml"
}

0 comments on commit d8ce0b0

Please sign in to comment.