fix postgresql url
This commit is contained in:
parent
5830e63f46
commit
f1e5ab975c
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
terraform {
|
terraform {
|
||||||
backend "pg" {
|
backend "pg" {
|
||||||
schema_name = "nfs-data"
|
schema_name = "nfs-data"
|
||||||
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
required_providers {
|
required_providers {
|
||||||
|
|
Reference in a new issue