We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6293e46 commit 434a9ffCopy full SHA for 434a9ff
1 file changed
terraform/modules/aws/iam.tf
@@ -33,7 +33,7 @@ data "aws_iam_policy_document" "assume_role_with_oidc" {
33
condition {
34
test = "StringLike"
35
variable = "${local.issuer_host}/${var.render_deployment_workspace_id}:sub"
36
- values = ["workspace:${var.render_deployment_workspace_id}:env:*:service:${var.render_cron_job_service_id}"]
+ values = ["workspace:${var.render_deployment_workspace_id}:environment:*:service:${var.render_cron_job_service_id}"]
37
}
38
39
0 commit comments