浏览代码

Wrong filesystem type for root

Not going to tag at this time.
Fred Damstra [afs macbook] 3 年之前
父节点
当前提交
3dab6bcae5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      base/splunk_servers/heavy_forwarder/main.tf

+ 1 - 1
base/splunk_servers/heavy_forwarder/main.tf

@@ -43,7 +43,7 @@ resource "aws_instance" "instance" {
 
   # These device definitions are optional, but added for clarity.
   root_block_device {
-    volume_type = "gp2"
+    volume_type = "gp3"
     volume_size = var.splunk_volume_sizes["heavy_forwarder"]["/"]
     delete_on_termination = true
     encrypted = true