cleanup folders and files

This commit is contained in:
Greg Hendrickson
2023-11-17 17:08:59 -08:00
parent a27a3737fc
commit 8a23203128
35 changed files with 117 additions and 1225 deletions

View File

@@ -0,0 +1,4 @@
# 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]
# }