We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e04d4a8 + 54a755c commit eb37ae9Copy full SHA for eb37ae9
1 file changed
customer-managed/aws/terraform/iam_redpanda_agent.tf
@@ -337,7 +337,7 @@ data "aws_iam_policy_document" "redpanda_agent2" {
337
aws_iam_policy.load_balancer_controller_policy["1"].arn,
338
aws_iam_policy.load_balancer_controller_policy["2"].arn,
339
# redpanda_agent1 and redpanda_agent2, cannot be referenced by object due to cycle
340
- "arn:aws:iam::${local.aws_account_id}:policy/redpanda-agent-*-*",
+ "arn:aws:iam::${local.aws_account_id}:policy/${var.common_prefix}agent-*-*",
341
aws_iam_policy.cluster_autoscaler_policy.arn,
342
aws_iam_policy.redpanda_cloud_storage_manager.arn,
343
aws_iam_policy.connectors_secrets_manager.arn,
0 commit comments