Skip to content

Commit

Permalink
updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwkninja committed Jan 30, 2023
1 parent c2901b2 commit cebfebc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions examples/node-groups/self-managed-node-groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ module "eks_blueprints" {
launch_template_os = "amazonlinux2eks"
subnet_ids = module.vpc.private_subnets

launch_template_self_managed_ng = {
placement = {
affinity = null
availability_zone = null
group_name = null
host_id = null
tenancy = "dedicated"
}
placement = {
affinity = null
availability_zone = null
group_name = null
host_id = null
tenancy = "dedicated"
}
}
self_mg5 = {
Expand Down

0 comments on commit cebfebc

Please sign in to comment.