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

Validate that only a single variant is set in terraform provider #151

Open
kklimonda-cl opened this issue Sep 2, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@kklimonda-cl
Copy link
Contributor

kklimonda-cl commented Sep 2, 2024

Is your feature request related to a problem?

Right now validation of variants is done on the SDK side during Create() and Update() calls (where object is transformed into its XML representation).

This is too late for validation of the plan, and the error is thrown during apply instead.

Add variant validation to ValidateConfig() function in our template code.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@kklimonda-cl kklimonda-cl added the enhancement New feature or request label Sep 2, 2024
@kklimonda-cl kklimonda-cl self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant