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 f6509b1 commit 4fe5eb4Copy full SHA for 4fe5eb4
terraform/pipelines/buildspecs/awsome-fastapi/build.yml
@@ -62,5 +62,5 @@ phases:
62
EOF
63
artifacts:
64
files:
65
- - k8s-deployment.yaml
+ - '**/*'
66
discard-paths: yes
terraform/pipelines/modules/codepipeline/main.tf
@@ -351,7 +351,7 @@ resource "aws_codebuild_project" "static_analysis_project" {
351
environment_variable {
352
name = "SNYK_ORG_ID"
353
value = aws_ssm_parameter.snyk_org_id.name
354
- type = "SECRETS_MANAGER"
+ type = "PARAMETER_STORE"
355
}
356
357
0 commit comments