We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31de528 commit 67e1f83Copy full SHA for 67e1f83
examples/basic-gitlab-integration.tf
@@ -7,7 +7,7 @@ module "spectral_lambda_integration" {
7
# Required environment variables
8
SPECTRAL_DSN = "MySpectralDSN"
9
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"
+ GITLAB_ACCESS_TOKEN = "MyGitlabToken"
11
GITLAB_WEBHOOK_SECRET = "MyGitlabWebhookSecret"
12
# Optional environment variables
13
# STRICT_MODE = false / true
0 commit comments