microsoft / cobalt

Infrastructure turn-key solution for app service workloads
MIT License
116 stars 78 forks source link

Remove ACR Webhooks; Do not manage container settings via Terraform #324

Closed nmiodice closed 4 years ago

nmiodice commented 4 years ago

All Submissions:


What is the current behavior?


ACR Webhooks are determined to be unsuitable for the deployment strategy that we want to use. This is detailed in https://github.com/microsoft/cobalt/issues/316.

This change removes the ACR webhooks and also prevents Terraform from changing the container settings for existing webapps.

Issue Number: https://github.com/microsoft/cobalt/issues/316

What is the new behavior?


Does this introduce a breaking change?


Any relevant logs, error output, etc?


ThePhen commented 4 years ago

Aha! So this was letting the .terraform.d folder hang around between jobs/stages, @nmiodice?

nmiodice commented 4 years ago

@ThePhen That was a "try this to see if it works" approach that I ended up backing out. We actually want to keep the .terraform folder around as it includes some helpful things. See some more commentary here if you are interested