Skip to content

Commit

Permalink
Merge pull request #97 from dasmeta/DMVP-2832-autoscaler-policy
Browse files Browse the repository at this point in the history
fix(DMVP-2832): Added cluster name to autoscaler policy name
  • Loading branch information
viktoryathegreat authored Mar 20, 2024
2 parents a865e7e + 43f576f commit e26dfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/autoscaler/autoscaler-policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "aws_region" "current" {}
data "aws_caller_identity" "this" {}

resource "aws_iam_policy" "policy" {
name = "AmazonEKSClusterAutoscalerPolicy"
name = "AmazonEKSClusterAutoscalerPolicy-${var.cluster_name}"
path = "/"
description = "Amazon EKS Autoscaler Policy"

Expand Down

0 comments on commit e26dfd6

Please sign in to comment.