Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.1 KB

File metadata and controls

17 lines (9 loc) · 1.1 KB

terraform-example-blog-launchpad

This repository provides an example for securely deploying Terraform on Azure using workload identity federation. For a detailed explanation, refer to the accompanying blog article: Secure Terraform Deployments on Azure with Workload Identity Federation.

Quick Start Guide

Follow these steps to get started:

  1. Set Subscription and Tenant IDs: Open the providers.tf file and set the subscription_id and tenant_id values to match your Azure environment.

  2. Configure Parameters: Update the example.auto.tfvars file with all required parameters specific to your environment.

  3. Initialize Terraform: Run the command terraform init to initialize the working directory.

  4. Apply Configuration: Execute terraform apply to deploy the infrastructure.

For more details and best practices, please refer to the blog article.