Skip to content

S3 VPC endpoint type Interface fails - doesn't pass required endpoint security group #595

@proveadrian

Description

@proveadrian

Hi,

When passing variables:

enable_s3_endpoint = true
s3_endpoint_type = "Interface"

The module doesn't pass any security group to the vpc_endpoint resource, and thus Terraform fails with:

module.vpc.aws_vpc_endpoint.s3[0]: Creating...

Error: An Interface VPC Endpoint must always have at least one Security Group

It doesn't seem that s3_endpoint_type=Interface is actually supported, we would need variables (for the security group id) and outputs (network interface ids)

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions