Where artifactory_user
stores generated password?
#598
-
Hello, I'm using Below is a part of my tfstate file. {
"mode": "managed",
"type": "artifactory_user",
"name": "admin",
"provider": "provider[\"registry.terraform.io/jfrog/artifactory\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"admin": true,
"disable_ui_access": false,
"email": "[email protected]",
"groups": null,
"id": "admin",
"internal_password_disabled": false,
"name": "admin",
"password": null,
"profile_updatable": true
},
"sensitive_attributes": [],
"private": "some-base64-value-here"
}
]
}, I wonder if the Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Ok I can confirm this is a bug. Please create a issue so we can work on a fix. |
Beta Was this translation helpful? Give feedback.
-
@alexhung Thanks for created issue. What about the case where an existing 'admin' user has been overwritten by Terraform? In my opinion, Terraform Apply should end with an error about the fact that the user that Terraform wants to create already exists. |
Beta Was this translation helpful? Give feedback.
-
@piotrminkina, please check #623 |
Beta Was this translation helpful? Give feedback.
Ok I can confirm this is a bug. Please create a issue so we can work on a fix.