File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ variable "private_ip" {
2727variable "root_volume_type" {
2828 description = " Root volume type."
2929 type = string
30- default = " gp2 "
30+ default = " gp3 "
3131}
3232
3333variable "root_volume_size" {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resource "aws_instance" "router" {
3636 associate_public_ip_address = true
3737
3838 root_block_device {
39- volume_type = " gp2 "
39+ volume_type = " gp3 "
4040 volume_size = " 20"
4141 delete_on_termination = " true"
4242 encrypted = " true"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ variable "private_ip" {
3232variable "root_volume_type" {
3333 description = " Root volume type."
3434 type = string
35- default = " gp2 "
35+ default = " gp3 "
3636}
3737
3838variable "root_volume_size" {
You can’t perform that action at this time.
0 commit comments