We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3158364 commit e7218edCopy full SHA for e7218ed
contrib/terraform/modules/iam-cert-manager/aws_iam.tf
@@ -5,7 +5,7 @@ locals {
5
#trivy:ignore:AVD-AWS-0143
6
resource "aws_iam_user" "user" {
7
name = local.aws_name
8
- path = "/system/k8s/${var.cluster_name}"
+ path = "/system/k8s/${var.cluster_name}/"
9
}
10
11
resource "aws_iam_access_key" "user" {
contrib/terraform/modules/iam-external-dns/aws_iam.tf
@@ -4,7 +4,7 @@ locals {
4
0 commit comments