Terraform CI/CD with Azure DevOps

preview_player
Показать описание

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

Wonderful. Very much helpful for beginner to understand Terraform and azure DevOps together

vinaykaradia
Автор

thank you for this, you are brilliant and straightforward i was looking for this :)

nellyhernandez
Автор

Superb video for begineers thank you very useful keep up the good work.

duladuda
Автор

Very useful and interesting! Thank you very much

sboychev
Автор

Nice and Precise tutorial... Well Done and thanks

balbirballi
Автор

Thanks for the above vedio, its too clear.

nageshwarkatta
Автор

Thanks for sharing such a good step by step information.
Can you please publish one video on how create terraform pipeline with YAML using Azure Devops

makarandsadavarte
Автор

Very nice and clear explanation. Thank you for that however, this pipeline will only work if you run it for the first time. The second time you'll get an error something like "<resource_id> already exists - to be managed via Terraform this resource needs to be imported into the State" It is because your .state file is not imported/copied in your CD pipeline so the CD pipeline tries to re-create everything from scratch...

Not sure if this is the best solution but i removed the ".tf" and i put only "**". Like this, I was able to import/copy my .state file. in my artifacts. Now your CD pipeline should succeed.

Ps: Enable the CD trigger to automate the process every time you have a new push/merge into your master branch.

sonergezgen
Автор

Thank you. Could you please explain where you configured backend for terraform state

veereshsetty
Автор

Great tutorial. how do you select a repo folder that already exists in Azure DevOps? I tried the classic method and it only lets me chose files and not the entire repo with terraform files in it.

johngomes
Автор

Houssem, great and simple video - although I'm novice user but it made perfect sense what you discussed in this video. Would you be kind enough to share your PUBLIC github repository link please?

latifazhar
Автор

Hey bro, Nice Video. I do have couple of questions, could you please provide your response on it please ?

1. From where did you got the Terraform Code that you used to deploy the resources ? Is this something we need to write on our Own ?

2. How to create a Loop ? For instance, if i want to create 10 VM's simultaneously is this something possible by using single main.tf file ?

ctxshekhar
Автор

Can you add the link for the main template and variable please ?

adamzachary
Автор

Quick question. Must I add the copy and publish tasks. Won't I be able to use the build as an artifact in the CD pipeline?

abrahamjunaid
Автор

Hi dear, could you explain me how to save the tfstate on each deployment?

mariorodriguezomogrosso
Автор

Is it possible to deploy web app into Azure VM instead of Azure App Service.?

vipuldiwan
Автор

Hi.. Where is the tfstate file getting stored?

dontdisturb
Автор

thanks for the video but i m getting this error "terraform error cannot index into a null array" how can resolve it?

aishwaryravi
Автор

can you please upload a vedio, init, plan, apply fine. But, How to destroy the services using azure DevOps CICD Pipeline.

nageshwarkatta
Автор

how can i create a pipeline with terraform modules. My IAC is set up with modules but i cant init as it fails to call the module

hormorneiyei