Skip to content

Commit

Permalink
Add support for t2.nano
Browse files Browse the repository at this point in the history
t2.nano is a non-nitro instance. And uses xen instead of nvme
drivers for disk mounts. We need it to validate these changes
  • Loading branch information
arianvp committed May 23, 2024
1 parent 1e947c8 commit 2b2f5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf/iam_github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ data "aws_iam_policy_document" "upload_ami" {
test = "StringNotEquals"
variable = "ec2:InstanceType"
values = [
"t2.nano",
"t3.nano",
"t3a.nano",
"t4g.nano"
Expand Down

0 comments on commit 2b2f5c9

Please sign in to comment.