You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When not specifying the deprecated myjfrog_api_token in the provider configuration or using JFROG_MYJFROG_API_TOKEN environment variable a warning will be printed all the time.
A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue). If this is not supplied, this issue will likely be closed without any effort expended.
Your version of artifactory (you can curl it at $host/artifactory/api/system/version
@mymasse Deprecating an attribute is a multi-steps process. The first step is to mark the attribute as 'deprecated' whilst retaining all functionality. The next step is to remove functionality with next major release and remove the attribute altogether.
So expect the warning message be gone in next major release.
Describe the bug
When not specifying the deprecated
myjfrog_api_token
in the provider configuration or usingJFROG_MYJFROG_API_TOKEN
environment variable a warning will be printed all the time.Sample configuration
Requirements for and issue
curl
it at$host/artifactory/api/system/version
Versions
Artifactory: 7.90.13
Terraform: 1.9.6
Provider: 1.12.0
Expected behavior
If this argument is deprecated why even print a warning if not used.
Additional context
N/A
The text was updated successfully, but these errors were encountered: