Skip to content

Commit

Permalink
Re-run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Jan 16, 2024
1 parent afb29ae commit a6a4c42
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions patterns/vpc-lattice/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,18 @@ module "addons" {
value = module.cluster_vpc.vpc_id
},
{
name = "defaultServiceNetwork"
name = "defaultServiceNetwork"
value = ""
},
{
name = "latticeEndpoint"
name = "latticeEndpoint"
value = "https://vpc-lattice.${local.region}.amazonaws.com"
}
]
wait = true
}
enable_external_dns = true
external_dns_route53_zone_arns = try([aws_route53_zone.primary.arn], [])
enable_external_dns = true
external_dns_route53_zone_arns = try([aws_route53_zone.primary.arn], [])
external_dns = {
set = [
{
Expand Down Expand Up @@ -293,14 +293,6 @@ resource "time_sleep" "wait_for_lattice_resources" {
create_duration = "120s"
}

data "aws_vpclattice_service" "server" {
name = "server-apps"

tags = local.tags

depends_on = [time_sleep.wait_for_lattice_resources]
}

################################################################################
# Custom domain name for VPC lattice service
# Records will be created by external-dns using DNSEndpoint objects which
Expand Down

0 comments on commit a6a4c42

Please sign in to comment.