Skip to content
New issue

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

updating commands and code #4

Open
mehdi-wsc opened this issue May 21, 2021 · 0 comments
Open

updating commands and code #4

mehdi-wsc opened this issue May 21, 2021 · 0 comments

Comments

@mehdi-wsc
Copy link

Hello I would thank you for this fruitful workshop. I corrected in my case the command and code below, hopefully you can update it in your repository hence other people will use it .
module 3 -> step 2
1- the code:
in operations/code-pipeline-cloudformation.yaml change the reference to the secret manager, the right declaration is the following :'{{resolve:service-name:reference-key}}'
2-Command:

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} ParameterKey=GitHubOwner,ParameterValue=GitHubOwner='your GitHub username'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant