aws-samples / aws-samples/aws-modernization-with-docker

【Bug】--parameters is a list type

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
6
Forks
7
PR merge metrics
No merged PRs in 30d

Description

[STEP 2: deploy-ci-cd-pipeline-with-cloudformation](https://docker.awsworkshop.io/41_codepipeline/20_codebuild_codepipeline.html#deploy-ci-cd-pipeline-with-cloudformation)

`--parameters ` is a list type

[Ref: doc create-stack](https://docs.aws.amazon.com/zh_cn/cli/latest/reference/cloudformation/create-stack.html#examples)
```
aws cloudformation create-stack \
--stack-name docker-compose-code-pipeline \
--template-body file://operations/code-pipeline-cloudformation.yaml \
--capabilities CAPABILITY_NAMED_IAM \
--enable-termination-protection \
--region us-east-1 \
--parameters ParameterKey=DockerPullSecretsManagerArn,ParameterValue=${DOCKER_PULL_SECRETS_MANAGER}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.