feat: create terraform state backend

This commit is contained in:
Ditmar Visser
2025-06-04 18:27:42 +00:00
parent 9ad8fdae9b
commit 2cd943ce77
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
terraform_state_image: "postgres:14"
terraform_state_container_name: "terraform_state_backend"
terraform_state_user: "terraform"
terraform_state_password: "tfbackend123"
terraform_state_db: "terraform_state"