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

New Data source - aws_vpc_dhcp_options #1395

Closed
wonderphil opened this issue Aug 12, 2017 · 7 comments · Fixed by #4878
Closed

New Data source - aws_vpc_dhcp_options #1395

wonderphil opened this issue Aug 12, 2017 · 7 comments · Fixed by #4878
Assignees
Labels
new-data-source Introduces a new data source. service/ec2 Issues and PRs that pertain to the ec2 service.
Milestone

Comments

@wonderphil
Copy link

Hi guys,

It bee really good to get a new data source for aws_vpc_dhcp_options. I know you can get the ID of dhcp options if attached to VPC, but what if its not attached or you do not want to be dependent on the VPC that is attached.

It be great to have

data "aws_vpc_dhcp_options" "selected" { name = "some_name" domain = "domain_name" }
having either filter as optional, but at lease one.

Thanks

@radeksimko radeksimko added the new-data-source Introduces a new data source. label Aug 14, 2017
@radeksimko radeksimko added the service/ec2 Issues and PRs that pertain to the ec2 service. label Jan 28, 2018
@jnahelou
Copy link

+1

1 similar comment
@sroux03
Copy link

sroux03 commented Jun 13, 2018

+1

@bflad
Copy link
Contributor

bflad commented Jun 15, 2018

I'll be taking a look at implementing this in the coming days 👍

@bflad bflad self-assigned this Jun 15, 2018
@bflad bflad added this to the v1.24.0 milestone Jun 18, 2018
@bflad
Copy link
Contributor

bflad commented Jun 19, 2018

A new aws_vpc_dhcp_options data source will be available in version 1.24.0 of the AWS provider, likely releasing tomorrow. It supports lookup via dhcp_options_id and filter.

@sroux03
Copy link

sroux03 commented Jun 22, 2018

It works like a charm !

@bflad
Copy link
Contributor

bflad commented Jun 25, 2018

This has been released in version 1.24.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@ghost
Copy link

ghost commented Apr 5, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants