Skip to content

Commit 9007bf3

Browse files
committed
fix rejects
1 parent 3b52029 commit 9007bf3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/lambda-in-vpc.tf renamed to examples/vpc-in-lambda.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ module "spectral_lambda_integration" {
44
integration_type = "gitlab"
55

66
env_vars = {
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"
11-
GITLAB_WEBHOOK_SECRET = "MyGitlabWebhookSecret"
7+
# Required environment variables for GitLab integration
128
}
139

1410
# With VPC configuration

0 commit comments

Comments
 (0)