.gitignore184 B
View on GitHub# Terraform state and working directories.
.terraform
*.tfstate
*.tfstate.*
*.tfplan
.terraform.lock.hcl
!components/terraform/**/.terraform.lock.hcl
# Generated files.
*.generated.*
# Terraform state and working directories.
.terraform
*.tfstate
*.tfstate.*
*.tfplan
.terraform.lock.hcl
!components/terraform/**/.terraform.lock.hcl
# Generated files.
*.generated.*