Skip to content

Commit

Permalink
Merge pull request #37 from pulumi/upgrade-terraform-provider-mist-to…
Browse files Browse the repository at this point in the history
…-v0.1.20-18578718

Upgrade terraform-provider-mist to v0.1.20
  • Loading branch information
guineveresaenger authored Aug 27, 2024
2 parents 11a3ec1 + 1fc6d00 commit 62413af
Show file tree
Hide file tree
Showing 265 changed files with 31,077 additions and 583 deletions.
95 changes: 92 additions & 3 deletions provider/cmd/pulumi-resource-junipermist/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,14 @@
}
}
},
"mist_org_psk": {
"current": "junipermist:org/psk:Psk",
"fields": {
"macs": {
"maxItemsOne": false
}
}
},
"mist_org_rftemplate": {
"current": "junipermist:org/rftemplate:Rftemplate",
"fields": {
Expand Down Expand Up @@ -2100,6 +2108,17 @@
"mist_org_vpn": {
"current": "junipermist:org/vpn:Vpn"
},
"mist_org_webhook": {
"current": "junipermist:org/webhook:Webhook",
"fields": {
"oauth2_scopes": {
"maxItemsOne": false
},
"topics": {
"maxItemsOne": false
}
}
},
"mist_org_wlan": {
"current": "junipermist:org/wlan:Wlan",
"fields": {
Expand Down Expand Up @@ -2629,6 +2648,9 @@
}
}
},
"mist_site_psk": {
"current": "junipermist:site/psk:Psk"
},
"mist_site_setting": {
"current": "junipermist:site/setting:Setting",
"fields": {
Expand Down Expand Up @@ -2731,6 +2753,17 @@
}
}
},
"mist_site_webhook": {
"current": "junipermist:site/webhook:Webhook",
"fields": {
"oauth2_scopes": {
"maxItemsOne": false
},
"topics": {
"maxItemsOne": false
}
}
},
"mist_site_wlan": {
"current": "junipermist:site/wlan:Wlan",
"fields": {
Expand Down Expand Up @@ -3378,6 +3411,21 @@
}
}
},
"mist_org_psks": {
"current": "junipermist:org/getPsks:getPsks",
"fields": {
"org_psks": {
"maxItemsOne": false,
"elem": {
"fields": {
"macs": {
"maxItemsOne": false
}
}
}
}
}
},
"mist_org_rftemplates": {
"current": "junipermist:org/getRftemplates:getRftemplates",
"fields": {
Expand Down Expand Up @@ -3438,6 +3486,24 @@
}
}
},
"mist_org_webhooks": {
"current": "junipermist:org/getWebhooks:getWebhooks",
"fields": {
"org_webhooks": {
"maxItemsOne": false,
"elem": {
"fields": {
"oauth2_scopes": {
"maxItemsOne": false
},
"topics": {
"maxItemsOne": false
}
}
}
}
}
},
"mist_org_wlantemplates": {
"current": "junipermist:org/getWlantemplates:getWlantemplates",
"fields": {
Expand All @@ -3454,6 +3520,32 @@
}
}
},
"mist_site_psks": {
"current": "junipermist:site/getPsks:getPsks",
"fields": {
"site_psks": {
"maxItemsOne": false
}
}
},
"mist_site_webhooks": {
"current": "junipermist:site/getWebhooks:getWebhooks",
"fields": {
"site_webhooks": {
"maxItemsOne": false,
"elem": {
"fields": {
"oauth2_scopes": {
"maxItemsOne": false
},
"topics": {
"maxItemsOne": false
}
}
}
}
}
},
"mist_sites": {
"current": "junipermist:index/getSites:getSites",
"fields": {
Expand Down Expand Up @@ -3488,9 +3580,6 @@
"mist_device_gateway": [
"device_id"
],
"mist_device_gateway_cluster": [
"device_id"
],
"mist_device_switch": [
"device_id"
],
Expand Down
Loading

0 comments on commit 62413af

Please sign in to comment.