We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STEP 2: deploy-ci-cd-pipeline-with-cloudformation
--parameters is a list type
--parameters
Ref: doc create-stack
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
STEP 2: deploy-ci-cd-pipeline-with-cloudformation
--parameters
is a list typeRef: doc create-stack
The text was updated successfully, but these errors were encountered: