0
0
llucycodes42
This code creates an instance of the Amazon Web Services t2.micro class.
Shortcut: tf_aws_instance
resource "aws_instance" "${MyAWSResource}" {
ami = ""
instance_type = "t2.micro"
}
0
0
llucycodes42
This code creates an instance of the Amazon Web Services t2.micro class.
Shortcut: tf_aws_instance
resource "aws_instance" "${MyAWSResource}" {
ami = ""
instance_type = "t2.micro"
}