You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,8 +63,12 @@ The following arguments are supported:
51
63
52
64
-> **Note:** At this time Azure Spring Cloud Service is only supported in a subset of regions (including `East US`, `South East Asia`, `West Europe` and `West US 2`.
53
65
66
+
*`sku_name` - (Optional) Specifies the SKU Name for this Spring Cloud Service. Possible values are `B0` and `S0`. Defaults to `S0`.
67
+
54
68
*`config_server_git_setting` - (Optional) A `config_server_git_setting` block as defined below.
55
69
70
+
*`trace` - (Optional) A `trace` block as defined below.
71
+
56
72
*`tags` - (Optional) A mapping of tags to assign to the resource.
57
73
58
74
---
@@ -109,6 +125,12 @@ The `ssh_auth` block supports the following:
109
125
110
126
*`strict_host_key_checking_enabled` - (Optional) Indicates whether the Config Server instance will fail to start if the host_key does not match.
111
127
128
+
---
129
+
130
+
The `trace` block supports the following:
131
+
132
+
*`instrumentation_key` - (Required) The Instrumentation Key used for Application Insights.
0 commit comments