File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ data "http" "myip" {
1010}
1111
1212locals {
13- my_ip = " ${ chomp (data. http . myip . response_body )} /32"
14- elia-ip = " 185.178.95.235/32"
15- mariadb_internal_ip = " mariadb-service.mariadb.svc.cluster.local"
13+ my_ip = " ${ chomp (data. http . myip . response_body )} /32"
14+ elia-ip = " 185.178.95.235/32"
15+ mariadb_internal_ip = " mariadb-service.mariadb.svc.cluster.local"
1616 postgres_internal_ip = " postgres-service.postgres.svc.cluster.local"
1717}
1818
@@ -207,8 +207,8 @@ module "postgres" {
207207 module . argo-cd
208208 ]
209209
210- source = " ./modules/postgres/"
211- postgres_internal_ip = local. postgres_internal_ip
210+ source = " ./modules/postgres/"
211+ postgres_internal_ip = local. postgres_internal_ip
212212
213213 location = azurerm_resource_group. rg . location
214214 rg_name = azurerm_resource_group. rg . name
You can’t perform that action at this time.
0 commit comments