Terraform resource: aws instance

From wikieduonline
Revision as of 09:18, 8 September 2021 by Welcome (talk | contribs) (→‎Arguments)
Jump to navigation Jump to search

Example

resource "aws_instance" "MYexample" {
 ami           = "ami-08d70e59c07c61a3a"
 instance_type = "t2.micro" 

 tags = {
   Name = "your_name_here"
 }
}

Arguments

Examples

Related terms

See also

Advertising: