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
I tried to use the upjet-provider-template for implementing an artifactory-provider with the terraform-artifactory-provider. While creation of repositories is working pretty well, the creation of an artifactory-user fails within this Method:
Refresh-Method
Observe()
Refresh()
runTF( ... "apply", "-refresh-only", "-auto-approve", "-input=false", "-lock=false", "-json") << this method is throwing the error in the end since the log-entry starting with "refresh ended" contains the following error:
create crossplane-provider based on the template and terraform-provider mentioned above
ExternalNameConfigs configured with "artifactory_user": config.NameAsIdentifier,
apply a custom-resource for a artifactory-user
Additional:
Also the hint for lateInitialisation seems not to match, since this error occurs before the check of the async-mode...
If I go into the provider-shell, remove the terraform.tf-statefile and run the terraform-command directly withe args metioned above, the refresh works... >> That means, out of any reason the controller tries to get the resource from the external system befor it gets created, which doesn't make sense of course. I was still not able to determine why it behaves like that...
The text was updated successfully, but these errors were encountered:
What happened?
I tried to use the upjet-provider-template for implementing an artifactory-provider with the terraform-artifactory-provider. While creation of repositories is working pretty well, the creation of an artifactory-user fails within this Method:
Refresh-Method
("\n" and "\" from log removed)
How can we reproduce it?
terraform-version 2.5.1
terraform-artifactory-provider: 8.3.0
"artifactory_user": config.NameAsIdentifier,
Additional:
The text was updated successfully, but these errors were encountered: