We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f979b0 commit dc98b33Copy full SHA for dc98b33
1 file changed
defaults.tf
@@ -6,7 +6,7 @@ variable "vpc_private_subnet_cidrs" { default = ["10.0.1.0/24","10.0.2.0/24","10
6
variable "vpc_public_subnet_cidrs" { default = ["10.0.7.0/26", "10.0.8.0/26", "10.0.9.0/26"] }
7
8
// Instance Config
9
-variable "bastion_type" {default = "t2.xlarge"}
+variable "bastion_type" {default = "m5.xlarge"}
10
variable "registry_type" {default = "m5.xlarge"}
11
variable "bastion_disk" {default = "100"}
12
variable "registry_volume" {default = "120"}
0 commit comments