Best Practices with Terraform Modules: Use Explicit Versioning

preview_player
Показать описание
EPISODE 35
In this episode, we'll extract our Azure Monitor Diagnostic Setting Module into our Terraform Module library that we setup in an Azure DevOps repo. We'll encounter some challenges as we do this which will require us to rebase and specific a specific version of Terraform to our Azure DevOps Build Agents.

Follow me on Twitter for quick code snippets and thoughts on Cloud, Automation and other things!

Keep the knowledge flowing!

Source Code:

Azure ARM Resources Provider

v3.41.0

Azure Resource Naming Conventions
Рекомендации по теме
Комментарии
Автор

i had the same issue with the different terraform versions in my build and deploy stage VM's about 6 months ago🤦‍♂😂... sent me in a spin, sometimes it work sometimes it didn't... i think i added a terraform install task in both stages so it installed the lastest (or preferred) version

ManneyM