thinkstack-co / terraform-modules

Terraform modules
MIT License
7 stars 4 forks source link

DHCP Options Set - Boolean true\false #91

Closed jakeasarus closed 2 years ago

jakeasarus commented 2 years ago

Describe the feature

Create a boolean option for dhcp options and association for the ec2_domain_controller module.

Considerations: What is the issue we are solving with this request? If DHCP options should not be set to the DC yet, the ability to set to false would be hlepful. Does it require modifying an existing module or adding a new module? Modify existing. What will be the most scalable, repeatable way to create and add/edit/modify this feature? yes What is the desired outcome? Have the ability to set updating DHCP options set to false so they are not updated until we want them to be.

Severity/Priority

What is the severify or impact of needing this feature? Low. What is the priority we should consider when making this, such as high/low/medium? High.

Examples

Example branches/successful runs/working versions demonstrating this prior to completion.

Confirmation

Confirmation that proposed solution is successful.

Next Steps

jakeasarus commented 2 years ago

fixed in v1.10.2 #94