Attributes Reference The following attributes are exported: id- The ID of the VPC endpoint. prefix_list_id- The prefix list ID of the exposed service. Import VPN Endpoints can be imported using thevpc endpoint id, e.g. $ terraform import aws_vpc_endpoint.endpoint1 vpce-3ecf2a57 ...
Terraform plan may show changes, but they should not have any effect. Member Benbentwo Oct 5, 2022 • edited this line is somewhat concerning Should not have any effect Nuru merged commit 53fd687 into master Oct 5, 2022 Nuru deleted the v2 branch October 5, 2022 17:38 aknysh re...
Terraform Version Terraform v0.14.5 + provider registry.terraform.io/hashicorp/aws v3.26.0 Affected Resource(s) data aws_vpc_endpoint_service Terraform Configuration Files provider "aws" { region = "us-west-2" } data "aws_vpc_endpoint_service" "s3-g" { count = 1 service = "s3" serv...