Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ phases:
- echo AWS_ACCOUNT=$AWS_ACCOUNT
- echo ENVIRONMENT=$ENVIRONMENT
- echo PROFILE=$PROFILE
- eval "$$(make -s populate-tagging-variables)"
- eval "$(make -s populate-tagging-variables)"
- make deploy-cloudwatch-queries VERSION=$CODEBUILD_RESOLVED_SOURCE_VERSION PROFILE=$PROFILE ENVIRONMENT=$ENVIRONMENT
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ phases:
- echo AWS_ACCOUNT=$AWS_ACCOUNT
- echo ENVIRONMENT=$ENVIRONMENT
- echo PROFILE=$PROFILE
- eval "$$(make -s populate-tagging-variables)"
- eval "$(make -s populate-tagging-variables)"
- make terraform-apply-auto-approve STACKS=api-key,shared-resources,application,blue-green-link VERSION=$CODEBUILD_RESOLVED_SOURCE_VERSION PROFILE=$PROFILE ENVIRONMENT=$ENVIRONMENT TF_CLI_ARGS="-parallelism=30"
Loading