Skip to content
Snippets Groups Projects
Commit f9f2561e authored by Timothée AUFORT's avatar Timothée AUFORT
Browse files

fix(git): update .gitignore file and add dev.tfvars file for dev TF workspace

parent a057aa18
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,8 @@
# Crash log files
crash.log
# Exclude all .tfvars files, which are likely to contain sentitive 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
# Exclude default terraform.tfvars file
terraform.tfvars
# Ignore override files as they are usually used to override resources locally and so
# are not checked in
......
dynamodb_read_capacity = 1
dynamodb_write_capacity = 1
dynamodb_enable_pitr = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment