Terraform resource: aws instance

From wikieduonline
Revision as of 16:29, 6 September 2021 by Welcome (talk | contribs) (→‎Example)
Jump to navigation Jump to search

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance

Example

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

 tags = {
   Name = "your_name_here"
 }
}

Arguments

Examples

Related terms

See also

Advertising: