aws_vpc_endpoint type mismatch for ec2 service_name #2695
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-resource
Introduces a new resource.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Actual Behavior
Steps to Reproduce
Important Factoids
S3 and DynamoDB endpoints are
Gateway
types, but ec2, servicecatalog, ssm, etc. types areInterface
types. It's likely that the class expects all input to be a gateway, however that's not the case anymore (instead of a gateway it should be creating an interface for the ec2 service_name)References
hashicorp/terraform#16941
The text was updated successfully, but these errors were encountered: