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

Added SSM and EC2 VPC endpoints #202

Merged
merged 1 commit into from
Jan 17, 2019
Merged

Conversation

antonbabenko
Copy link
Member

Based on #196

Fixes #195 and #194

ssm_endpoint_private_dns_enabled = true
ssm_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"]

// ssm_endpoint_subnet_ids = ["..."]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tbugfinder I've added argument ssm_endpoint_subnet_ids which can be specified to make sure that the list of subnets contains at most just one subnet per AZ. I don't know any easy way to filter values another way automatically.

@antonbabenko antonbabenko merged commit 296a992 into master Jan 17, 2019
@antonbabenko antonbabenko deleted the ssm_and_ec2_vpc_endpoints branch January 17, 2019 20:33
@antonbabenko
Copy link
Member Author

Thanks @tbugfinder for the feature request and initial PR.

v1.52.0 has been released with both SSM and EC2 VPC endpoints.

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: SSM Endpoint
1 participant