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

provider/rundeck) enable validation for multiple values in an array #8913

Merged
merged 1 commit into from
Dec 13, 2016
Merged

provider/rundeck) enable validation for multiple values in an array #8913

merged 1 commit into from
Dec 13, 2016

Conversation

BobVanB
Copy link
Contributor

@BobVanB BobVanB commented Sep 18, 2016

Enable ValidateFunc, copied from another provider:

            "rank_order": &schema.Schema{
                Type:         schema.TypeString,
                Optional:     true,
                Default:      "ascending",
                ValidateFunc: validateValueFunc([]string{"ascending", "descending"}),
            },

This will be used when rank_order is implemented, but can be used for other schema validations.
This one is handy to have.

@BobVanB
Copy link
Contributor Author

BobVanB commented Nov 2, 2016

@radeksimko Is this standing still?

@stack72
Copy link
Contributor

stack72 commented Dec 13, 2016

Hi @BobVanB

Thanks so much for the work here - sorry this took a while to get back to! This LGTM!

Paul

@stack72 stack72 merged commit a60a376 into hashicorp:master Dec 13, 2016
@ghost
Copy link

ghost commented Apr 18, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants