Skip to content

Commit ff0fb7a

Browse files
Fix main.tf formatting
1 parent 5818646 commit ff0fb7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

main.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,15 @@ resource "aws_ram_resource_association" "ram_service_network_association" {
277277
locals {
278278
ram_services_association_resources = {
279279
for svc in local.share_services :
280-
svc => lookup(
281-
aws_vpclattice_service.lattice_service,
280+
svc => lookup(
281+
aws_vpclattice_service.lattice_service,
282+
svc,
283+
lookup(
284+
data.aws_vpclattice_service.lattice_service,
282285
svc,
283-
lookup(
284-
data.aws_vpclattice_service.lattice_service,
285-
svc,
286-
null
287-
)
286+
null
288287
)
288+
)
289289
}
290290
}
291291

0 commit comments

Comments
 (0)