fix postgresql url

This commit is contained in:
Pim Kunis 2023-07-14 17:37:29 +02:00
parent 5830e63f46
commit f1e5ab975c

View file

@ -1,7 +1,6 @@
terraform {
backend "pg" {
schema_name = "nfs-data"
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
}
required_providers {