Skip to content

Commit

Permalink
Set tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jun 1, 2024
1 parent 2a44932 commit d40592d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/k8s-node-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ module "ocean-aws-k8s" {
resource "aws_eks_addon" "coredns" {
cluster_name = var.cluster_name
addon_name = "coredns"
tags = var.tags

depends_on = [
module.ocean-controller,
Expand All @@ -98,6 +99,7 @@ resource "aws_eks_addon" "coredns" {
resource "aws_eks_addon" "ebs-csi-driver" {
cluster_name = var.cluster_name
addon_name = "aws-ebs-csi-driver"
tags = var.tags

depends_on = [
module.ocean-controller,
Expand Down

0 comments on commit d40592d

Please sign in to comment.