Skip to content

Commit 352a8d9

Browse files
authored
chore: Updated outputs in example (#690)
1 parent e5159af commit 352a8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-vpc/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ output "nat_public_ips" {
2929

3030
# AZs
3131
output "azs" {
32-
description = "A list of availability zones spefified as argument to this module"
32+
description = "A list of availability zones specified as argument to this module"
3333
value = module.vpc.azs
3434
}
3535

0 commit comments

Comments
 (0)