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

Add use_eip variable to control Elastic IP use, instead of checking eip_id = "disabled" #2

Merged
merged 3 commits into from
Nov 13, 2020

Conversation

sgarner
Copy link

@sgarner sgarner commented Nov 13, 2020

Fixes jmhale#8

Splits out the configuration of whether to use an EIP and the EIP ID itself into separate variables (use_eip, eip_id). This ensures the plan always knows whether an EIP should be used even if the EIP ID is being set to an attribute of another resource that is being created in the plan (and whose value is therefore unknown).

Note this would be a breaking change to the module config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant