We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058eb53 commit edbad26Copy full SHA for edbad26
outputs.tf
@@ -13,8 +13,8 @@ output "public_route_table_ids" {
13
value = module.vpc.public_route_table_ids
14
}
15
16
-output "security_group_ids" {
17
- description = "VPC security group IDs"
+output "security_group_id" {
+ description = "VPC security group ID"
18
value = module.vpc.security_group_id
19
20
0 commit comments