/ .gitignore
.gitignore
1 .terraform/ 2 *.tfstate 3 *.tfstate.d/ 4 *.tfstate.backup 5 *.tfvars 6 *.retry 7 8 *.zip 9 10 ansible/files/* 11 12 google-cloud.json
1 .terraform/ 2 *.tfstate 3 *.tfstate.d/ 4 *.tfstate.backup 5 *.tfvars 6 *.retry 7 8 *.zip 9 10 ansible/files/* 11 12 google-cloud.json