We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Hello, if i try to edit a label ( the name or the color of this one ) the label is force replaced and as so change of ID in harbor
To Reproduce Change the name of the ressurce
Expected behavior I can't see why the name can be just replace
Additional context
# module.app_deployer["app_7"].harbor_label.template[0] must be replaced -/+ resource "harbor_label" "template" { ~ id = "/labels/431" -> (known after apply) ~ name = "POC-FR-EXO-TEST-MAILLERIE-FULL-WORKING8" -> "POC-FR-EXO-TEST-MAILLERIE-FULL-WORKING89" # forces replacement ~ scope = "g" -> (known after apply) # (1 unchanged attribute hidden) }
The text was updated successfully, but these errors were encountered:
fixes #453 #452
749daa3
1094f96
Signed-off-by: flbla <[email protected]>
hi @Nabatsar , Thank you for the bug report This will be fixed in the next version
Sorry, something went wrong.
fixes #453 #452 (#454)
09b6bd6
fixes #453 #452 Signed-off-by: flbla <[email protected]>
No branches or pull requests
Describe the bug
Hello, if i try to edit a label ( the name or the color of this one ) the label is force replaced and as so change of ID in harbor
To Reproduce
Change the name of the ressurce
Expected behavior
I can't see why the name can be just replace
Additional context
The text was updated successfully, but these errors were encountered: