/ .gitignore
.gitignore
1 .terraform/ 2 .terraform.lock.hcl 3 *.tfstate 4 *.tfstate.d/ 5 *.tfstate.backup 6 *.retry 7 8 ansible/files/* 9 __pycache__
1 .terraform/ 2 .terraform.lock.hcl 3 *.tfstate 4 *.tfstate.d/ 5 *.tfstate.backup 6 *.retry 7 8 ansible/files/* 9 __pycache__