Skip to content
Snippets Groups Projects
Commit 82a76acb authored by Edouard DE BRYE's avatar Edouard DE BRYE
Browse files

Merge branch 'fix/terraform-var-files' into 'master'

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

See merge request edebrye/cloud-monitor!15
parents a057aa18 f9f2561e
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