Skip to content

Commit

Permalink
Fixing name
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Sep 21, 2021
1 parent 12c1363 commit ab25393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "template_file" "helm_values" {
awsAccountID = data.aws_caller_identity.current.account_id
awsRegion = data.aws_region.current.name
serviceAccountName = local.k8s_service_account_name
resource_name = "${local.base_name}-${var.environment_name}-${var.environment_name}"
resource_name = "${local.base_name}-${var.environment_name}"
}
}

Expand Down

0 comments on commit ab25393

Please sign in to comment.