Skip to content

Commit a1f8e0e

Browse files
committed
enable external dns addon
1 parent 3faf7ec commit a1f8e0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

comet-infrastructure/modules/comet_eks/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module "eks_blueprints_addons" {
7575
enable_aws_load_balancer_controller = true
7676
enable_cert_manager = true
7777
enable_aws_cloudwatch_metrics = true
78+
enable_external_dns = true
7879

7980
tags = local.tags
8081
}

comet-infrastructure/modules/comet_eks/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 4.57"
5+
version = ">= 5.0"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)