Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1 KB

vpclattice_service.html.markdown

File metadata and controls

39 lines (28 loc) · 1 KB
subcategory layout page_title description
VPC Lattice
aws
AWS: aws_vpclattice_service
Terraform data source for managing an AWS VPC Lattice Service.

Data Source: aws_vpclattice_service

Terraform data source for managing an AWS VPC Lattice Service.

Example Usage

Basic Usage

data "aws_vpclattice_service" "example" {
}

Argument Reference

The following arguments are required:

  • service_identifier - (Required) ID or Amazon Resource Name (ARN) of the service network

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the service.
  • auth_type - Type of IAM policy. Either NONE or AWS_IAM.
  • certificate_arn - Amazon Resource Name (ARN) of the certificate.
  • custom_domain_name - Custom domain name of the service.
  • dns_entry - DNS name of the service.
  • id - Unique identifier for the service.
  • status - Status of the service.
  • tags - List of tags associated with the service.