Skip to content

Commit a00c398

Browse files
committed
adding mist_org_wlans and mist_site_wlans date sources
1 parent 35d722d commit a00c398

File tree

57 files changed

+5793
-1002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5793
-1002
lines changed

docs/data-sources/org_wlans.md

+527
Large diffs are not rendered by default.

docs/data-sources/site_wlans.md

+527
Large diffs are not rendered by default.

docs/guides/release_note_0.2.xx.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ description: |-
1818
* `mist_org_evpn_topologies`
1919
* `mist_org_nac_endpoints`
2020
* `mist_org_sso_roles`
21+
* `mist_org_wlans`
22+
* `mist_site_wlans`
2123

2224
### Changes
2325
* Add `mist_org_sso_role.privilege.views` attribute
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
data "mist_org_wlans" "org_wlans" {
2+
org_id = "15fca2ac-b1a6-47cc-9953-cc6906281550"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
data "mist_site_wlans" "site_wlans" {
2+
site_id = "15fca2ac-b1a6-47cc-9953-cc6906281550"
3+
}

internal/datasource_org_webhooks/sdk_to_terraform.go

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func SdkToTerraform(ctx context.Context, l *[]models.Webhook, elements *[]attr.V
2525
}
2626

2727
func webhookSdkToTerraform(ctx context.Context, diags *diag.Diagnostics, d *models.Webhook) OrgWebhooksValue {
28-
var state OrgWebhooksValue
2928

3029
var enabled types.Bool
3130
var headers types.Map = types.MapNull(types.StringType)

0 commit comments

Comments
 (0)