Automate the Automation PART 2: Setup a Git Repository in Azure DevOps using Terraform

preview_player
Показать описание
EPISODE 41
In this episode, we'll setup a new Git Repository in Azure DevOps using the Azure DevOps Terraform provider. We'll import a git repo as a template that includes a baseline Azure Terraform project and the Azure DevOps pipelines YAML files needed to run terraform plan and terraform apply!

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

Keep the knowledge flowing!
Рекомендации по теме
Комментарии
Автор

Firstly, thanks Mark for recording these videos for us. It's helpful to see a different way of structuring projects, repos & even tf files.
Probably work items in terraform can be used if your organization have a huge Project Management Office & have some standard Work Items as part of all projects. That's the only use case I could come up with 😉

dikshantmalik
Автор

Also Ansible Linux patching automation using ADO would be a good one.

marsamuk
Автор

Maybe next create a project and associate a GitHub repo? Perhaps with required folders, pipeline yaml and key vault etc. Thanks

marsamuk
Автор

Is it possible to import the source repo from azure repoes? I tried to use one of my azure repoes as the source and got:
Error: Error import repository in Azure DevOps: Request returned status: 400 Bad Request

OrKiraly