Skip to content

Commit

Permalink
Merge pull request #111 from nlamirault/fix/type-arn
Browse files Browse the repository at this point in the history
ARN for Grafana roles policies
  • Loading branch information
nlamirault authored Oct 18, 2022
2 parents 3bbd8fb + f8bd5f0 commit 5632169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/grafana/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "irsa" {
role_policy_arns = concat([
data.aws_iam_policy.cloudwatch_readonly_access.arn,
data.aws_iam_policy.timestream_readonly_access.arn,
data.aws_iam_policy.amp_query_access
data.aws_iam_policy.amp_query_access.arn
], var.role_policy_arns)

oidc_fully_qualified_subjects = ["system:serviceaccount:${var.namespace}:${var.service_account}"]
Expand Down

0 comments on commit 5632169

Please sign in to comment.