init commit
This commit is contained in:
parent
cd78d5b172
commit
1a9746a773
7 changed files with 158 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -11,8 +11,8 @@ crash.log
|
|||
crash.*.log
|
||||
|
||||
# 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
|
||||
# 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
|
||||
|
|
@ -37,3 +37,5 @@ override.tf.json
|
|||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# nix
|
||||
.direnv
|
||||
|
|
|
|||
Reference in a new issue