cowork
This commit is contained in:
8
prod-hq-bastion/outputs.tf
Normal file
8
prod-hq-bastion/outputs.tf
Normal file
@ -0,0 +1,8 @@
|
||||
output "public_ip_associate" {
|
||||
value = module.ec2_bastion.public_ip_associate
|
||||
|
||||
}
|
||||
output "sg_id" {
|
||||
value = module.ec2_bastion.sg_id
|
||||
|
||||
}
|
Reference in New Issue
Block a user