Skip to content

Commit eac2d16

Browse files
committed
fmt fix
1 parent a7a84c8 commit eac2d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ variable "attribute_mapping" {
134134
"attribute.deployment_tier" = "assertion.deployment_tier" # Deployment tier of the environment the job specifies. Introduced in GitLab 15.2.
135135
# 2024/04/04: runner_id removed. Error: The mapped attribute 'attribute.runner_id' must be of type STRING.
136136
#"attribute.runner_id" = "assertion.runner_id" # ID of the runner executing the job. Introduced in GitLab 16.0.
137-
"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.
138-
"attribute.sha" = "assertion.sha" # The commit SHA for the job. Introduced in GitLab 16.0.
137+
"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.
138+
"attribute.sha" = "assertion.sha" # The commit SHA for the job. Introduced in GitLab 16.0.
139139
}
140140
}
141141

0 commit comments

Comments
 (0)