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 adf0ff2 commit 03fee80Copy full SHA for 03fee80
examples/extra-env-vars.tf
@@ -6,10 +6,10 @@ module "spectral_lambda_integration" {
6
integration_type = "terraform"
7
8
env_vars = {
9
- SPECTRAL_DSN = "MySpectralDSN"
10
- CHECK_POLICY = "Always Pass"
11
- TERRFORM_USER_KEY = "MY-KEY"
12
- GITHUB_TOKEN = "MY-TOKEN"
+ SPECTRAL_DSN = "MySpectralDSN"
+ CHECK_POLICY = "Always Pass"
+ TERRAFORM_USER_KEY = "MY-KEY"
+ GITHUB_TOKEN = "MY-TOKEN"
13
# Extra environment variables goes here...
14
}
15
modules/lambda/source_code/terraform/app.zip
609 Bytes
0 commit comments