Skip to content

Commit

Permalink
fix(doks_cluster): remove version from lifecycle exception (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Jun 24, 2022
1 parent ccc0bde commit ce60153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doks-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ resource "digitalocean_kubernetes_cluster" "doks_cluster" {
tags = ["managed-by:terraform"]
lifecycle {
ignore_changes = [
version,
updated_at,
]
}
Expand Down

0 comments on commit ce60153

Please sign in to comment.