-
Notifications
You must be signed in to change notification settings - Fork 1
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
use new includeVariableValues query param response #344
Merged
patrickcping
merged 18 commits into
main
from
343-support-davinci-flow-include-variable-values-false
Aug 16, 2024
Merged
use new includeVariableValues query param response #344
patrickcping
merged 18 commits into
main
from
343-support-davinci-flow-include-variable-values-false
Aug 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… of github.com:pingidentity/terraform-provider-davinci into 343-support-davinci-flow-include-variable-values-false
patrickcping
added
type/bug
Something isn't working
type/enhancement
New feature or request
breaking change
A PR or issue identified as needing a breaking change
status/blocked/upstream-sdk
The issue/PR is blocked by an upstream SDK
labels
Aug 16, 2024
patrickcping
removed
the
status/blocked/upstream-sdk
The issue/PR is blocked by an upstream SDK
label
Aug 16, 2024
patrickcping
deleted the
343-support-davinci-flow-include-variable-values-false
branch
August 16, 2024 18:54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking change
A PR or issue identified as needing a breaking change
type/bug
Something isn't working
type/enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
resource/davinci_variable
: Migrated to plugin framework.BREAKING CHANGE -
resource/davinci_flow
: Some variable configuration fields have been removed from thedavinci_flow
resource. Variabledescription
,max
,min
,value
andmutable
fields can no longer be managed in the flow export. Usedavinci_variable
to manage these configuration items instead.BUG FIX -
resource/davinci_flow
: Fix "Provider produced inconsistent result after apply" error when updating variables in a flow.BUG FIX -
resource/davinci_flow
: Fix inability to let flows themselves manage variable values during flow execution (allow option to not manage variable values in Terraform state).BUG FIX -
resource/davinci_flow
: Fix erroneous deletion of a company / flow instance variable if a flow contains reference to it within it's export.ENHANCEMENT -
resource/davinci_flow
: Change flow/variable logic to support the ability to export flows without variable values, but still allow management of variables values if necessary.ENHANCEMENT -
resource/davinci_variable
: Change flow/variable logic to support the ability to export flows without variable values, but still allow management of variables values if necessary.ENHANCEMENT -
resource/davinci_variable
: Add support for secret company variables.Testing Shell Command
Testing Results
Expand Results