Skip to content

Instantly share code, notes, and snippets.

View fabian-ro's full-sized avatar
🤓

Fabian Roos fabian-ro

🤓
View GitHub Profile
@fabian-ro
fabian-ro / backup-configuration.json
Created December 7, 2023 07:54
Azure backup for AKS with Terraform
{
"properties": {
"friendlyName": "${cluster_name}\\${name}",
"dataSourceInfo": {
"resourceID": "${cluster_id}",
"resourceUri": "${cluster_id}",
"datasourceType": "Microsoft.ContainerService/managedClusters",
"resourceName": "${cluster_name}",
"resourceType": "Microsoft.ContainerService/managedClusters",
"resourceLocation": "${cluster_location}",