mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 01:49:06 +01:00
chore: Update examples for Fargate high availability (#2378)
This commit is contained in:
@@ -64,14 +64,6 @@ module "eks" {
|
||||
}
|
||||
}
|
||||
|
||||
self_managed_node_group_defaults = {
|
||||
attach_cluster_primary_security_group = true
|
||||
|
||||
iam_role_additional_policies = {
|
||||
AmazonSSMManagedInstanceCore = "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
|
||||
}
|
||||
}
|
||||
|
||||
self_managed_node_groups = {
|
||||
outpost = {
|
||||
name = local.name
|
||||
|
||||
Reference in New Issue
Block a user