Skip to content

Commit

Permalink
fix: harbor force destroy for project
Browse files Browse the repository at this point in the history
  • Loading branch information
sergs-pci committed Dec 12, 2023
1 parent cca5174 commit 2f9f181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/terraform/modules/registry_harbor/project/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ terraform {
resource "harbor_project" "this" {
name = var.project_name
public = false
force_destroy = true
}

resource "harbor_immutable_tag_rule" "this" {
Expand Down

0 comments on commit 2f9f181

Please sign in to comment.