Skip to content

Commit

Permalink
Merge pull request #208 from cisco-open/develop
Browse files Browse the repository at this point in the history
## 1.0.2-beta (February 13, 2025)
  • Loading branch information
fmunozmiranda authored Feb 13, 2025
2 parents 55dbe8e + 2fa294d commit 28a159d
Show file tree
Hide file tree
Showing 117 changed files with 130 additions and 123 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.2-beta (February 13, 2025)
BUGFIXES:
* Update import syntax in Meraki resource documentation and examples to reflect changes in required parameters. #201
* meraki_networks_appliance_vpn_site_to_site_vpn, impossible to manage priority order. Changing to list to preserve order. #203
* Resource 'meraki_networks' possibly missing required argument in documentation. Documentation updated. #202
* Resource 'meraki_networks' map networkIds #181.

## 1.0.1-beta (January 20, 2025)
FEATURES:
* **New Data Source** `data_source_meraki_networks_wireless_air_marshal_rules.go`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
NAMESPACE=edu
NAME=meraki
BINARY=terraform-provider-${NAME}
VERSION=1.0.1-beta
VERSION=1.0.2-beta
OS_ARCH=darwin_arm64
# OS_ARCH=darwin_amd64
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
required_providers {
meraki = {
source = "cisco-open/meraki"
version = "1.0.1-beta"
version = "1.0.2-beta"
}
}
}
Expand Down Expand Up @@ -68,7 +68,7 @@ terraform {
required_providers {
meraki = {
source = "hashicorp.com/edu/meraki"
version = "1.0.1-beta"
version = "1.0.2-beta"
}
}
}
Expand Down Expand Up @@ -120,7 +120,7 @@ The following table shows the supported versions.
|-----------------------|-------------------------------------|------------------------------|
| 1.33.0 | 0.1.0-alpha | 2.0.9 |
| 1.44.1 | 0.2.0-alpha | 3.0.0 |
| 1.53.0 | 1.0.1-beta | 4.0.0 |
| 1.53.0 | 1.0.2-beta | 4.0.0 |

If your SDK, Terraform provider is older please consider updating it first.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ Read-Only:
Import is supported using the following syntax:

```shell
terraform import meraki_devices.example "organization_id,serial"
terraform import meraki_devices.example "serial"
```
2 changes: 1 addition & 1 deletion docs/resources/devices_live_tools_cable.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ Read-Only:
Import is supported using the following syntax:

```shell
terraform import meraki_devices_live_tools_cable.example "id,serial"
terraform import meraki_devices_live_tools_cable.example "serial,id"
```
2 changes: 1 addition & 1 deletion docs/resources/devices_switch_ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ Read-Only:
Import is supported using the following syntax:

```shell
terraform import meraki_devices_switch_ports.example "port_id,serial"
terraform import meraki_devices_switch_ports.example "serial,port_id"
```
2 changes: 1 addition & 1 deletion docs/resources/devices_switch_routing_interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import meraki_devices_switch_routing_interfaces.example "interface_id,serial"
terraform import meraki_devices_switch_routing_interfaces.example "serial,interface_id"
```
2 changes: 1 addition & 1 deletion docs/resources/devices_switch_routing_interfaces_dhcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import meraki_devices_switch_routing_interfaces_dhcp.example "interface_id,serial"
terraform import meraki_devices_switch_routing_interfaces_dhcp.example "serial,interface_id"
```
2 changes: 1 addition & 1 deletion docs/resources/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ output "meraki_networks_example" {
### Required

- `organization_id` (String) Organization ID
- `product_types` (Set of String) List of the product types that the network supports

### Optional

- `enrollment_string` (String) Enrollment string for the network
- `name` (String) Network name
- `network_id` (String) networkId path parameter. Network ID
- `notes` (String) Notes for the network
- `product_types` (Set of String) List of the product types that the network supports
- `tags` (Set of String) Network tags
- `time_zone` (String) Timezone of the network

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/organizations_adaptive_policy_acls.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import meraki_organizations_adaptive_policy_acls.example "acl_id,organization_id"
terraform import meraki_organizations_adaptive_policy_acls.example "organization_id,acl_id"
```
2 changes: 1 addition & 1 deletion docs/resources/organizations_adaptive_policy_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import meraki_organizations_adaptive_policy_groups.example "id,organization_id"
terraform import meraki_organizations_adaptive_policy_groups.example "organization_id,id"
```
2 changes: 1 addition & 1 deletion docs/resources/organizations_adaptive_policy_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import meraki_organizations_adaptive_policy_policies.example "id,organization_id"
terraform import meraki_organizations_adaptive_policy_policies.example "organization_id,id"
```
2 changes: 1 addition & 1 deletion docs/resources/organizations_licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ Read-Only:
Import is supported using the following syntax:

```shell
terraform import meraki_organizations_licenses.example "license_id,organization_id"
terraform import meraki_organizations_licenses.example "organization_id,license_id"
```
2 changes: 1 addition & 1 deletion examples/resources/meraki_devices/import.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_devices.example "organization_id,serial"
terraform import meraki_devices.example "serial"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_devices_live_tools_cable.example "id,serial"
terraform import meraki_devices_live_tools_cable.example "serial,id"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_devices_live_tools_cable_test.example "id,serial"
terraform import meraki_devices_live_tools_cable_test.example "serial,id"
2 changes: 1 addition & 1 deletion examples/resources/meraki_devices_switch_ports/import.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_devices_switch_ports.example "port_id,serial"
terraform import meraki_devices_switch_ports.example "serial,port_id"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_devices_switch_routing_interfaces.example "interface_id,serial"
terraform import meraki_devices_switch_routing_interfaces.example "serial,interface_id"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_devices_switch_routing_interfaces_dhcp.example "interface_id,serial"
terraform import meraki_devices_switch_routing_interfaces_dhcp.example "serial,interface_id"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_organizations_adaptive_policy_acls.example "acl_id,organization_id"
terraform import meraki_organizations_adaptive_policy_acls.example "organization_id,acl_id"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_organizations_adaptive_policy_groups.example "id,organization_id"
terraform import meraki_organizations_adaptive_policy_groups.example "organization_id,id"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_organizations_adaptive_policy_policies.example "id,organization_id"
terraform import meraki_organizations_adaptive_policy_policies.example "organization_id,id"
2 changes: 1 addition & 1 deletion examples/resources/meraki_organizations_licenses/import.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import meraki_organizations_licenses.example "license_id,organization_id"
terraform import meraki_organizations_licenses.example "organization_id,license_id"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
2 changes: 1 addition & 1 deletion examples/samples/resources/devices/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
2 changes: 1 addition & 1 deletion examples/samples/resources/example/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
2 changes: 1 addition & 1 deletion examples/samples/resources/gnerate_snapshot/resource.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
4 changes: 2 additions & 2 deletions examples/samples/resources/meraki_networks/resource.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand All @@ -14,7 +14,7 @@ provider "meraki" {
resource "meraki_networks" "example" {
name = "My Test Network"
organization_id = "828099381482762270"
notes = "This is a test network created by my team"
notes = "This is a test network created by my team by terraform"
product_types = ["appliance", "switch", "wireless", "cellularGateway"]
time_zone = "America/Los_Angeles"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
meraki = {
version = "1.0.1-beta"
version = "1.0.2-beta"
source = "hashicorp.com/edu/meraki"
# "hashicorp.com/edu/meraki" is the local built source, change to "cisco-en-programmability/meraki" to use downloaded version from registry
}
Expand Down
Loading

0 comments on commit 28a159d

Please sign in to comment.