Skip to content

Commit 03fee80

Browse files
committed
update terraform lambda source code for HMAC usage
1 parent adf0ff2 commit 03fee80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/extra-env-vars.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ module "spectral_lambda_integration" {
66
integration_type = "terraform"
77

88
env_vars = {
9-
SPECTRAL_DSN = "MySpectralDSN"
10-
CHECK_POLICY = "Always Pass"
11-
TERRFORM_USER_KEY = "MY-KEY"
12-
GITHUB_TOKEN = "MY-TOKEN"
9+
SPECTRAL_DSN = "MySpectralDSN"
10+
CHECK_POLICY = "Always Pass"
11+
TERRAFORM_USER_KEY = "MY-KEY"
12+
GITHUB_TOKEN = "MY-TOKEN"
1313
# Extra environment variables goes here...
1414
}
1515
}
609 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)