Using Terraform with Azure

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


00:00:00 Intro
00:00:48 Adding Providers
00:04:35 Authenticating the Azure Provider
00:11:00 Terraform Init
00:11:25 Creating a Virtual Machine Resource
00:16:37 Using Data Sources
00:19:45 Running Terraform Plan
00:20:27 Running Terraform Apply
00:21:54 Using Terraform Functions
00:25:39 Updating Resources
00:26:32 Defining Outputs
00:29:43 Removing Resources With Terraform Destroy
00:31:12 Provisioning Applications With Cloud Init
00:45:12 Making Configuration Dynamic With Variables
01:01:51 Complex Variables and Conditional Statements
01:06:53 The lifecycle Meta Argument
01:12:01 Summary

HashiCorp provides infrastructure automation software for multi-cloud environments, enabling enterprises to unlock a common cloud operating model to provision, secure, connect, and run any application on any infrastructure. HashiCorp tools Vagrant, Packer, Terraform, Vault, Consul, Nomad, Boundary, and Waypoint allow organizations to deliver applications faster by helping enterprises transition from manual processes and ITIL practices to self-service automation and DevOps practices.

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

Could you make use of terraform hooks to check the status of the init cloud config ?

edmaregs