-
Notifications
You must be signed in to change notification settings - Fork 676
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
App config bug fix #5748
App config bug fix #5748
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Documentation changes were missing |
terraform outputscreate boolean property
create string:text property
create string:json property
create string:yaml property
create numeric property
create boolean feature flag
create numeric feature flag
create string:text feature flag
create string:json feature flag
create string:yaml feature flag
|
@@ -76,6 +76,11 @@ func ResourceIBMIbmAppConfigFeature() *schema.Resource { | |||
Optional: true, | |||
Description: "Rollout percentage of the feature.", | |||
}, | |||
"format": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add validation on acceptable values
Git issue : https://github.ibm.com/devx-app-services/planning/issues/23188