Skip to content

Commit b483d3a

Browse files
committed
runner_id removed
1 parent 1d4b8f2 commit b483d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ variable "attribute_mapping" {
132132
"attribute.environment" = "assertion.environment" # Environment this job deploys to (introduced in GitLab 13.9).
133133
"attribute.environment_protected" = "assertion.environment_protected" # true if deployed environment is protected, false otherwise (introduced in GitLab 13.9).
134134
"attribute.deployment_tier" = "assertion.deployment_tier" # Deployment tier of the environment the job specifies. Introduced in GitLab 15.2.
135-
"attribute.runner_id" = "assertion.runner_id" # ID of the runner executing the job. Introduced in GitLab 16.0.
135+
# 2024/04/04: runner_id removed. Error: The mapped attribute 'attribute.runner_id' must be of type STRING.
136+
#"attribute.runner_id" = "assertion.runner_id" # ID of the runner executing the job. Introduced in GitLab 16.0.
136137
"attribute.runner_environment" = "assertion.runner_environment" # The type of runner used by the job. Can be either gitlab-hosted or self-hosted. Introduced in GitLab 16.0.
137138
"attribute.sha" = "assertion.sha" # The commit SHA for the job. Introduced in GitLab 16.0.
138139
}

0 commit comments

Comments
 (0)