News

This is a sample repository that shows how to use GitHub Actions workflows to manage Azure infrastructure with Terraform. This workflow runs on every pull request and on each commit to the main branch ...
#!/bin/bash environment=dev TFSTATE_RESOURCE_GROUP_NAME=tfstate-$environment TFSTATE_STORAGE_ACCOUNT_NAME=tfstate$RANDOM$environment TFSTATE_BLOB_CONTAINER_NAME ...