Skip to content

Commit

Permalink
Merge pull request #5 from 7SOATSquad30/feature/network
Browse files Browse the repository at this point in the history
fix: correção vpc
  • Loading branch information
otavio-code authored Sep 27, 2024
2 parents 7e83b1c + e135bac commit f7089e9
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 f7089e9

Please sign in to comment.