You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Can't read data from meraki_organizations_policy_objects_groups and can't write meraki_organizations_policy_objects_groups resource by examples of the documentation
Expected behavior
can read and write meraki_organizations_policy_objects_groups
Debug
data source
Planning failed. OpenTofu encountered an error while generating this plan.
╷
│ Error: Failure when executing GetOrganizationPolicyObjectsGroup
│
│ with data.meraki_organizations_policy_objects_groups.example,
│ on policy_objects.tf line 72, in data "meraki_organizations_policy_objects_groups" "example":
│ 72: data "meraki_organizations_policy_objects_groups" "example" {
│
│ json: cannot unmarshal array into Go value of type
│ meraki.ResponseOrganizationsGetOrganizationPolicyObjectsGroup
resource
meraki_organizations_policy_objects_groups.office_networks: Creating...
╷
│ Error: Error in result.
│
│ with meraki_organizations_policy_objects_groups.office_networks,
│ on policy_objects.tf line 51, in resource "meraki_organizations_policy_objects_groups" "office_networks":
│ 51: resource "meraki_organizations_policy_objects_groups" "office_networks" {
│
│ Error in result.
Running into this issue as well trying to import a policy object group:
Error: Failure when executing GetOrganizationPolicyObjectsGroup
json: cannot unmarshal string into Go struct field ResponseOrganizationsGetOrganizationPolicyObjectsGroup.objectIds of type int
BUGFIXES:
* meraki_debug no longer works #179 [fixed].
* appliance_traffic_shaping_rules does not store order #173, Changing to list to preserve the order.
* Terraform registry documentation updates #180.
* meraki_organizations_policy_objects_groups broken, both the data and resource #178, documentation issue, changing types to umarshal struct.
FEATURES:
* **New Resource** `resource_meraki_networks_appliance_static_routes`
* **New Data Source** `data_source_meraki_networks_appliance_static_routes`
Prerequisites
Describe the bug
Can't read data from meraki_organizations_policy_objects_groups and can't write meraki_organizations_policy_objects_groups resource by examples of the documentation
Expected behavior
can read and write meraki_organizations_policy_objects_groups
Debug
data source
resource
Log file
redacted_log.log
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: