cisco-en-programmability / terraform-provider-dnacenter

https://registry.terraform.io/providers/cisco-en-programmability/dnacenter/latest/docs
MIT License
14 stars 12 forks source link

Creation of enterprise SSID #148

Closed sandeep3in closed 1 year ago

sandeep3in commented 1 year ago

Prerequisites

Describe the bug Not able to create enterprise SSID through terraform

Expected behavior SSID creation

Screenshots Please provide an screenshot of the successful API call with cuRL, Postman, etc.

Environment (please complete the following information):

Additional context

resource "dnacenter_wireless_enterprise_ssid" "example1" { provider = dnacenter parameters {

name                                  =    "sand2"
radio_policy                          = "Triple band operation (2.4GHz, 5GHz and 6GHz)"
security_level                        = "open"

ssid_name                             = "sand2"
traffic_type                          = "voicedata"

} }

output "dnacenter_wireless_enterprise_ssid_example1" { value = dnacenter_wireless_enterprise_ssid.example1 }

sandeep3in commented 1 year ago

debug.txt

zapodeanu commented 1 year ago

@sandeep3in We have a requirement that you verify the Cisco DNA Center API call and provide the response.

sandeep3in commented 1 year ago

Hi Gabi,

As per the documentation, we only need two parameters which is SSID name and security level, and the rest are optional.

root (map, required) name (string, required, maxLength: 32) : SSID NAME securityLevel (string, required, enum: WPA2_ENTERPRISE, WPA2_PERSONAL, OPEN, WPA3_ENTERPRISE, WPA3_PERSONAL, WPA2_WPA3_PERSONAL, WPA2_WPA3_ENTERPRISE) : Security Level

the API doesn't work as per the documentation and results in error. { "bapiKey": "8a96-fb95-4d09-a349", "bapiName": "Create Enterprise SSID", "bapiExecutionId": "f8cd2204-14e8-4831-93df-934d9406b293", "startTime": "Mon Mar 13 06:03:58 UTC 2023", "startTimeEpoch": 1678687438901, "endTime": "Mon Mar 13 06:05:40 UTC 2023", "endTimeEpoch": 1678687540825, "timeDuration": 101924, "status": "FAILURE", "bapiError": "Execution Failed with error: SyntaxError: Invalid JSON: :1:0 Expected json literal but found eof\n\n^", "runtimeInstanceId": "DNACP_Runtime_c3bb156b-3931-47f8-88d9-246ce4a36157" }

sandeep3in commented 1 year ago

{ "name": "sssid100", "securityLevel": "OPEN" }

sandeep3in commented 1 year ago

Can you please share a working API call from creating an SSID, that would be helpful.

zapodeanu commented 1 year ago

@sandeep3in

Request Payload: { "name": "airflow_test_2", "securityLevel": "WPA3_ENTERPRISE" }

Execution Response

{
    "bapiKey": "8a96-fb95-4d09-a349",
    "bapiName": "Create Enterprise SSID",
    "bapiExecutionId": "6054f988-bc5e-4310-b573-816213a29a5a",
    "startTime": "Fri Jun 23 22:02:49 UTC 2023",
    "startTimeEpoch": 1687557769852,
    "endTime": "Fri Jun 23 22:02:54 UTC 2023",
    "endTimeEpoch": 1687557774014,
    "timeDuration": 4162,
    "status": "SUCCESS",
    "runtimeInstanceId": "DNACP_Runtime_66d782df-528d-43e5-b142-ed349a095c3c"
}

Tested in Cisco DNA Center version 2.3.5.3

fmunozmiranda commented 1 year ago

Hey, I test new version with Gabi's payload and it works for me. @sandeep3in please make your test and notify us

sandeep3in commented 1 year ago

It still doesn't work.

resource "dnacenter_wireless_enterprise_ssid" "example" { provider = dnacenter

parameters {

name = "airflow_test_2"
security_level = "WPA3_ENTERPRISE"

} }

output "dnacenter_wireless_enterprise_ssid_example" { value = dnacenter_wireless_enterprise_ssid.example }


nter_license_device_license_details timestamp=2023-07-04T14:47:25.835+0530 2023-07-04T14:47:25.842+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_data_source_type=dnacenter_integration_settings_instances_itsm tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.835+0530 2023-07-04T14:47:25.842+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_event_count tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.835+0530 2023-07-04T14:47:25.842+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_data_source_type=dnacenter_event_series_audit_logs tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.835+0530 2023-07-04T14:47:25.842+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_event_syslog_config tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.843+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_sda_fabric_control_plane_device tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.843+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_data_source_type=dnacenter_event_subscription_details_syslog tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.843+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_application_sets_count tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.843+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_sda_port_assignment_for_user_device tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.843+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_network_device_poe timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.844+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_discovery_summary tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.844+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.844+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_system_health tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.844+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_system_performance_historical tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.845+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_device_interface_by_ip tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.840+0530 2023-07-04T14:47:25.845+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_license_device tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.842+0530 2023-07-04T14:47:25.846+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_configuration_template_project tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.842+0530 2023-07-04T14:47:25.846+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_system_performance timestamp=2023-07-04T14:47:25.843+0530 2023-07-04T14:47:25.846+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_reports_executions_download tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.843+0530 2023-07-04T14:47:25.846+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_compliance_device_details_count tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.843+0530 2023-07-04T14:47:25.847+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_path_trace tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.843+0530 2023-07-04T14:47:25.847+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_pnp_workflow tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.844+0530 2023-07-04T14:47:25.847+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_system_health_count tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.844+0530 2023-07-04T14:47:25.847+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_task_operation tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.844+0530 2023-07-04T14:47:25.848+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_tag_member_type tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.844+0530 2023-07-04T14:47:25.848+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_discovery_device_range tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.844+0530 2023-07-04T14:47:25.848+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_pnp_global_settings tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.845+0530 2023-07-04T14:47:25.849+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_sda_fabric_authentication_profile tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.849+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_topology_layer_3 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.849+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_configuration_template_version tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.849+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_platform_release_summary tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.850+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_dnacaap_management_execution_status tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.850+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_wireless_enterprise_ssid tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.850+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_data_source_type=dnacenter_interface_network_device tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.850+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_device_interface_isis tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.851+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_applications_count tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.851+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_accesspoint_configuration_details_by_task_id tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.846+0530 2023-07-04T14:47:25.851+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_data_source_type=dnacenter_roles tf_provider_addr=provider timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.851+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_sda_multicast timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.852+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_itsm_cmdb_sync_status tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.854+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_buildings_planned_access_points tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.854+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_event_subscription @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.855+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_network_device_functional_capability tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.855+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_device_details tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.855+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_sda_device_role tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.855+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_nfv_provision_detail tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.855+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_app_policy_default tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.856+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_configuration_template_deploy_status tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.849+0530 2023-07-04T14:47:25.856+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_client_proximity tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.851+0530 2023-07-04T14:47:25.856+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_event_email_config tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.851+0530 2023-07-04T14:47:25.856+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_list tf_provider_addr=provider timestamp=2023-07-04T14:47:25.851+0530 2023-07-04T14:47:25.857+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_business_sda_virtual_network_summary tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.851+0530 2023-07-04T14:47:25.857+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_service_provider tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.851+0530 2023-07-04T14:47:25.857+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_device_interface_ospf tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.851+0530 2023-07-04T14:47:25.857+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_discovery_device_count timestamp=2023-07-04T14:47:25.852+0530 2023-07-04T14:47:25.858+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_sda_device tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.852+0530 2023-07-04T14:47:25.858+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_device_family_identifiers_details tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.852+0530 2023-07-04T14:47:25.858+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_reserve_ip_subpool tf_provider_addr=provider timestamp=2023-07-04T14:47:25.852+0530 2023-07-04T14:47:25.858+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_snmp_properties tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.852+0530 2023-07-04T14:47:25.859+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_wireless_dynamic_interface tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.859+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_user_defined_field tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.859+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_itsm_integration_events_failed tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.859+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_reports_executions tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.859+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_event_series_audit_logs_parent_records tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.860+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_license_device_license_summary tf_provider_addr=provider timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.860+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_network_device_with_snmp_v3_des tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.860+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_security_advisories_ids_per_device timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.860+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_event_series tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.861+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_network_device_global_polling_interval @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.861+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_interface_network_device_range tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.856+0530 2023-07-04T14:47:25.861+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_app_policy_queuing_profile tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.861+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_lan_automation_log_by_serial_number tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.862+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_network_v2 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.862+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_data_source_type=dnacenter_device_replacement timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.862+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_network tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.862+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_config tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.863+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_license_term_details tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.863+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_linecard_details tf_provider_addr=provider timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.863+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_data_source_type=dnacenter_application_sets tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.863+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_topology_layer_2 timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.864+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_network_device_register_for_wsa tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.859+0530 2023-07-04T14:47:25.864+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_interface_neighbor tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.861+0530 2023-07-04T14:47:25.864+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_security_advisories_summary tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.861+0530 2023-07-04T14:47:25.864+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_reports_view_group_view tf_provider_addr=provider timestamp=2023-07-04T14:47:25.861+0530 2023-07-04T14:47:25.865+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_reports_view_group @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.861+0530 2023-07-04T14:47:25.865+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_wireless_rf_profile tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.861+0530 2023-07-04T14:47:25.865+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_client_enrichment_details tf_provider_addr=provider timestamp=2023-07-04T14:47:25.861+0530 2023-07-04T14:47:25.865+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_deploy_template tf_provider_addr=provider timestamp=2023-07-04T14:47:25.862+0530 2023-07-04T14:47:25.865+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_client_detail tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.862+0530 2023-07-04T14:47:25.866+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_templates_details timestamp=2023-07-04T14:47:25.862+0530 2023-07-04T14:47:25.866+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_license_smart_account_details @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.862+0530 2023-07-04T14:47:25.866+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_pnp_workflow_count tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.862+0530 2023-07-04T14:47:25.866+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_pnp_virtual_accounts tf_provider_addr=provider @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.869+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_polling_interval tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.869+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_topology_network_health tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.869+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_network_device_module_count tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.869+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_tag_member_count tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.870+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_swim_image_details tf_provider_addr=provider timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.870+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_file tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.870+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_lan_automation_count tf_provider_addr=provider timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.870+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_sda_provision_device tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.871+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_sda_port_assignment_for_access_point tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.871+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_platform_nodes_configuration_summary tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.864+0530 2023-07-04T14:47:25.871+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_license_usage_details tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.871+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_event_config_connector_types tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.872+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_data_source_type=dnacenter_topology_site tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.872+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_security_advisories timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.872+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_config_count tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.872+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_dna_command_runner_keywords tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.873+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_data_source_type=dnacenter_device_reboot_apreboot @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.873+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_sda_virtual_network tf_provider_addr=provider timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.873+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_event_subscription_syslog timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.873+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_task tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.873+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_compliance_device_details tf_provider_addr=provider timestamp=2023-07-04T14:47:25.867+0530 2023-07-04T14:47:25.874+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_compliance_device tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.874+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_event_subscription_email @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.874+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider @module=sdk.helper_schema tf_data_source_type=dnacenter_discovery tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.874+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_issues tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.875+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_file_namespace_files timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.875+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_lan_automation_log tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.875+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=dnacenter_planned_access_points @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.871+0530 2023-07-04T14:47:25.875+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_global_credential_v2 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.872+0530 2023-07-04T14:47:25.876+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_pnp_virtual_account_sync_result timestamp=2023-07-04T14:47:25.872+0530 2023-07-04T14:47:25.876+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_role_permissions tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.872+0530 2023-07-04T14:47:25.876+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_data_source_type=dnacenter_sda_fabric_border_device @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.872+0530 2023-07-04T14:47:25.877+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_site timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.877+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_discovery_job_by_id tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.877+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_data_source_type=dnacenter_license_device_count tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.877+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_network_device_stack_details tf_provider_addr=provider timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.878+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_data_source_type=dnacenter_network_device_equipment tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.878+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_device_interface_count tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.878+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_license_virtual_account_details tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.878+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_sda_fabric_site tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.879+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_provider_addr=provider tf_rpc=GetProviderSchema tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_security_advisories_devices timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.879+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_network_device_by_ip tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.879+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_data_source_type=dnacenter_device_replacement_count tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.874+0530 2023-07-04T14:47:25.879+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=dnacenter_wireless_sensor_test_results tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 timestamp=2023-07-04T14:47:25.877+0530 2023-07-04T14:47:25.880+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_rpc=GetProviderSchema tf_data_source_type=dnacenter_interface_network_device_detail tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.877+0530 2023-07-04T14:47:25.880+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_data_source_type=dnacenter_client_health tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.877+0530 2023-07-04T14:47:25.880+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @module=sdk.helper_schema tf_data_source_type=dnacenter_event_series_audit_logs_summary @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.877+0530 2023-07-04T14:47:25.880+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Found data source type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:95 tf_data_source_type=dnacenter_golden_tag_image tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.877+0530 2023-07-04T14:47:25.880+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=provider @module=sdk.proto tf_req_duration_ms=99 tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp=2023-07-04T14:47:25.877+0530 2023-07-04T14:47:25.896+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/tf5server/server.go:510 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=06083134-ffda-4f88-5b82-2ec470357a37 tf_rpc=GetProviderSchema timestamp=2023-07-04T14:47:25.896+0530 2023-07-04T14:47:25.972+0530 [TRACE] GRPCProvider: ValidateProviderConfig 2023-07-04T14:47:25.973+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Received request: tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/tf5server/server.go:518 tf_proto_version=5.3 timestamp=2023-07-04T14:47:25.973+0530 2023-07-04T14:47:25.974+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_proto_version=5.3 tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/internal/logging/protocol_data.go:38 @module=sdk.proto tf_provider_addr=provider timestamp=2023-07-04T14:47:25.973+0530 2023-07-04T14:47:25.974+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_rpc=PrepareProviderConfig tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 timestamp=2023-07-04T14:47:25.973+0530 2023-07-04T14:47:25.974+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Preparing provider configuration: tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2023-07-04T14:47:25.973+0530 2023-07-04T14:47:25.974+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Calling downstream: tf_provider_addr=provider tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema timestamp=2023-07-04T14:47:25.973+0530 2023-07-04T14:47:25.983+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:218 timestamp=2023-07-04T14:47:25.982+0530 2023-07-04T14:47:25.983+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Received downstream response: tf_rpc=PrepareProviderConfig @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=provider tf_req_duration_ms=9 tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 timestamp=2023-07-04T14:47:25.983+0530 2023-07-04T14:47:25.983+0530 [TRACE] GRPCProvider: ConfigureProvider 2023-07-04T14:47:25.983+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=2d0c1250-a084-ed1b-6db3-a245e101a605 tf_rpc=PrepareProviderConfig timestamp=2023-07-04T14:47:25.983+0530 2023-07-04T14:47:25.984+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Received request: tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=96e5bccc-0dd0-3061-af4e-f3f7b1a04e4b tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/tf5server/server.go:547 @module=sdk.proto timestamp=2023-07-04T14:47:25.984+0530 2023-07-04T14:47:25.984+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Sending request downstream: @module=sdk.proto tf_req_id=96e5bccc-0dd0-3061-af4e-f3f7b1a04e4b tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_provider_addr=provider timestamp=2023-07-04T14:47:25.984+0530 2023-07-04T14:47:25.984+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:556 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=96e5bccc-0dd0-3061-af4e-f3f7b1a04e4b tf_rpc=Configure timestamp=2023-07-04T14:47:25.984+0530 2023-07-04T14:47:25.984+0530 [TRACE] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: Served request: tf_rpc=Configure @caller=runtime/panic.go:884 @module=sdk.proto tf_proto_version=5.3 tf_req_id=96e5bccc-0dd0-3061-af4e-f3f7b1a04e4b tf_provider_addr=provider timestamp=2023-07-04T14:47:25.984+0530 2023-07-04T14:47:25.989+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: panic: runtime error: invalid memory address or nil pointer dereference 2023-07-04T14:47:25.990+0530 [ERROR] plugin.(GRPCProvider).ConfigureProvider: error="rpc error: code = Unavailable desc = error reading from server: read tcp 127.0.0.1:55534->127.0.0.1:10000: wsarecv: An existing connection was forcibly closed by the remote host." 2023-07-04T14:47:25.991+0530 [ERROR] vertex "provider[\"registry.terraform.io/cisco-en-programmability/dnacenter\"]" error: Plugin did not respond 2023-07-04T14:47:25.991+0530 [TRACE] vertex "provider[\"registry.terraform.io/cisco-en-programmability/dnacenter\"]": visit complete, with errors 2023-07-04T14:47:25.990+0530 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: read tcp 127.0.0.1:55534->127.0.0.1:10000: wsarecv: An existing connection was forcibly closed by the remote host." 2023-07-04T14:47:25.991+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: [signal 0xc0000005 code=0x0 addr=0x8 pc=0x99e3a0] 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: goroutine 13 [running]: 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.NewClientNoAuth.func1(0xc0003dafb0?, {0x1f62f0?, 0x0?}) 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:197 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/go-resty/resty/v2.Backoff(0xc0003db158, {0xc0003db130, 0x5, 0xc0000e2cd8?}) 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/go-resty/resty/v2@v2.7.0/retry.go:118 +0x411 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/go-resty/resty/v2.(Request).Execute(0xc0008ad040, {0x13439f0?, 0xc00108e8c0?}, {0x1369593, 0x1d}) 2023-07-04T14:47:25.992+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/go-resty/resty/v2@v2.7.0/request.go:763 +0x51d 2023-07-04T14:47:25.993+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/go-resty/resty/v2.(Request).Post(...) 2023-07-04T14:47:25.991+0530 [TRACE] dag/walk: upstream of "dnacenter_wireless_enterprise_ssid.example (expand)" errored, so skipping 2023-07-04T14:47:25.993+0530 [TRACE] dag/walk: upstream of "output.dnacenter_wireless_enterprise_ssid_example (expand)" errored, so skipping 2023-07-04T14:47:25.993+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/go-resty/resty/v2@v2.7.0/request.go:699 2023-07-04T14:47:25.993+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.(AuthenticationService).AuthenticationAPI(0x134ed22?, {0xc001009a10, 0x5}, {0xc001009a30, 0x9}) 2023-07-04T14:47:25.993+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/authentication.go:28 +0x329 2023-07-04T14:47:25.993+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.(Client).AuthClient(0xc0010ae160) 2023-07-04T14:47:25.993+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:293 +0x147 2023-07-04T14:47:25.993+0530 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/cisco-en-programmability/dnacenter\"] (close)" errored, so skipping 2023-07-04T14:47:25.994+0530 [TRACE] dag/walk: upstream of "root" errored, so skipping 2023-07-04T14:47:25.994+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.NewClient() 2023-07-04T14:47:25.994+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:106 +0x28 2023-07-04T14:47:25.994+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.NewClientWithOptions({0xc0010098e0?, 0xc000e5bb70?}, {0xc001009938?, 0x1151440?}, {0xc001009910?, 0x0?}, {0xc0010098f8?, 0xcb00000100?}, {0xc001009908, 0x5}, ...) 2023-07-04T14:47:25.994+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:123 +0x66 2023-07-04T14:47:25.994+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: terraform-provider-dnacenter/dnacenter.(Config).NewClient(0x248ba0?) 2023-07-04T14:47:25.995+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: terraform-provider-dnacenter/dnacenter/config.go:24 +0x65 2023-07-04T14:47:25.994+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/cisco-en-programmability/dnacenter" 2023-07-04T14:47:25.995+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: terraform-provider-dnacenter/dnacenter.providerConfigure({0x134551f?, 0x6?}, 0xc000af8f90?) 2023-07-04T14:47:25.995+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: terraform-provider-dnacenter/dnacenter/config.go:46 +0x225 2023-07-04T14:47:25.995+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(Provider).Configure(0xc0000860c0, {0x15bf8c0, 0xc000af8f90}, 0xd?) 2023-07-04T14:47:25.995+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/provider.go:297 +0x1f5 2023-07-04T14:47:25.995+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(GRPCProviderServer).ConfigureProvider(0xc000362eb8, {0x15bf8c0?, 0xc000af8240?}, 0xc000b16618) 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:557 +0x345 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(server).Configure(0xc00020c5a0, {0x15bf8c0?, 0xc000ad8e10?}, 0xc001023640) 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/tf5server/server.go:556 +0x2d3 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_Configure_Handler({0x12e88a0?, 0xc00020c5a0}, {0x15bf8c0, 0xc000ad8e10}, 0xc00109ebd0, 0x0) 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:365 +0x170 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc.(Server).processUnaryRPC(0xc0002041e0, {0x15c3398, 0xc0000e41a0}, 0xc000ec45a0, 0xc0008a8240, 0x1cc8f18, 0x0) 2023-07-04T14:47:25.996+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc@v1.54.0/server.go:1345 +0xdf3 2023-07-04T14:47:25.997+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc.(Server).handleStream(0xc0002041e0, {0x15c3398, 0xc0000e41a0}, 0xc000ec45a0, 0x0) 2023-07-04T14:47:25.995+0530 [INFO] backend/local: plan operation completed 2023-07-04T14:47:25.997+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc@v1.54.0/server.go:1722 +0xa36 2023-07-04T14:47:25.997+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc.(Server).serveStreams.func1.2() 2023-07-04T14:47:25.997+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc@v1.54.0/server.go:966 +0x98 2023-07-04T14:47:25.997+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: created by google.golang.org/grpc.(*Server).serveStreams.func1 2023-07-04T14:47:25.997+0530 [DEBUG] provider.terraform-provider-dnacenter_v1.1.8-beta.exe: google.golang.org/grpc@v1.54.0/server.go:964 +0x28a 2023-07-04T14:47:25.997+0530 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/cisco-en-programmability/dnacenter" 2023-07-04T14:47:26.005+0530 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cisco-en-programmability/dnacenter/1.1.8-beta/windows_amd64/terraform-provider-dnacenter_v1.1.8-beta.exe pid=7752 error="exit status 2"

Planning failed. Terraform encountered an error while generating this plan.

╷ │ Error: Plugin did not respond │ │ with provider["registry.terraform.io/cisco-en-programmability/dnacenter"], │ on wireless.tf line 20, in provider "dnacenter": │ 20: provider "dnacenter" { │ │ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ConfigureProvider call. The │ plugin logs may contain more details. ╵ 2023-07-04T14:47:26.012+0530 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2023-07-04T14:47:26.013+0530 [TRACE] statemgr.Filesystem: unlocked by closing terraform.tfstate

Stack trace from the terraform-provider-dnacenter_v1.1.8-beta.exe plugin:

panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x8 pc=0x99e3a0]

goroutine 13 [running]: github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.NewClientNoAuth.func1(0xc0003dafb0?, {0x1f62f0?, 0x0?}) github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:197 github.com/go-resty/resty/v2.Backoff(0xc0003db158, {0xc0003db130, 0x5, 0xc0000e2cd8?}) github.com/go-resty/resty/v2@v2.7.0/retry.go:118 +0x411 github.com/go-resty/resty/v2.(Request).Execute(0xc0008ad040, {0x13439f0?, 0xc00108e8c0?}, {0x1369593, 0x1d}) github.com/go-resty/resty/v2@v2.7.0/request.go:763 +0x51d github.com/go-resty/resty/v2.(Request).Post(...) github.com/go-resty/resty/v2@v2.7.0/request.go:699 github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.(AuthenticationService).AuthenticationAPI(0x134ed22?, {0xc001009a10, 0x5}, {0xc001009a30, 0x9}) github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/authentication.go:28 +0x329 github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.(Client).AuthClient(0xc0010ae160) github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:293 +0x147 github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.NewClient() github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:106 +0x28 github.com/cisco-en-programmability/dnacenter-go-sdk/v5/sdk.NewClientWithOptions({0xc0010098e0?, 0xc000e5bb70?}, {0xc001009938?, 0x1151440?}, {0xc001009910?, 0x0?}, {0xc0010098f8?, 0xcb00000100?}, {0xc001009908, 0x5}, ...) github.com/cisco-en-programmability/dnacenter-go-sdk/v5@v5.0.6/sdk/api_client.go:123 +0x66 terraform-provider-dnacenter/dnacenter.(Config).NewClient(0x248ba0?) terraform-provider-dnacenter/dnacenter/config.go:24 +0x65 terraform-provider-dnacenter/dnacenter.providerConfigure({0x134551f?, 0x6?}, 0xc000af8f90?) terraform-provider-dnacenter/dnacenter/config.go:46 +0x225 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(Provider).Configure(0xc0000860c0, {0x15bf8c0, 0xc000af8f90}, 0xd?) github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/provider.go:297 +0x1f5 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(GRPCProviderServer).ConfigureProvider(0xc000362eb8, {0x15bf8c0?, 0xc000af8240?}, 0xc000b16618) github.com/hashicorp/terraform-plugin-sdk/v2@v2.26.1/helper/schema/grpc_provider.go:557 +0x345 github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(server).Configure(0xc00020c5a0, {0x15bf8c0?, 0xc000ad8e10?}, 0xc001023640) github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/tf5server/server.go:556 +0x2d3 github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_Configure_Handler({0x12e88a0?, 0xc00020c5a0}, {0x15bf8c0, 0xc000ad8e10}, 0xc00109ebd0, 0x0) github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:365 +0x170 google.golang.org/grpc.(Server).processUnaryRPC(0xc0002041e0, {0x15c3398, 0xc0000e41a0}, 0xc000ec45a0, 0xc0008a8240, 0x1cc8f18, 0x0) google.golang.org/grpc@v1.54.0/server.go:1345 +0xdf3 google.golang.org/grpc.(Server).handleStream(0xc0002041e0, {0x15c3398, 0xc0000e41a0}, 0xc000ec45a0, 0x0) google.golang.org/grpc@v1.54.0/server.go:1722 +0xa36 google.golang.org/grpc.(Server).serveStreams.func1.2() google.golang.org/grpc@v1.54.0/server.go:966 +0x98 created by google.golang.org/grpc.(Server).serveStreams.func1 google.golang.org/grpc@v1.54.0/server.go:964 +0x28a

Error: The terraform-provider-dnacenter_v1.1.8-beta.exe plugin crashed!

This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it can be fixed. The output above should help diagnose the issue.

2023-07-04T14:47:26.015+0530 [DEBUG] provider: plugin exited

c:\tform-projects\dnac_site_create_8>

wastorga commented 1 year ago

Hi, @sandeep3in.

It has been a while. Do you still have an issue with this?

If you do, please tell us the current versions of your DNA Center and the terraform provider, only if they have changed.

sandeep3in commented 1 year ago

@wastorga Wasn't this information provided before?

wastorga commented 1 year ago

@sandeep3in Sorry, I missed a sentence.

wastorga commented 1 year ago

However, seeing the logs that you provided it seems like the version of the provider that it's being used is v1.1.8-beta and not v1.0.19-beta.

For version 1.0.19-beta, your file will look like this.

resource "dnacenter_wireless_enterprise_ssid" "example" {
  provider = dnacenter
  parameters {
    name           = "airflow_test_3"
    security_level = "WPA3_ENTERPRISE"
    ssid_name      = "" # this is needed according to the provider
    nas_options    = [] # not need but recommended to avoid double terraform apply run 
  }
}

output "dnacenter_wireless_enterprise_ssid_example" {
  value = dnacenter_wireless_enterprise_ssid.example
}

Please check that your required_provider definition looks something like this if you are indeed trying to run version 1.0.19-beta

terraform {
  required_providers {
    dnacenter = {
      source  = "cisco-en-programmability/dnacenter"
      version = "1.0.19-beta"
    }
  }
}
wastorga commented 1 year ago

If you try to run it using the latest Terraform provider version, you should use v1.1.10-beta (for Cisco DNA Center 2.3.5.3).

Your file will look like this.

resource "dnacenter_wireless_enterprise_ssid" "example" {
  provider = dnacenter
  parameters {
    name           = "airflow_test_3"
    security_level = "WPA3_ENTERPRISE"
  }
}

output "dnacenter_wireless_enterprise_ssid_example" {
  value = dnacenter_wireless_enterprise_ssid.example
}

Please check that your required_provider definition looks something like this if you are indeed trying to run the latest current version

terraform {
  required_providers {
    dnacenter = {
      source  = "cisco-en-programmability/dnacenter"
      version = "1.1.10-beta"
    }
  }
}

I hope this helps you.

wastorga commented 1 year ago

Hi, @sandeep3in. It's almost a month since we last spoke. If everything went well, feel free to close the ticket.

If no response is given, we will close due to inactivity on September 2nd.