Skip to content

Commit 4fe5eb4

Browse files
committed
updating
1 parent f6509b1 commit 4fe5eb4

File tree

2 files changed

+2
-2
lines changed
  • terraform/pipelines

2 files changed

+2
-2
lines changed

terraform/pipelines/buildspecs/awsome-fastapi/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ phases:
6262
EOF
6363
artifacts:
6464
files:
65-
- k8s-deployment.yaml
65+
- '**/*'
6666
discard-paths: yes

terraform/pipelines/modules/codepipeline/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ resource "aws_codebuild_project" "static_analysis_project" {
351351
environment_variable {
352352
name = "SNYK_ORG_ID"
353353
value = aws_ssm_parameter.snyk_org_id.name
354-
type = "SECRETS_MANAGER"
354+
type = "PARAMETER_STORE"
355355
}
356356
}
357357

0 commit comments

Comments
 (0)