невозможно обновить теги с помощью aws шаблонов облачной информации, используя Cli - PullRequest
0 голосов
/ 28 февраля 2020
aws cloudformation deploy \
  --template test.yaml \
  --stack-name testing \
  --parameter-overrides build=1.0.51 \
  --region eu-west-1 \
  --tags project=web dataservice=true cache=web testing=project

Waiting for changeset to be created..
Waiting for stack create/update to complete

Failed to create/update the stack. Run the following command
to fetch the list of events leading up to the failure
aws cloudformation describe-stack-events --stack-name testing

при обновлении тегов мы получаем ошибку выше. пожалуйста, помогите мне

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...