Skip to content

Commit

Permalink
chore: Updated outputs in example (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeremz authored Sep 20, 2021
1 parent e5159af commit 352a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-vpc/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "nat_public_ips" {

# AZs
output "azs" {
description = "A list of availability zones spefified as argument to this module"
description = "A list of availability zones specified as argument to this module"
value = module.vpc.azs
}

0 comments on commit 352a8d9

Please sign in to comment.