We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5818646 commit ff0fb7aCopy full SHA for ff0fb7a
main.tf
@@ -277,15 +277,15 @@ resource "aws_ram_resource_association" "ram_service_network_association" {
277
locals {
278
ram_services_association_resources = {
279
for svc in local.share_services :
280
- svc => lookup(
281
- aws_vpclattice_service.lattice_service,
+ svc => lookup(
+ aws_vpclattice_service.lattice_service,
282
+ svc,
283
+ lookup(
284
+ data.aws_vpclattice_service.lattice_service,
285
svc,
- lookup(
- data.aws_vpclattice_service.lattice_service,
- svc,
286
- null
287
- )
+ null
288
)
+ )
289
}
290
291
0 commit comments