We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b52029 commit 9007bf3Copy full SHA for 9007bf3
examples/lambda-in-vpc.tf renamed to examples/vpc-in-lambda.tf
@@ -4,11 +4,7 @@ module "spectral_lambda_integration" {
4
integration_type = "gitlab"
5
6
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"
+ # Required environment variables for GitLab integration
12
}
13
14
# With VPC configuration
0 commit comments