DevOps Classroom notes 23/Nov/2025

Provisioning

  • Terraform provisioner also works but use it as last resort
  • To run the terraform provisioning every time terraform apply is used we need to take help of null_resource
  • Refer Here for changes which include provisioning to be called whenever a variable changes.

Backend

  • Backends in terraform refers to the location where state is stored.
  • We have two types of backends
    • local (default backend)
    • remote

S3 Backend

  • Lets create a bucket with versioning enabled
  • Refer Here for the changes done to configure backend
  • Exercise: Azurerm backend

Workspaces

  • We have create a tfvars file per environment Refer Here
  • I want to use the same folder to manage multiple environments.
  • Terraform supports this using workspaces
  • Refer Here

Next Steps

  • Reverse Engineering
  • K8s Cluster from terraform

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube