feat: add Terraform configuration and initialization scripts for Azure backend

This commit is contained in:
2026-02-27 22:48:31 +01:00
parent 8be0eb7d90
commit c65c347ca5
4 changed files with 44 additions and 1 deletions

4
test/backend.config Normal file
View File

@@ -0,0 +1,4 @@
storage_account_name = "terraform"
container_name = "tfstate"
key = "test.tfstate"
use_azuread_auth = true