launch configuration to launch template

This commit is contained in:
Greg Hendrickson
2023-11-17 11:06:04 -08:00
parent 48ed0ca1d6
commit 7a620b3a7a
8 changed files with 74 additions and 36 deletions

View File

@@ -1,4 +0,0 @@
# output "public_ips" {
# description = "Public IP addresses of the instances in the Auto Scaling group"
# value = [for i in data.aws_instances.asg_instances.ids : aws_instance[i].public_ip]
# }