Ultimate Study Guide For IT Exams

    • Contact Us
  • Viewing the current state – Infrastructure as Code (IaC) with Terraform

    To view the current state, we can run the following command:$ terraform show That will output all resources that Terraform has created and manages, including outputs. Of course, this can…

    Sep 11, 2022
    Dictionary variables, Exams of Cloud, Managing Terraform state, Viewing the current state
  • Cleaning up – Infrastructure as Code (IaC) with Terraform

    Now, let’s go ahead and clean up both resource groups to avoid unnecessary charges. As we’re already within the test workspace, let’s run the following command to destroy resources within…

    Aug 7, 2022
    Ansible tasks and modules, Cloud Certifications, Exams of Cloud, Registering variables, Terraform workspaces
  • Inspecting resources – Infrastructure as Code (IaC) with Terraform

    Let’s use the az command to list the resource groups. As we know, our resource groups have a resource group prefix of terraform-ws. Therefore, use the following command to list…

    Jun 15, 2022
    Ansible tasks and modules, Cloud Certifications, Dictionary variables, Exams of Cloud
  • Terraform workspaces – Infrastructure as Code (IaC) with Terraform-2

    To access the name of the workspace, Terraform provides the terraform.workspace variable, which we have used to define the resource_group name. So, the template is now ready to take configuration…

    May 8, 2022
    Cloud Certifications, Dictionary variables, Exams of Cloud, Managing Terraform state
  • Terraform workspaces – Infrastructure as Code (IaC) with Terraform-1

    Software development requires multiple environments. You develop software within your workspace, deploy it into the development environment, unit test it, and then promote the tested code to a test environment.…

    Mar 28, 2022
    Dictionary variables, Exams of Cloud, Managing Terraform state, Registering variables
  • Using the Azure Storage backend – Infrastructure as Code (IaC) with Terraform

    As we will end up in a chicken -or- egg situation if we use Terraform to build a backend to store its state, we will have to configure this bit…

    Jan 8, 2022
    Exams of Cloud, Managing Terraform state, Registering variables, Terraform workspaces
  • Managing Terraform state – Infrastructure as Code (IaC) with Terraform

    Terraform uses a state file to track what it has deployed and what resources it is managing. The state file is essential as it records all the infrastructure Terraform maintains.…

    Dec 25, 2021
    Exams of Cloud, Managing Terraform state, Registering variables, Terraform workspaces, Viewing the current state
  • Terraform modules – Infrastructure as Code (IaC) with Terraform

    Terraform modules are reusable, repeatable templates. They allow abstraction in provisioning infrastructure, which is much needed if your usage grows beyond just some proof of concept. HashiCorp visualizes modules as…

    Nov 6, 2021
    Ansible tasks and modules, Cloud Certifications, Exams of Cloud, Terraform workspaces, Viewing the current state
  • terraform destroy – Infrastructure as Code (IaC) with Terraform

    To destroy the resource group, we can run a speculative plan first. It is always a best practice to run a speculative plan to confirm that what we need to…

    Oct 15, 2021
    Ansible tasks and modules, Exams of Cloud, Viewing the current state
Previous Page

Hey!

I’m Bruce. Discover the ultimate Study guide for IT Certificaitons

  • Twitch
  • X
  • TikTok
  • Facebook
  • Instagram

Join US

Stay updated with our latest tips and other news by joining our newsletter.

Categories

  • Ansible tasks and modules
  • Cloud Certifications
  • Dictionary variables
  • Exams of Cloud
  • Managing Terraform state
  • Registering variables
  • Terraform workspaces
  • Viewing the current state

Dates

  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • March 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Aug    

Blogroll

Minetest Blog

Minetest

Ultimate Study Guide For IT Exams

Discover the Latest Study guide for IT exams

  • Twitch
  • X
  • TikTok
  • Facebook
  • Instagram

Subscribe

Enter your email to sign up for our newsletter. We promise to respect your inbox.

Terms of Use

Privacy and Cookies

Designed with WordPress