Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-netops authored Jun 14, 2022
1 parent d3e6d27 commit 8ef5a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "aws_account_name" {
}

variable "aws_transit_instance_size" {
default = "t2.micro"
default = "t3.micro"
}

variable "aws_transit1_region" {
Expand All @@ -32,7 +32,7 @@ variable "aws_transit1_cidr" {
}

variable "aws_spoke_instance_size" {
default = "t2.micro"
default = "t3.micro"
}

variable "aws_spoke1_region" {
Expand Down

0 comments on commit 8ef5a48

Please sign in to comment.