gitignore

This commit is contained in:
Ric Harvey 2024-04-15 16:31:27 +01:00
parent ff96a23593
commit 6e7d872ced
Signed by: ric
GPG key ID: 7FDEB4C0C7D5CB61
2 changed files with 29 additions and 1 deletions

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# Local .terraform directories
**/.terraform/*
# Ignore variables files
*.auto.tfvars
# Ignore override files
*.tfoverride
# Ignore environment-specific files
.envrc
# Ignore CLI configuration files
.terraformrc
terraform.rc

View file

@ -1 +0,0 @@
https://kodekloud.com/blog/understanding-terraform-modules/