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 i configure harbor_interrogation_services with custom cron, terraform apply update in-place systematically
To Reproduce
Apply this code :
# Scan the artifacts for vulnerabilies once a day at 2am
resource "harbor_interrogation_services" "main" {
vulnerability_scan_policy = "0 2 * * * *"
}
Re-apply the previous code :
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# harbor_interrogation_services.main will be updated in-place
~ resource "harbor_interrogation_services" "main" {
id = "/system/scanAll/schedule"
~ vulnerability_scan_policy = "Custom" -> "0 2 * * * *"
}
Plan: 0 to add, 1 to change, 0 to destroy.
Expected behavior
No changes made by terraform
Additional context
Provider Version 3.10.12
Terraform Version v1.3.7
Harbor Version v2.9.2-5d27ccf7
thanks in advance
The text was updated successfully, but these errors were encountered:
Describe the bug
When i configure harbor_interrogation_services with custom cron, terraform apply update in-place systematically
To Reproduce
Expected behavior
No changes made by terraform
Additional context
thanks in advance
The text was updated successfully, but these errors were encountered: