provider "aws" { region = "eu-west-1" } resource "aws_instance" "res1" { ami = "ami-06ce3edf0cff21f07" instance_type = "t2.micro" key_name = "cgd" }