t2.micro is an unsupported machine type

This commit is contained in:
CharlsBags
2022-03-21 22:54:24 +01:00
committed by GitHub
parent 5b5aad79ee
commit e5f70c909d
+1 -1
View File
@@ -6,6 +6,6 @@ provider "aws" {
resource "aws_instance" "example" {
ami = "ami-0d729a60"
instance_type = "t2.micro"
instance_type = "t3.micro"
}