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
@@ -47,13 +70,42 @@ data "grafana_cloud_provider_azure_credential" "test" {
47
70
48
71
### Read-Only
49
72
73
+
-`auto_discovery_configuration` (Block List) The list of auto discovery configurations. (see [below for nested schema](#nestedblock--auto_discovery_configuration))
50
74
-`client_id` (String) The client ID of the Azure Credential.
51
75
-`client_secret` (String, Sensitive) The client secret of the Azure Credential.
52
76
-`id` (String) The Terraform Resource ID. This has the format "{{ stack_id }}:{{ resource_id }}".
53
77
-`name` (String) The name of the Azure Credential.
54
78
-`resource_discovery_tag_filter` (Block List) The list of tag filters to apply to resources. (see [below for nested schema](#nestedblock--resource_discovery_tag_filter))
55
79
-`tenant_id` (String) The tenant ID of the Azure Credential.
### Nested Schema for `auto_discovery_configuration`
83
+
84
+
Read-Only:
85
+
86
+
-`resource_type_configurations` (List of Object) The list of resource type configurations. (see [below for nested schema](#nestedatt--auto_discovery_configuration--resource_type_configurations))
87
+
-`subscription_id` (String) The subscription ID of the Azure account.
### Nested Schema for `auto_discovery_configuration.resource_type_configurations`
91
+
92
+
Read-Only:
93
+
94
+
-`metric_configuration` (List of Object) (see [below for nested schema](#nestedobjatt--auto_discovery_configuration--resource_type_configurations--metric_configuration))
-`auto_discovery_configuration` (Block List) The list of auto discovery configurations. (see [below for nested schema](#nestedblock--auto_discovery_configuration))
48
72
-`resource_discovery_tag_filter` (Block List) The list of tag filters to apply to resources. (see [below for nested schema](#nestedblock--resource_discovery_tag_filter))
49
73
50
74
### Read-Only
51
75
52
76
-`id` (String) The Terraform Resource ID. This has the format "{{ stack_id }}:{{ resource_id }}".
53
77
-`resource_id` (String) The ID given by the Grafana Cloud Provider API to this AWS Account resource.
### Nested Schema for `auto_discovery_configuration`
81
+
82
+
Required:
83
+
84
+
-`resource_type_configurations` (List of Object) The list of resource type configurations. (see [below for nested schema](#nestedatt--auto_discovery_configuration--resource_type_configurations))
85
+
-`subscription_id` (String) The subscription ID of the Azure account.
### Nested Schema for `auto_discovery_configuration.resource_type_configurations`
89
+
90
+
Required:
91
+
92
+
-`metric_configuration` (List of Object) (see [below for nested schema](#nestedobjatt--auto_discovery_configuration--resource_type_configurations--metric_configuration))
0 commit comments