Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraj-revnue committed Jul 20, 2023
1 parent 07a302b commit 3808f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module "eks_bootstrap" {
private_subnet_name = "private-subnet-name"
instance_capacity_type = ["on-demand"]
excluded_instance_type = ["nano", "micro", "small"]
instance_hypervisor = ["nitro"]
}
cert_manager_letsencrypt_email = "email@email.com"
internal_ingress_nginx_enabled = true
Expand Down

0 comments on commit 3808f84

Please sign in to comment.