This commit is contained in:
mrzta
2026-02-12 17:26:28 +00:00
parent 75f405501b
commit f39ec74206
65 changed files with 6002 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
terraform {
backend "pg" {
conn_str = "postgres://zeshan:Shan33779488@100.115.152.20:5432/terraform?sslmode=disable"
schema_name = "dreamartdecor-state"
}
}