terraform: resource

From wikieduonline
Revision as of 10:16, 6 September 2021 by Chmod14 (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: