Skip to content

Terraform code snippets for different use cases

License

Notifications You must be signed in to change notification settings

rufer7/terraform-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terraform-snippets

Terraform code snippets for different use cases

Azure DevOps service connections

Snippets for automating the creation of Azure DevOps service connections of type Azure Resource Manager with authentication method Workload Identity Federation using Terraform.

Note

The terraform code can be executed as follows.

terraform init

terraform plan -var tenant_id="TENANT_ID" -var subscription_id="SUBSCRIPTION_ID" -var subscription_name="SUBSCRIPTION_NAME" -var organization_url="https://dev.azure.com/ORGANIZATION_NAME/" -var personal_access_token="PERSONAL_ACCESS_TOKEN"

terraform apply -var tenant_id="TENANT_ID" -var subscription_id="SUBSCRIPTION_ID" -var subscription_name="SUBSCRIPTION_NAME" -var organization_url="https://dev.azure.com/ORGANIZATION_NAME/" -var personal_access_token="PERSONAL_ACCESS_TOKEN"

For sources see here

About

Terraform code snippets for different use cases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages