Data Source: aws_appmesh_virtual_gateway

Terraform data source for managing an AWS App Mesh Virtual Gateway.

Example Usage

Basic Usage

data "aws_appmesh_virtual_gateway" "example" {
  mesh_name = "mesh-gateway"
  name      = "example-mesh"
}
data "aws_caller_identity" "current" {}

data "aws_appmesh_virtual_gateway" "test" {
  name       = "example.mesh.local"
  mesh_name  = "example-mesh"
  mesh_owner = data.aws_caller_identity.current.account_id
}

Argument Reference

The following arguments are required:

Attribute Reference

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