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
-`auto_discovery_enabled` (Boolean) Whether the auto-subscription-discovery Terraform template variant has been applied for this management group. Set by the CAM template generator; defaults to `false`. Only read on the primary subscription.
219
222
-`cam_deployed_region` (String) Region where CAM is deployed for this connector
220
223
-`connected_security_services` (Attributes List) List of connected security services for the connector (see [below for nested schema](#nestedatt--connected_security_services))
221
224
-`description` (String) Description of the connector
MarkdownDescription: "When `true` (default), Terraform destroy will not call the CAM DELETE API, preserving the subscription in CAM. Set to `false` to allow the subscription to be removed from CAM on destroy.",
233
234
Default: booldefault.StaticBool(true),
234
235
},
236
+
"auto_discovery_enabled": schema.BoolAttribute{
237
+
Optional: true,
238
+
Computed: true,
239
+
MarkdownDescription: "Whether the auto-subscription-discovery Terraform template variant has been applied for this management group. Set by the CAM template generator; defaults to `false`. Only read on the primary subscription.",
0 commit comments