Terraform data source: data

From wikieduonline
Revision as of 19:27, 15 September 2021 by Welcome (talk | contribs) (→‎Example)
Jump to navigation Jump to search


Example

data "aws_ami" "myexample" {
  most_recent = true

  owners = ["self"]
  tags = {
    Name   = "app-server"
    Tested = "true"
  }
}

Related terms

See also

Advertising: