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.

11 lines
471 B

  1. {
  2. "tenantId": "{{ azure_tenant_id }}",
  3. "subscriptionId": "{{ azure_subscription_id }}",
  4. "aadClientId": "{{ azure_aad_client_id }}",
  5. "aadClientSecret": "{{ azure_aad_client_secret }}",
  6. "resourceGroup": "{{ azure_resource_group }}",
  7. "location": "{{ azure_location }}",
  8. "subnetName": "{{ azure_subnet_name }}",
  9. "securityGroupName": "{{ azure_security_group_name }}",
  10. "vnetName": "{{ azure_vnet_name }}",
  11. "routeTableName": "{{ azure_route_table_name }}"
  12. }