pingone_davinci_flow beta resource#1175
Merged
henryrecker-pingidentity merged 259 commits intomainfrom Jan 29, 2026
Merged
Conversation
patrickcping
approved these changes
Jan 27, 2026
Collaborator
patrickcping
left a comment
There was a problem hiding this comment.
Some things to look into, then LGTM 🚀 🚀
internal/service/davinci/resource_davinci_application_flow_policy_gen.go
Outdated
Show resolved
Hide resolved
internal/service/davinci/resource_davinci_application_flow_policy_gen.go
Outdated
Show resolved
Hide resolved
The map id will be inferred to be this id instead
Replace usages of UseStateForUnknown which has new behavior in the new terraform-plugin-framework version
…ods" This reverts commit ab93354.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change Description
Add
pingone_davinci_flowbeta resourceChange Characteristics
Checklist
All full (or complete) PRs that need review prior to merge should have the following box checked.
If contributing a partial or incomplete change (expecting the development team to complete the remaining work) please leave the box unchecked
Required SDK Upgrades
Testing
This PR has been tested with:
Shell Command(s)
TF_ACC=1 TESTACC_BETA=true go test -tags=beta -v -timeout 300s -run ^TestAccDavinciFlow github.com/pingidentity/terraform-provider-pingone/internal/service/davinciTesting Results
Includes some access failed errors in post-test destroys, but the tests themselves pass
Expand Results
=== RUN TestAccDavinciFlow_RemovalDrift === PAUSE TestAccDavinciFlow_RemovalDrift === RUN TestAccDavinciFlow_MinimalMaximalClean === PAUSE TestAccDavinciFlow_MinimalMaximalClean === RUN TestAccDavinciFlow_MinimalMaximalWithBootstrap === PAUSE TestAccDavinciFlow_MinimalMaximalWithBootstrap === RUN TestAccDavinciFlow_BasicClean === PAUSE TestAccDavinciFlow_BasicClean === RUN TestAccDavinciFlow_BasicWithBootstrap === PAUSE TestAccDavinciFlow_BasicWithBootstrap === RUN TestAccDavinciFlow_EmptyObjectsInSettings === PAUSE TestAccDavinciFlow_EmptyObjectsInSettings === RUN TestAccDavinciFlow_ComplexObjectsInSettings === PAUSE TestAccDavinciFlow_ComplexObjectsInSettings === RUN TestAccDavinciFlow_VariableRefsClean === PAUSE TestAccDavinciFlow_VariableRefsClean === RUN TestAccDavinciFlow_VariableRefsWithBootstrap === PAUSE TestAccDavinciFlow_VariableRefsWithBootstrap === RUN TestAccDavinciFlow_NewEnv === PAUSE TestAccDavinciFlow_NewEnv === RUN TestAccDavinciFlow_BadParameters === PAUSE TestAccDavinciFlow_BadParameters === CONT TestAccDavinciFlow_RemovalDrift === CONT TestAccDavinciFlow_ComplexObjectsInSettings === CONT TestAccDavinciFlow_BasicClean === CONT TestAccDavinciFlow_EmptyObjectsInSettings === CONT TestAccDavinciFlow_BasicWithBootstrap === CONT TestAccDavinciFlow_NewEnv === CONT TestAccDavinciFlow_BadParameters === CONT TestAccDavinciFlow_MinimalMaximalClean === CONT TestAccDavinciFlow_VariableRefsWithBootstrap === CONT TestAccDavinciFlow_VariableRefsClean === CONT TestAccDavinciFlow_MinimalMaximalWithBootstrap --- PASS: TestAccDavinciFlow_EmptyObjectsInSettings (23.19s) === NAME TestAccDavinciFlow_BadParameters resource_davinci_flow_gen_test.go:394: Error running post-test destroy, there may be dangling resources: ACCESS_FAILED --- FAIL: TestAccDavinciFlow_BadParameters (23.49s) --- PASS: TestAccDavinciFlow_ComplexObjectsInSettings (23.66s) --- PASS: TestAccDavinciFlow_NewEnv (47.39s) --- PASS: TestAccDavinciFlow_RemovalDrift (92.40s) --- PASS: TestAccDavinciFlow_VariableRefsClean (93.27s) === NAME TestAccDavinciFlow_VariableRefsWithBootstrap resource_davinci_flow_gen_test.go:334: Error running post-test destroy, there may be dangling resources: ACCESS_FAILED --- FAIL: TestAccDavinciFlow_VariableRefsWithBootstrap (97.95s) === NAME TestAccDavinciFlow_BasicWithBootstrap resource_davinci_flow_gen_test.go:206: Error running post-test destroy, there may be dangling resources: ACCESS_FAILED --- FAIL: TestAccDavinciFlow_BasicWithBootstrap (127.93s) === NAME TestAccDavinciFlow_BasicClean resource_davinci_flow_gen_test.go:206: Error running post-test destroy, there may be dangling resources: ACCESS_FAILED --- FAIL: TestAccDavinciFlow_BasicClean (130.02s) --- PASS: TestAccDavinciFlow_MinimalMaximalClean (215.91s) === NAME TestAccDavinciFlow_MinimalMaximalWithBootstrap resource_davinci_flow_gen_test.go:95: Error running post-test destroy, there may be dangling resources: ACCESS_FAILED --- FAIL: TestAccDavinciFlow_MinimalMaximalWithBootstrap (226.32s) FAIL FAIL github.com/pingidentity/terraform-provider-pingone/internal/service/davinci 226.853s FAILEnd-to-end Tests Workflow Links