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

Fix type error in ec2.nix and overly strict typing in route53_recordset.nix #125

Merged
merged 3 commits into from Jul 7, 2021

Conversation

talyz
Copy link
Contributor

@talyz talyz commented Jan 11, 2021

  • Fix a type error in ec2.nix

  • Allow any machine to be used in a Route53 record set, not just EC2 machines
    Currently, the nix option type allows any machine to be specified, but the python code expects an EC2 machine, resulting in a deadlock when an unexpected machine type is used.

@talyz
Copy link
Contributor Author

talyz commented Jul 5, 2021

@adisbladis @AmineChikhaoui Is there anything left to do here?

talyz added 3 commits July 7, 2021 03:43
A record set should be able to point to a machine regardless of where
it's deployed.
Instead of expecting the root device to always be the first item in an
AMI's `BlockDeviceMappings`, find the one matching the `RootDeviceName`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants