Skip to content

Commit

Permalink
added to git ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed Jul 2, 2024
1 parent 28d818c commit f61e08d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/terraform/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# Transient backends
components/**/backend_tfscaffold.tf

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# 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

# Compiled files
**/*.tfstate
**/*.tfplan
Expand Down

0 comments on commit f61e08d

Please sign in to comment.