Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Terraform plan can't be applied because of VPC endpoint misconfiguration #286

Open
Nihisil opened this issue Mar 7, 2024 · 0 comments · May be fixed by #309
Open

Fix: Terraform plan can't be applied because of VPC endpoint misconfiguration #286

Nihisil opened this issue Mar 7, 2024 · 0 comments · May be fixed by #309
Assignees
Labels
type : bug Something isn't working
Milestone

Comments

@Nihisil
Copy link
Contributor

Nihisil commented Mar 7, 2024

Issue

When we are generating new project and trying to apply it we have an error from AWS API:

Error: creating EC2 VPC Endpoint (com.amazonaws.ap-southeast-1.logs): InvalidParameter: Endpoint type (Gateway) does not match available service types ([Interface]). status code: 400, request id: 1b6ee40d-2c83-4f03-b98e-3b8d05240989

Expected

Generated code should work without issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment