Skip to content

Commit

Permalink
quickfix for ebs volume on ops
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 committed May 10, 2021
1 parent 3eff76d commit d72fec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variable lt_ebs_type {
"-sb" = "gp2"
"-dev" = "gp2"
"-test" = "gp3"
"-ops" = "gp2"
"-ops" = "gp3"
}
}

Expand All @@ -65,7 +65,7 @@ variable lt_ebs_iops {
"-sb" = 0
"-dev" = 0
"-test" = 3000
"-ops" = 0
"-ops" = 3000
}
}

Expand All @@ -78,7 +78,7 @@ variable lt_ebs_throughput {
"-sb" = null
"-dev" = null
"-test" = 250
"-ops" = null
"-ops" = 250
}
}

Expand Down

0 comments on commit d72fec1

Please sign in to comment.