chore(terraform): clean up TF state git-tracking (gitignore, drop cached state, dep bump)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 49eabd0e46
commit 29d5ba3e6e
5 changed files with 67 additions and 14 deletions
+8
View File
@@ -17,6 +17,14 @@ terraform {
source = "hashicorp/null"
version = "~> 3.2"
}
authentik = {
source = "goauthentik/authentik"
version = "~> 2024.6"
}
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}