Skip to content

Example for securely deploying Terraform on Azure using workload identity federation. See the blog article for a detailed explanation.

Notifications You must be signed in to change notification settings

cloudeteer/terraform-example-blog-launchpad

Repository files navigation

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.

About

Example for securely deploying Terraform on Azure using workload identity federation. See the blog article for a detailed explanation.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks