Skip to content

Commit

Permalink
Merge pull request #91 from opzkit/add-k8s-updater-delete-count
Browse files Browse the repository at this point in the history
fix: add delete block in cluster config
  • Loading branch information
argoyle authored Aug 21, 2024
2 parents 717c94d + bd09078 commit dbef431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ resource "kops_cluster" "k8s" {
key = "node"
value = ["arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"]
}

delete {
count = 0
}
}

resource "kops_instance_group" "masters" {
Expand Down

0 comments on commit dbef431

Please sign in to comment.