Skip to content

Commit

Permalink
Merge pull request #40 from YorickH/update-ebs-optimized-list
Browse files Browse the repository at this point in the history
Add m6g and m6gd instances
  • Loading branch information
iuriaranda authored Aug 5, 2020
2 parents 4aa9d88 + b2b8c03 commit 1a120a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions is_ebs_optimised/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,24 @@ variable "ebs_optimized_list" {
"m5d.16xlarge",
"m5d.24xlarge",
"m5d.metal",
"m6g.medium",
"m6g.large",
"m6g.xlarge",
"m6g.2xlarge",
"m6g.4xlarge",
"m6g.8xlarge",
"m6g.12xlarge",
"m6g.16xlarge",
"m6g.metal",
"m6gd.medium",
"m6gd.large",
"m6gd.xlarge",
"m6gd.2xlarge",
"m6gd.4xlarge",
"m6gd.8xlarge",
"m6gd.12xlarge",
"m6gd.16xlarge",
"m6gd.metal",
"p2.xlarge",
"p2.8xlarge",
"p2.16xlarge",
Expand Down

0 comments on commit 1a120a5

Please sign in to comment.