Skip to content

Commit dc98b33

Browse files
authored
Update defaults.tf
1 parent 3f979b0 commit dc98b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defaults.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variable "vpc_private_subnet_cidrs" { default = ["10.0.1.0/24","10.0.2.0/24","10
66
variable "vpc_public_subnet_cidrs" { default = ["10.0.7.0/26", "10.0.8.0/26", "10.0.9.0/26"] }
77

88
// Instance Config
9-
variable "bastion_type" {default = "t2.xlarge"}
9+
variable "bastion_type" {default = "m5.xlarge"}
1010
variable "registry_type" {default = "m5.xlarge"}
1111
variable "bastion_disk" {default = "100"}
1212
variable "registry_volume" {default = "120"}

0 commit comments

Comments
 (0)