@pulumi/meraki 0.2.5 → 0.2.7-alpha.1721036507
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/types/output.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/meraki",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7-alpha.1721036507",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "meraki",
|
|
27
|
-
"version": "0.2.
|
|
27
|
+
"version": "0.2.7-alpha.1721036507",
|
|
28
28
|
"server": "github://api.github.com/pulumi/pulumi-meraki"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -4696,7 +4696,7 @@ export declare namespace networks {
|
|
|
4696
4696
|
/**
|
|
4697
4697
|
* A text comment for the reserved range
|
|
4698
4698
|
*/
|
|
4699
|
-
comment
|
|
4699
|
+
comment?: string;
|
|
4700
4700
|
/**
|
|
4701
4701
|
* The last IP in the reserved range
|
|
4702
4702
|
*/
|
|
@@ -17589,7 +17589,7 @@ export declare namespace networks {
|
|
|
17589
17589
|
/**
|
|
17590
17590
|
* Name of the VLAN, string length must be from 1 to 32 characters
|
|
17591
17591
|
*/
|
|
17592
|
-
name
|
|
17592
|
+
name?: string;
|
|
17593
17593
|
/**
|
|
17594
17594
|
* VLAN ID
|
|
17595
17595
|
*/
|