resource "aws_instance" "example" { ami = "ami-0157c3cc39a1c5cc0" instance_type = "t4g.large" subnet_id = "subnet-0927ba1b06ccfe6c5" }