terraform-demo/prod-hq-bastion/outputs.tf
2023-01-11 01:31:56 +09:00

8 lines
145 B
HCL

output "public_ip_associate" {
value = module.ec2_bastion.public_ip_associate
}
output "sg_id" {
value = module.ec2_bastion.sg_id
}