Skip to content

Commit

Permalink
comment out tailscale_advertise_aws_service_names
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Apr 15, 2024
1 parent 7085227 commit 05def4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/aws/aws-ec2-autoscaling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ module "tailscale_aws_ec2_autoscaling" {
tailscale_set_preferences = var.tailscale_set_preferences
tailscale_ssh = true
tailscale_advertise_exit_node = true
tailscale_advertise_connector = true

tailscale_advertise_routes = [
module.vpc.vpc_cidr_block,
]

tailscale_advertise_aws_service_names = [
"GLOBALACCELERATOR",
]
tailscale_advertise_connector = true
# tailscale_advertise_aws_service_names = [
# "GLOBALACCELERATOR",
# ]

depends_on = [
module.vpc.natgw_ids, # ensure NAT gateway is available before instance provisioning - primarily for private subnets
Expand Down

0 comments on commit 05def4a

Please sign in to comment.