-
Notifications
You must be signed in to change notification settings - Fork 110
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
Docs: Undocumented backwards-incompatible change for artifactory_keypair
#879
Comments
OK, weird. I started with the docs for v10.1.2 for Apparently, it's never been documented. 😕❓ But I was using it successfully in versions 3.x → 6.37.0. Maybe I just guessed that it existed, and the provider didn't push back on me? |
@skyzyx The The See dde9a5e#diff-c44e81aa2aba4fad7737a7ad8b14afb04ab255fee0e58e2660737c6e76946c36L34 I'll investigate on what steps are needed for upgrading and add to documentation. |
Ahhh. That makes sense. Actually, am I mistaken in thinking that the Terraform Plugin Framework does require an |
@skyzyx No, the fact that SDKv2 treats |
@skyzyx Sorry it's been a while since I last touch this. Do you still have the error message from And how did you resolve the issue? 😄 |
@skyzyx I installed provider 6.37.0 and created a new key pair resource on my local Artifactory instance. Then I upgraded provider to 10.1.4, ran In my state file, the ![]() |
Describe the bug
Overnight, we upgraded our production Artifactory cluster from 7.49.10 → 7.71.3. This allowed us to upgrade from provider v6.37.0 → v10.1.2.
A review of "BREAKING CHANGES" in the CHANGELOG showed that we were not impacted by any documented backwards-compatible changes to the Provider.
However, after updating this block to v10…
…running
terragrunt init -reconfigure -upgrade
, and thenterraform plan
, I received errors related toartifactory_keypair
. (We use RSA keys for Alpine Linux repositories, and GPG keys for Amazon Linux, CentOS, and Ubuntu repositories.)At some point, the computed
id
value was removed. My best guess at a replacement ispair_name
.Requirements for and issue
curl
it at$host/artifactory/api/system/version
Expected behavior
The documentation (CHANGELOG, Migration Guide?) should note this as a breaking change and when it happened.
Additional context
Aside from this, the upgrade across that many major versions of the provider was remarkably boring! Thank you!
The text was updated successfully, but these errors were encountered: