feat: create terraform state backend
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user