Skip to content

Commit

Permalink
Merge pull request #90 from pulumi/upgrade-terraform-provider-meraki-…
Browse files Browse the repository at this point in the history
…to-v0.2.5-alpha

Upgrade terraform-provider-meraki to v0.2.5-alpha
  • Loading branch information
mikhailshilkov authored Jul 1, 2024
2 parents 6a56f09 + 6a6abe4 commit 79846b6
Show file tree
Hide file tree
Showing 41 changed files with 4,021 additions and 275 deletions.
40 changes: 39 additions & 1 deletion provider/cmd/pulumi-resource-meraki/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"blocked_url_categories": {
"maxItemsOne": false
},
"blocked_url_categories_rs": {
"blocked_url_categories_response": {
"maxItemsOne": false
},
"blocked_url_patterns": {
Expand Down Expand Up @@ -2491,6 +2491,44 @@
}
}
}
},
"peers_response": {
"maxItemsOne": false,
"elem": {
"fields": {
"ipsec_policies": {
"fields": {
"child_auth_algo": {
"maxItemsOne": false
},
"child_cipher_algo": {
"maxItemsOne": false
},
"child_pfs_group": {
"maxItemsOne": false
},
"ike_auth_algo": {
"maxItemsOne": false
},
"ike_cipher_algo": {
"maxItemsOne": false
},
"ike_diffie_hellman_group": {
"maxItemsOne": false
},
"ike_prf_algo": {
"maxItemsOne": false
}
}
},
"network_tags": {
"maxItemsOne": false
},
"private_subnets": {
"maxItemsOne": false
}
}
}
}
}
},
Expand Down
180 changes: 159 additions & 21 deletions provider/cmd/pulumi-resource-meraki/schema.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ require (
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
Expand Down Expand Up @@ -139,7 +139,7 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/meraki/dashboard-api-go/v3 v3.0.3 // indirect
github.com/meraki/dashboard-api-go/v3 v3.0.4 // indirect
github.com/mitchellh/cli v1.1.5 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down
7 changes: 4 additions & 3 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,9 @@ github.com/hashicorp/go-sockaddr v1.0.6 h1:RSG8rKU28VTUTvEKghe5gIhIQpv8evvNpnDEy
github.com/hashicorp/go-sockaddr v1.0.6/go.mod h1:uoUUmtwU7n9Dv3O4SNLeFvg0SxQ3lyjsj6+CCykpaxI=
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
Expand Down Expand Up @@ -664,8 +665,8 @@ github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzp
github.com/mattn/go-runewidth v0.0.12/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk=
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/meraki/dashboard-api-go/v3 v3.0.3 h1:WqmGHKQaVDypR+uDZhI65Yvucpu97WUMbF88wxfoXe4=
github.com/meraki/dashboard-api-go/v3 v3.0.3/go.mod h1:ngZmCzPKto29KbttUw7ibrLc+5RHHBKihYFkWFrL1zE=
github.com/meraki/dashboard-api-go/v3 v3.0.4 h1:JLqU19U9iMalqk5zxwlrbOpd+j/C1Hgo86R76RSdGKM=
github.com/meraki/dashboard-api-go/v3 v3.0.4/go.mod h1:ngZmCzPKto29KbttUw7ibrLc+5RHHBKihYFkWFrL1zE=
github.com/mitchellh/cli v1.1.5 h1:OxRIeJXpAMztws/XHlN2vu6imG5Dpq+j61AzAX5fLng=
github.com/mitchellh/cli v1.1.5/go.mod h1:v8+iFts2sPIKUV1ltktPXMCC8fumSKFItNcD2cLtRR4=
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=
Expand Down
82 changes: 59 additions & 23 deletions sdk/dotnet/Networks/ApplianceContentFiltering.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions sdk/dotnet/Organizations/ApplianceVpnThirdPartyVpnpeers.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79846b6

Please sign in to comment.