Skip to content

Commit 10ae502

Browse files
chore: format
1 parent f4bceee commit 10ae502

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ data "http" "myip" {
1010
}
1111

1212
locals {
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

0 commit comments

Comments
 (0)