Тёмный
No video :(

Learn Terraform in 20 minutes | Terraform for Azure 

DevopsWithShan
Подписаться 8 тыс.
Просмотров 37 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@amarmohammed5644
@amarmohammed5644 3 года назад
very good guide. I did have issues but that as down to my profile having a subscription that was disabled. Now need more examples that have VM's
@harishh4464
@harishh4464 Год назад
Very neat explanation with clear speech .thank You .
@cooltimus89
@cooltimus89 3 года назад
Just a quick update. Interpolation feature for variables is now deprecated.
@shamasc172
@shamasc172 4 года назад
Hi Shan, can you plz have one playlist created for terraform with azure for beginners.. Let me know the link if you already have the one
@lionheart2663
@lionheart2663 4 года назад
I will create a video for it .
@devopswithshan806
@devopswithshan806 Год назад
Added, please check the Azure & Terraform playlist, moreover if you want basic Azure & Terraform course, please see below: infrasity.com/p/azure-basics-for-business-pm-po-ba-qa-az-900-live infrasity.com/p/devops-fundamentals-build-azure-infra-with-terraform
@vidyabharati5317
@vidyabharati5317 4 года назад
Very nice explanation thanks a lot
@devopswithshan806
@devopswithshan806 Год назад
Thanks, please take a look at infrasity.com/ for devops courses.
@SandeepSharma-ig9gw
@SandeepSharma-ig9gw 4 года назад
Can you please create a video on Modules like how to create multiple VMs using same module. the idea is not to delete existing VM rather create new one just by changing Variables
@devopswithshan806
@devopswithshan806 4 года назад
okay, will try to put the video in next few days
@twincam2013
@twincam2013 3 года назад
Awesome explanation, i'm new to terraform and wanted to know the basics. I would however want to know where to input the data for the provider? in the main.tf file or var.tf? I can see in your vlog you haven't done this so where does it pickup the provider?
@devopswithshan806
@devopswithshan806 2 года назад
Noted
@prasannakumar4904
@prasannakumar4904 5 лет назад
Wonderful 👍🏽👍🏽👍🏽
@rakeshjha11
@rakeshjha11 4 года назад
Nice hands on !!!!
@devopswithshan806
@devopswithshan806 Год назад
Thanks, please take a look at infrasity.com/ for devops courses.
@kashifaliuk
@kashifaliuk 5 лет назад
very nice buddy....need to play around the virtual machine part...is it easy to create a windows machine and join the existing domain
@pushpakkurella7724
@pushpakkurella7724 4 года назад
very helpful
@devopswithshan806
@devopswithshan806 Год назад
Glad to hear that
@venkatx5
@venkatx5 4 года назад
From where the terraform files came? Did you open any existing project? Is there a pre-quel video to this video?
@pranavpatil8072
@pranavpatil8072 4 года назад
Following pls let me know once you have the answer.
@Jason1087870
@Jason1087870 3 года назад
Follow the steps here. It walks you through the whole process. docs.microsoft.com/en-us/azure/developer/terraform/configure-vs-code-extension-for-terraform
@devopswithshan806
@devopswithshan806 Год назад
These are video snippet from the course infrasity.com/p/devops-fundamentals-build-azure-infra-with-terraform
@gouthamberi5033
@gouthamberi5033 2 года назад
Hi bro, is there any way fo reach you out? Looking for an information on terraform and az cli installation
@devopswithshan806
@devopswithshan806 Год назад
Comment would be the only way
@tayoadaraloye
@tayoadaraloye 3 года назад
Hi, Can you create a video where we have the Azure VM password saved on Azure Key vault
@gauravraw
@gauravraw 2 года назад
Good intro video, thanks
@devopswithshan806
@devopswithshan806 2 года назад
Glad you liked it
@Ashish-cb3ht
@Ashish-cb3ht 2 года назад
Can you make it on Playlist
@devopswithshan806
@devopswithshan806 2 года назад
Sure
@safar2984
@safar2984 3 года назад
sir my terraform plan command is not able to deploy the code, it is showing the infrastructure is up to date again nd again
@devopswithshan806
@devopswithshan806 Год назад
Hey Safar, please visit infrasity.com/p/devops-fundamentals-build-azure-infra-with-terraform for detailed terraform guide.
@carlosvasquez4567
@carlosvasquez4567 4 года назад
You skipped to explain where you got the open files on your VScode
@devopswithshan806
@devopswithshan806 4 года назад
ok, it's in the REPO: github.com/shan0809/Jumpstart-Terraform-0.12-on-Azure Just in care you are looking for Terraform advanced features like : >> for and for-each loop >> Loops using for expressions >> Conditionals >> Terraform Functions Get your self-register using the below link: www.udemy.com/course/jumpstart-terraform12-on-azure/
@carlosvasquez4567
@carlosvasquez4567 4 года назад
@@devopswithshan806 Thanks! :)
@manavid86
@manavid86 Год назад
How to use existing vnet and subnet to map with new rg and vm
@devopswithshan806
@devopswithshan806 Год назад
If the existing vnet is under the same subscription, you would have an option to straightway map the vnet with the VM
@prasannakumar4904
@prasannakumar4904 5 лет назад
Pls post videos about create VM with existing RG, VNET, SUBNET.. Show us creating Virtual gateway, VNET peering
@devopswithshan806
@devopswithshan806 5 лет назад
I will, expect that in coming days
@rahulgoud3092
@rahulgoud3092 4 года назад
You need to use Data Source: azurerm_subnet for this to refer an exisiting subnet and vnet ....stackoverflow.com/questions/52504137/terraform-azure-provision-vm-to-existing-subnet-vnet-resourcegroup should help you
@ajeetparihar4982
@ajeetparihar4982 3 года назад
terraform plan ╷ │ Error: Insufficient features blocks │ │ on line 0: │ (source code not available) │ │ At least 1 "features" blocks are required. please help anyone
@devopswithshan806
@devopswithshan806 2 года назад
provider "azurerm"{ fetures{} }
@luismesa2844
@luismesa2844 4 года назад
why do you name it "for azure" if it's aws??
@devopswithshan806
@devopswithshan806 4 года назад
it is absolutely not for AWS, clearly the resources are created for Azure.
Далее
Terraform Destroy
2:59
Просмотров 913
Terraform on Azure for Beginners
28:44
Просмотров 42 тыс.
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Просмотров 8 млн
The Right Way to DevOps with Terraform and Ansible
24:53
Using Terraform with Azure
45:00
Просмотров 116 тыс.
Beginners Guide to Terraform with Azure: PART- 01
45:24