diff --git a/data/data/aws/bootstrap/main.tf b/data/data/aws/bootstrap/main.tf index 35ac45db8ae..7344896d3d3 100644 --- a/data/data/aws/bootstrap/main.tf +++ b/data/data/aws/bootstrap/main.tf @@ -8,7 +8,7 @@ locals { description = "Created By OpenShift Installer" public_endpoints = var.aws_publish_strategy == "External" ? true : false - volume_type = "gp3" + volume_type = "gp2" volume_size = 30 volume_iops = local.volume_type == "io1" ? 100 : 0 @@ -240,4 +240,3 @@ resource "aws_security_group_rule" "bootstrap_journald_gateway" { from_port = 19531 to_port = 19531 } -