Beginners Guide to Terraform with Azure PART 02
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=7jkPJDxxMsU
This is Beginners Guide to Terraform with Azure, this is PART: 02 of the series. • If you are new to terraform and azure DevOps, if you want to learn terraform development. • please watch this series till then end • following the guide which are discussed. • https://www.terraform.io/downloads.html • Terraform azure provider • https://registry.terraform.io/provide... • Terraform remote state backed azure • https://www.terraform.io/docs/languag... • Terraform azure function • https://www.terraform.io/docs/languag... • To run you code • Navigate to your terraform code directory • Run • terraform init • terraform plan • If you want to pass paramter to your code use • • terraform plan -var=“name_of_variable=value” -var=“second_var=value_2” • You can also pass parameter as json of tfvar file • terraform plan -var-file=“../../path_to_your_variable_file” • You can combine both of them • • terraform plan -var-file=“../../path_to_your_variable_file” -var=“name_of_variable=value” \\ • • Setting up terraform pipeline • / azure-devops-multi-stage-pipeline-for-terr... • My YouTube video for setting up the pipeline • https://studio.youtube.com/video/sHcu... • • Git hub code repository • • https://github.com/krishrocks1904/beg... • #terraform #azuredevops-terraform #terraform-azuredevops #terraform-azure-devops
#############################
