Non ignorare lo stato, ignorare i plan file.
This commit is contained in:
parent
8ac561db22
commit
8f102a9d9e
|
|
@ -3,8 +3,9 @@
|
|||
**/.terraform/*
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
# *.tfstate
|
||||
*.tfstate.*
|
||||
!terraform.tfstate
|
||||
|
||||
# Crash log files
|
||||
crash.log
|
||||
|
|
@ -16,7 +17,7 @@ crash.*.log
|
|||
# to change depending on the environment.
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
|
||||
!*.auto.tfvars
|
||||
# Ignore override files as they are usually used to override resources locally and so
|
||||
# are not checked in
|
||||
override.tf
|
||||
|
|
@ -34,3 +35,14 @@ override.tf.json
|
|||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# output plans
|
||||
*-plan.zip
|
||||
|
||||
|
||||
# Ignore ssh_key_file_ref
|
||||
**/ssh-key-ref-outputs.tf
|
||||
|
||||
# Ignore the lock files
|
||||
*.lock.hcl
|
||||
|
||||
.project
|
||||
|
|
|
|||
Loading…
Reference in New Issue