mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 14:55:06 +00:00
add updates to all in aws_simple
This commit is contained in:
16
aws/aws_simple/modules/vpc/subnets/us-east/outputs.tf
Normal file
16
aws/aws_simple/modules/vpc/subnets/us-east/outputs.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
# In your vpc/subnets/us-east module
|
||||
|
||||
output "us_east_subnet_1_id" {
|
||||
description = "The ID of the first US East subnet"
|
||||
value = aws_subnet.us_east_subnet_1.id
|
||||
}
|
||||
|
||||
output "us_east_subnet_2_id" {
|
||||
description = "The ID of the second US East subnet"
|
||||
value = aws_subnet.us_east_subnet_2.id
|
||||
}
|
||||
|
||||
output "us_east_subnet_3_id" {
|
||||
description = "The ID of the third US East subnet"
|
||||
value = aws_subnet.us_east_subnet_3.id
|
||||
}
|
||||
Reference in New Issue
Block a user