Terraform: resource

From wikieduonline
Revision as of 14:34, 17 October 2022 by Ant (talk | contribs) (→‎Related terms)
Jump to navigation Jump to search

AWS provider

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

  tags = {
    Name = "ExampleAppServerInstance"
  }

Resources

Related terms

Error: Missing name for resource

See also

Advertising: