✨ Add initial Terraform configuration for Azure and Proxmox resources
This commit is contained in:
5
backend.hcl
Normal file
5
backend.hcl
Normal file
@@ -0,0 +1,5 @@
|
||||
resource_group_name = "rg-tofu-state"
|
||||
storage_account_name = "tofu239746state"
|
||||
container_name = "tfstate"
|
||||
key = "terraform.tfstate"
|
||||
use_azuread_auth = true
|
||||
Reference in New Issue
Block a user