We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3df8e5 commit 14be88cCopy full SHA for 14be88c
cicd/terraform/main.tf
@@ -83,7 +83,7 @@ module "devnet_rpc" {
83
vpc_id = local.vpc_id
84
aws_subnet_id = local.aws_subnet_id
85
ami_id = local.ami_id
86
- instance_type = "t3.large"
+ instance_type = "t3.xlarge"
87
ssh_key_name = local.ssh_key_name
88
rpc_image = local.rpc_image
89
volume_size = 1500
0 commit comments