Skip to content

Commit

Permalink
fix: add delete block in cluster config
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Aug 21, 2024
1 parent 717c94d commit bd09078
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 bd09078

Please sign in to comment.