Terraform: resource

From wikieduonline
Revision as of 19:50, 6 September 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search


AWS provider

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

  tags = {
    Name = "ExampleAppServerInstance"
  }

Resources

Related terms

See also

Advertising: