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(lb): early validation for lb_target arguments #721

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

apricote
Copy link
Member

@apricote apricote commented Jul 13, 2023

The current validation is only executed on apply. By utilizing the schema to do the validation it will already execute in the plan stage.

Closes #663

The current validation is only executed on `apply`. By utilizing the
schema to do the validation it will already execute in the `plan` stage.
@apricote apricote merged commit 10928d1 into main Jul 13, 2023
@apricote apricote deleted the lb-network-validation branch July 13, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: load_balancer_network validation does not check if either subnet_id or network_id is set
2 participants