-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Comments
+1 |
1 similar comment
+1 |
I'll be taking a look at implementing this in the coming days 👍 |
A new |
It works like a charm ! |
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. |
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! |
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
The text was updated successfully, but these errors were encountered: