Skip to content

Commit 67e1f83

Browse files
committed
fmt
1 parent 31de528 commit 67e1f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic-gitlab-integration.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "spectral_lambda_integration" {
77
# Required environment variables
88
SPECTRAL_DSN = "MySpectralDSN"
99
CHECK_POLICY = "Fail on any issue" # (Fail on any issue / Fail on warnings and above / Fail on errors only / Always Pass)
10-
GITLAB_ACCESS_TOKEN = "MyGitlabToken"
10+
GITLAB_ACCESS_TOKEN = "MyGitlabToken"
1111
GITLAB_WEBHOOK_SECRET = "MyGitlabWebhookSecret"
1212
# Optional environment variables
1313
# STRICT_MODE = false / true

0 commit comments

Comments
 (0)