Skip to content

Commit

Permalink
chore(tf): add cluster labels
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jul 27, 2024
1 parent d810527 commit 1422adc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ resource "argocd_cluster" "dev" {
}
}

lifecycle {
ignore_changes = [config, metadata]
}
}

resource "argocd_cluster" "prod" {
Expand All @@ -47,9 +44,6 @@ resource "argocd_cluster" "prod" {
}
}

lifecycle {
ignore_changes = [config, metadata]
}
}

resource "argocd_cluster" "ops" {
Expand Down

0 comments on commit 1422adc

Please sign in to comment.