Data Source: aws_appmesh_mesh

The App Mesh Mesh data source allows details of an App Mesh Mesh to be retrieved by its name and optionally the mesh_owner.

Example Usage

data "aws_appmesh_mesh" "simple" {
  name = "simpleapp"
}
data "aws_caller_identity" "current" {}

data "aws_appmesh_mesh" "simple" {
  name       = "simpleapp"
  mesh_owner = data.aws_caller_identity.current.account_id
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: