Add more terraform files to .gitignore

This commit is contained in:
Magnus Andersson 2024-05-23 11:59:39 +02:00
parent f6bd6abd6e
commit 35ae0d1711
Signed by: mandersson
GPG key ID: 19CB2C58E1F19B16
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*.pyc
/IaC/.terraform*
/IaC/.terraform*/**
/IaC/terraform.tfstate*
/IaC/*.tfvars

View file

@ -32,5 +32,5 @@ variable "controller_name" {
}
variable "dns_suffix" {
default = "matrix-test.sunet.se"
default = "matrix.test.sunet.se"
}