-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unexpected replacement plan of pingone_resource_attribute
and pingone_schema_attribute
#330
Comments
@patrickcping FYI. This is related to #318 |
@kwri-avongluck Thanks for raising! This needs a full triage but I've been able to re-create the problem by making an upstream change to the This also applies to the Until we can triage fully and issue a fix, you should be able to workaround using the
|
pingone_resource_attribute
and pingone_schema_attribute
Created #331 to track the secondary issue that predefined OIDC resource attributes cannot be returned back to their default on destroy |
Based on Hashicorp's documentation on Data Resource Dependencies this appears to be correct behaviour from a Terraform perspective. We can look to solve this by changing the design of the provider, so (where possible) we remove the need for resources such as It is especially important that we do this for the We're working on a best practices guide that will document out measures to take to prevent accidental data loss, one of the points will be to use the |
Community Note
PingOne Terraform provider Version
0.11.1
Terraform Version
1.3.4
Affected Resource(s)
Terraform apply shows the following sudden drift (with no code or env changes):
This throws:
Terraform Configuration Files
Debug Output
Go Panic
None
Expected Behavior
Nothing
Actual Behavior
Failure on attempt to destroy resource.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: