7 lines
169 B
HCL
Executable File
7 lines
169 B
HCL
Executable File
terraform {
|
|
backend "pg" {
|
|
conn_str = "postgres://zeshan:Shan33779488@100.115.152.20:5432/terraform?sslmode=disable"
|
|
schema_name = "dreamartdecor-state"
|
|
}
|
|
}
|