Skip to content

Commit

Permalink
fix: correção vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio-code committed Sep 27, 2024
1 parent 7780650 commit e135bac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
variable "aws_region" {
description = "Região da AWS"
type = string
default = "us-east-1"
}

variable "availability_zone_1" {
description = "Zona de disponibilidade para a primeira Subnet"
type = string
Expand Down

0 comments on commit e135bac

Please sign in to comment.