k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
471 B
12 lines
471 B
{
|
|
"tenantId": "{{ azure_tenant_id }}",
|
|
"subscriptionId": "{{ azure_subscription_id }}",
|
|
"aadClientId": "{{ azure_aad_client_id }}",
|
|
"aadClientSecret": "{{ azure_aad_client_secret }}",
|
|
"resourceGroup": "{{ azure_resource_group }}",
|
|
"location": "{{ azure_location }}",
|
|
"subnetName": "{{ azure_subnet_name }}",
|
|
"securityGroupName": "{{ azure_security_group_name }}",
|
|
"vnetName": "{{ azure_vnet_name }}",
|
|
"routeTableName": "{{ azure_route_table_name }}"
|
|
}
|