Commit 352a8d90 authored by itsmeremz's avatar itsmeremz Committed by GitHub

chore: Updated outputs in example (#690)

parent e5159af3
...@@ -29,7 +29,7 @@ output "nat_public_ips" { ...@@ -29,7 +29,7 @@ output "nat_public_ips" {
# AZs # AZs
output "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 value = module.vpc.azs
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment