Closed mglowa closed 11 months ago
this is going to depend on:
From a module perspective however, there is no issue at this time so closing out
@bryantbiggs, answering your questions:
I beg to differ - it is not a supported service https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the
examples/*
directory for references that you can copy+paste and tailor to match your configs if you are unable to copy your exact configuration). The reproduction MUST be executable by runningterraform init && terraform apply
without any further changes.If your request is for a new feature, please use the
Feature request
template.⚠️ Note
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: terraform-aws-modules/vpc/aws/modules/vpc-endpoints, version 5.0.0
Terraform version:
1.2.4
Provider version(s): hashicorp/aws 4.60.0
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
New VPC endpoint for Kafka is created
Actual behavior
Error: reading EC2 VPC Endpoint Services: couldn't find resource with module.endpoints.data.aws_vpc_endpoint_service.this["kafka"] on .terraform/modules/endpoints/modules/vpc-endpoints/main.tf line 9, in data "aws_vpc_endpoint_service" "this":
Terminal Output Screenshot(s)
Additional context
Previous endpoints have been created with no issues. There are more vpc endpoints created, but I've shoved just few of them in the code. The rest of them are set in exactly the same way. There is no any VPC endpoint service configured for any VPC endpoint. There was the same issue listed --> https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/946 however with slightly different configuration and the suggestion was to use service names in the way I did in my code (which worked for all previous endpoints). The issue was closed as there was no activity for long period of time.