Deploy Azure resources with Terraform
-
Today, not only digital technology evolves exponentially, but it also requires less and less hardware. For example, Azure users now get a chance to experience Infrastructure as a Code (IaC) applied in their environment, deploying infrastructure with already configured Windows Server virtual machine (VM) and code. You can give it a test run and make sure it is easy to manage whether you are a specialist or not!Read the article by Florent Appointaire, a Microsoft Engineer, to find out how to deploy a test environment on Azure via Terraform.
-
-
@IRJ said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
Yeah good stuff. I have a couple Udemy courses on it.
Something I didn't see in this article was that Cloud Shell has Terraform built in... so you really don't even need to install it. I try to keep things serverless and source controlled, so I wouldn't want to install Terraform.
-
@Obsolesce said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
Yeah good stuff. I have a couple Udemy courses on it.
Something I didn't see in this article was that Cloud Shell has Terraform built in... so you really don't even need to install it. I try to keep things serverless and source controlled, so I wouldn't want to install Terraform.
As long as it uses the latest version of terraform. There are many differences between current and last release.
-
@IRJ said in Deploy Azure resources with Terraform:
@Obsolesce said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
Yeah good stuff. I have a couple Udemy courses on it.
Something I didn't see in this article was that Cloud Shell has Terraform built in... so you really don't even need to install it. I try to keep things serverless and source controlled, so I wouldn't want to install Terraform.
As long as it uses the latest version of terraform. There are many differences between current and last release.
-
@Obsolesce said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
@Obsolesce said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
@IRJ said in Deploy Azure resources with Terraform:
Yeah good stuff. I have a couple Udemy courses on it.
Something I didn't see in this article was that Cloud Shell has Terraform built in... so you really don't even need to install it. I try to keep things serverless and source controlled, so I wouldn't want to install Terraform.
As long as it uses the latest version of terraform. There are many differences between current and last release.
Cool. Yeah 11 vs 12 are much different. Alot of things have to be redone