Skip to content

Commit

Permalink
ok a list ok
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden committed Oct 16, 2024
1 parent 0fa1c1d commit aec42ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_datasync_agent" "main" {
name = "${local.application_name}-${local.environment}-datasync"
ip_address = data.dns_a_record_set.datasync_activation_nlb.addrs[0]

subnet_arns = module.connected_vpc.private_subnet_arns
subnet_arns = [module.connected_vpc.private_subnet_arns[0]]
vpc_endpoint_id = module.connected_vpc_endpoints.endpoints["datasync"].id
security_group_arns = [module.datasync_task_eni_security_group.security_group_arn]
private_link_endpoint = data.aws_network_interface.datasync_vpc_endpoint.private_ip
Expand Down

0 comments on commit aec42ae

Please sign in to comment.