From b8fe4fdabe791d4c1a1f8ca5c9224e9766962da4 Mon Sep 17 00:00:00 2001 From: Sean Conroy Date: Mon, 12 Aug 2024 13:20:20 +0100 Subject: [PATCH] Add second testing values --- .../service_tracker_group.yaml | 26 +- .../transport_ipv6_tracker_group.yaml | 23 +- .../transport_tracker_group.yaml | 25 +- gen/generator.go | 2 + gen/schema/schema.yaml | 2 + .../profile_parcels/data_source_test.go | 20 +- .../profile_parcels/resource_test.go | 28 +- ...priority_qos_policy_profile_parcel_test.go | 4 + ..._interface_ethernet_profile_parcel_test.go | 25 + ...n_vpn_interface_svi_profile_parcel_test.go | 24 + ...wan_service_lan_vpn_profile_parcel_test.go | 47 + ...rvice_tracker_group_profile_parcel_test.go | 26 +- ...ce_sdwan_system_aaa_profile_parcel_test.go | 36 + ..._sdwan_system_basic_profile_parcel_test.go | 3 + ...ce_sdwan_system_bfd_profile_parcel_test.go | 5 + ..._ipv4_device_access_profile_parcel_test.go | 4 + ..._ipv6_device_access_profile_parcel_test.go | 4 + ...dwan_system_logging_profile_parcel_test.go | 17 + ...ce_sdwan_system_ntp_profile_parcel_test.go | 8 + ...wan_system_security_profile_parcel_test.go | 16 + ...e_sdwan_system_snmp_profile_parcel_test.go | 22 + ..._ipv6_tracker_group_profile_parcel_test.go | 24 +- ..._interface_ethernet_profile_parcel_test.go | 4 + ...port_management_vpn_profile_parcel_test.go | 11 + ...ansport_routing_bgp_profile_parcel_test.go | 53 + ...sport_tracker_group_profile_parcel_test.go | 28 +- ..._interface_cellular_profile_parcel_test.go | 5 + ..._interface_ethernet_profile_parcel_test.go | 14 + ...erface_t1_e1_serial_profile_parcel_test.go | 3 + ...n_transport_wan_vpn_profile_parcel_test.go | 16 + internal/provider/log.json | 1798 +++++++++++++++++ ...an_service_tracker_group_profile_parcel.go | 6 +- ...priority_qos_policy_profile_parcel_test.go | 4 + ..._interface_ethernet_profile_parcel_test.go | 25 + ...n_vpn_interface_svi_profile_parcel_test.go | 24 + ...wan_service_lan_vpn_profile_parcel_test.go | 47 + ...rvice_tracker_group_profile_parcel_test.go | 38 +- ...ce_sdwan_system_aaa_profile_parcel_test.go | 36 + ..._sdwan_system_basic_profile_parcel_test.go | 3 + ...ce_sdwan_system_bfd_profile_parcel_test.go | 5 + ..._ipv4_device_access_profile_parcel_test.go | 4 + ..._ipv6_device_access_profile_parcel_test.go | 4 + ...dwan_system_logging_profile_parcel_test.go | 17 + ...ce_sdwan_system_ntp_profile_parcel_test.go | 8 + ...wan_system_security_profile_parcel_test.go | 16 + ...e_sdwan_system_snmp_profile_parcel_test.go | 22 + ..._ipv6_tracker_group_profile_parcel_test.go | 37 +- ..._interface_ethernet_profile_parcel_test.go | 4 + ...port_management_vpn_profile_parcel_test.go | 11 + ...ansport_routing_bgp_profile_parcel_test.go | 53 + ...sport_tracker_group_profile_parcel_test.go | 38 +- ..._interface_cellular_profile_parcel_test.go | 5 + ..._interface_ethernet_profile_parcel_test.go | 14 + ...erface_t1_e1_serial_profile_parcel_test.go | 3 + ...n_transport_wan_vpn_profile_parcel_test.go | 16 + log.json | 33 + 56 files changed, 2710 insertions(+), 86 deletions(-) create mode 100644 internal/provider/log.json create mode 100644 log.json diff --git a/gen/definitions/profile_parcels/service_tracker_group.yaml b/gen/definitions/profile_parcels/service_tracker_group.yaml index de2ae588..8f523571 100644 --- a/gen/definitions/profile_parcels/service_tracker_group.yaml +++ b/gen/definitions/profile_parcels/service_tracker_group.yaml @@ -18,8 +18,11 @@ attributes: - model_name: refId tf_name: tracker_id data_path: [trackerRef] + id: true + mandatory: true example: 615d948f-34ee-4a2e-810e-a9bd8d3d48ec - test_value: sdwan_service_tracker_profile_parcel.test.id + test_value: sdwan_service_tracker_profile_parcel.test-1.id + secondary_test_value: sdwan_service_tracker_profile_parcel.test-2.id - model_name: combineBoolean tf_name: tracker_boolean example: or @@ -30,8 +33,25 @@ test_prerequisites: | description = "Terraform test" } - resource "sdwan_service_tracker_profile_parcel" "test" { - name = "TF_TEST" + resource "sdwan_service_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform test" + feature_profile_id = sdwan_service_feature_profile.test.id + tracker_name = "TRACKER_2" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "1.2.3.4" + protocol = "tcp" + port = 123 + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "static-route" + tracker_type = "endpoint" + } + + resource "sdwan_service_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform test" feature_profile_id = sdwan_service_feature_profile.test.id tracker_name = "TRACKER_2" diff --git a/gen/definitions/profile_parcels/transport_ipv6_tracker_group.yaml b/gen/definitions/profile_parcels/transport_ipv6_tracker_group.yaml index 0babe2f3..ea4f11c2 100644 --- a/gen/definitions/profile_parcels/transport_ipv6_tracker_group.yaml +++ b/gen/definitions/profile_parcels/transport_ipv6_tracker_group.yaml @@ -23,8 +23,10 @@ attributes: tf_name: tracker_id data_path: [trackerRef] id: true + mandatory: true example: 615d948f-34ee-4a2e-810e-a9bd8d3d48ec - test_value: sdwan_transport_ipv6_tracker_profile_parcel.test.id + test_value: sdwan_transport_ipv6_tracker_profile_parcel.test-1.id + secondary_test_value: sdwan_transport_ipv6_tracker_profile_parcel.test-2.id - model_name: combineBoolean tf_name: tracker_boolean example: or @@ -35,8 +37,23 @@ test_prerequisites: | description = "Terraform test" } - resource "sdwan_transport_ipv6_tracker_profile_parcel" "test" { - name = "TF_TEST" + resource "sdwan_transport_ipv6_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform Test" + feature_profile_id = sdwan_transport_feature_profile.test.id + tracker_name = "TRACKER_1" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "2001:0:0:1::0" + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "ipv6-interface" + tracker_type = "endpoint" + } + + resource "sdwan_transport_ipv6_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform Test" feature_profile_id = sdwan_transport_feature_profile.test.id tracker_name = "TRACKER_1" diff --git a/gen/definitions/profile_parcels/transport_tracker_group.yaml b/gen/definitions/profile_parcels/transport_tracker_group.yaml index 37452ffe..cfca332d 100644 --- a/gen/definitions/profile_parcels/transport_tracker_group.yaml +++ b/gen/definitions/profile_parcels/transport_tracker_group.yaml @@ -11,7 +11,7 @@ attributes: mandatory: true description: Feature Profile ID example: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac - test_value: sdwan_transport_feature_profile.test.id1 + test_value: sdwan_transport_feature_profile.test.id - model_name: trackerRefs tf_name: tracker_elements attributes: @@ -19,8 +19,10 @@ attributes: tf_name: tracker_id data_path: [trackerRef] id: true + mandatory: true example: 615d948f-34ee-4a2e-810e-a9bd8d3d48ec - test_value: sdwan_transport_tracker_profile_parcel.test.id + test_value: sdwan_transport_tracker_profile_parcel.test-1.id + secondary_test_value: sdwan_transport_tracker_profile_parcel.test-2.id - model_name: combineBoolean tf_name: tracker_boolean example: or @@ -31,8 +33,23 @@ test_prerequisites: | description = "Terraform test" } - resource "sdwan_transport_tracker_profile_parcel" "test" { - name = "TF_TEST" + resource "sdwan_transport_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform Test" + feature_profile_id = sdwan_transport_feature_profile.test.id + tracker_name = "TRACKER_1" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "1.2.3.4" + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "interface" + tracker_type = "endpoint" + } + + resource "sdwan_transport_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform Test" feature_profile_id = sdwan_transport_feature_profile.test.id tracker_name = "TRACKER_1" diff --git a/gen/generator.go b/gen/generator.go index 2aed2e2f..87749064 100644 --- a/gen/generator.go +++ b/gen/generator.go @@ -203,6 +203,7 @@ type YamlConfig struct { SkipTemplates []string `yaml:"skip_templates"` Attributes []YamlConfigAttribute `yaml:"attributes"` TestTags []string `yaml:"test_tags"` + ExcludeMinimumTest bool `yaml:"exclude_minimum_test"` TestPrerequisites string `yaml:"test_prerequisites"` RemoveId bool `yaml:"remove_id"` TypeValue string `yaml:"type_value"` @@ -255,6 +256,7 @@ type YamlConfigAttribute struct { DefaultValueEmptyString bool `yaml:"default_value_empty_string"` Value string `yaml:"value"` TestValue string `yaml:"test_value"` + SecondaryTestValue string `yaml:"secondary_test_value"` MinimumTestValue string `yaml:"minimum_test_value"` AlwaysInclude bool `yaml:"always_include"` Attributes []YamlConfigAttribute `yaml:"attributes"` diff --git a/gen/schema/schema.yaml b/gen/schema/schema.yaml index b2996383..2a6ef0bb 100644 --- a/gen/schema/schema.yaml +++ b/gen/schema/schema.yaml @@ -68,7 +68,9 @@ attribute: default_value_empty_string: bool(required=False) # Set to true if default value should be an empty string value: any(str(), int(), bool(), required=False) # Hardcoded value for the attribute test_value: str(required=False) # Value used for acceptance test + secondary_test_value: str(required=False) # Value used for acceptance test minimum_test_value: any(str(), int(), bool(), num(), required=False) # Value used for "minimum" resource acceptance test + exclude_minimum_test: bool(required=False) always_include: bool(required=False) # Include attribute always in payload attributes: list(include('attribute'), required=False) # List of attributes, only relevant if type is "List" or "Set" conditional_attribute: include('conditional_attribute', required=False) # Add attribute to payload only if condition is true diff --git a/gen/templates/profile_parcels/data_source_test.go b/gen/templates/profile_parcels/data_source_test.go index 5e231a73..9dc371a3 100644 --- a/gen/templates/profile_parcels/data_source_test.go +++ b/gen/templates/profile_parcels/data_source_test.go @@ -36,28 +36,28 @@ func TestAccDataSourceSdwan{{camelCase .Name}}ProfileParcel(t *testing.T) { var checks []resource.TestCheckFunc {{- $name := .Name }} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value)}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue)}} {{- if isNestedListSet .}} {{- $list := .TfName }} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { {{- end}} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value)}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue)}} {{- if isNestedListSet .}} {{- $clist := .TfName }} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { {{- end}} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value)}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue)}} {{- if isNestedListSet .}} {{- $cclist := .TfName }} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { {{- end}} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not (isListSet .))}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue) (not (isListSet .))}} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_{{snakeCase $name}}_profile_parcel.test", "{{$list}}.0.{{$clist}}.0.{{$cclist}}.0.{{.TfName}}", "{{.Example}}")) @@ -161,9 +161,13 @@ func testAccDataSourceSdwan{{camelCase .Name}}ProfileParcelConfig() string { {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} } {{- else}} config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} {{- end}} {{- end}} {{- end}} @@ -175,9 +179,13 @@ func testAccDataSourceSdwan{{camelCase .Name}}ProfileParcelConfig() string { {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} } {{- else}} config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} {{- end}} {{- end}} {{- end}} @@ -190,9 +198,13 @@ func testAccDataSourceSdwan{{camelCase .Name}}ProfileParcelConfig() string { {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} } {{- else}} config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} {{- end}} {{- end}} {{- end}} diff --git a/gen/templates/profile_parcels/resource_test.go b/gen/templates/profile_parcels/resource_test.go index f67f8526..f47d9628 100644 --- a/gen/templates/profile_parcels/resource_test.go +++ b/gen/templates/profile_parcels/resource_test.go @@ -36,28 +36,28 @@ func TestAccSdwan{{camelCase .Name}}ProfileParcel(t *testing.T) { var checks []resource.TestCheckFunc {{- $name := .Name }} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value)}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue)}} {{- if isNestedListSet .}} {{- $list := .TfName }} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { {{- end}} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value)}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue)}} {{- if isNestedListSet .}} {{- $clist := .TfName }} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { {{- end}} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value)}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue)}} {{- if isNestedListSet .}} {{- $cclist := .TfName }} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { {{- end}} {{- range .Attributes}} - {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not (isListSet .))}} + {{- if and (not .WriteOnly) (not .ExcludeTest) (not .Reference) (not .Value) (not .TestValue) (not (isListSet .))}} {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { checks = append(checks, resource.TestCheckResourceAttr("sdwan_{{snakeCase $name}}_profile_parcel.test", "{{$list}}.0.{{$clist}}.0.{{$cclist}}.0.{{.TfName}}", "{{.Example}}")) @@ -113,9 +113,9 @@ func TestAccSdwan{{camelCase .Name}}ProfileParcel(t *testing.T) { PreCheck: func() { testAccPreCheck(t) }, ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, Steps: []resource.TestStep{ - { + {{if not .ExcludeMinimumTest}}{ Config: {{if .TestPrerequisites}}testAccSdwan{{camelCase .Name}}PrerequisitesProfileParcelConfig+{{end}}testAccSdwan{{camelCase .Name}}ProfileParcelConfig_minimum(), - }, + },{{end}} { Config: {{if .TestPrerequisites}}testAccSdwan{{camelCase .Name}}PrerequisitesProfileParcelConfig+{{end}}testAccSdwan{{camelCase .Name}}ProfileParcelConfig_all(), Check: resource.ComposeTestCheckFunc(checks...), @@ -134,7 +134,7 @@ const testAccSdwan{{camelCase .Name}}PrerequisitesProfileParcelConfig = ` // End of section. //template:end testPrerequisites // Section below is generated&owned by "gen/generator.go". //template:begin testAccConfigMinimum -func testAccSdwan{{camelCase .Name}}ProfileParcelConfig_minimum() string { +{{if not .ExcludeMinimumTest}}func testAccSdwan{{camelCase .Name}}ProfileParcelConfig_minimum() string { config := `resource "sdwan_{{snakeCase $name}}_profile_parcel" "test" {` + "\n" config += ` name = "TF_TEST_MIN"` + "\n" config += ` description = "Terraform integration test"` + "\n" @@ -151,7 +151,7 @@ func testAccSdwan{{camelCase .Name}}ProfileParcelConfig_minimum() string { {{- end}} config += `}` + "\n" return config -} +}{{end}} // End of section. //template:end testAccConfigMinimum // Section below is generated&owned by "gen/generator.go". //template:begin testAccConfigAll @@ -185,9 +185,13 @@ func testAccSdwan{{camelCase .Name}}ProfileParcelConfig_all() string { {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} } {{- else}} config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} {{- end}} {{- end}} {{- end}} @@ -199,9 +203,13 @@ func testAccSdwan{{camelCase .Name}}ProfileParcelConfig_all() string { {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} } {{- else}} config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} {{- end}} {{- end}} {{- end}} @@ -214,9 +222,13 @@ func testAccSdwan{{camelCase .Name}}ProfileParcelConfig_all() string { {{- if len .TestTags}} if {{range $i, $e := .TestTags}}{{if $i}} || {{end}}os.Getenv("{{$e}}") != ""{{end}} { config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} } {{- else}} config += ` {{.TfName}} = {{if .TestValue}}{{.TestValue}}{{else}}{{if eq .Type "String"}}"{{.Example}}"{{else if isStringListSet .}}["{{.Example}}"]{{else if isInt64ListSet .}}[{{.Example}}]{{else}}{{.Example}}{{end}}{{end}}` + "\n" + {{if .SecondaryTestValue}}config += ` }, {` + "\n" + config += ` {{.TfName}} = {{if .SecondaryTestValue}}{{.SecondaryTestValue}}{{end}}` + "\n"{{end}} {{- end}} {{- end}} {{- end}} diff --git a/internal/provider/data_source_sdwan_application_priority_qos_policy_profile_parcel_test.go b/internal/provider/data_source_sdwan_application_priority_qos_policy_profile_parcel_test.go index 9d9081c2..3b47dd75 100644 --- a/internal/provider/data_source_sdwan_application_priority_qos_policy_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_application_priority_qos_policy_profile_parcel_test.go @@ -70,9 +70,13 @@ func testAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcelConfig() str config += ` target_interface = ["{{interface_var_1}}"]` + "\n" config += ` qos_schedulers = [{` + "\n" config += ` drops = "tail-drop"` + "\n" + config += ` queue = "0"` + "\n" + config += ` bandwidth = "10"` + "\n" + config += ` scheduling_type = "llq"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go b/internal/provider/data_source_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go index 1d55e944..2bfc696d 100644 --- a/internal/provider/data_source_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go @@ -137,12 +137,16 @@ func testAccDataSourceSdwanServiceLANVPNInterfaceEthernetProfileParcelConfig() s config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "1.2.3.5"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helper = ["1.2.3.4"]` + "\n" config += ` ipv6_dhcp_helpers = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` dhcpv6_helper_vpn = 1` + "\n" + config += ` }]` + "\n" config += ` ipv4_nat = false` + "\n" config += ` ipv4_nat_type = "pool"` + "\n" @@ -155,39 +159,60 @@ func testAccDataSourceSdwanServiceLANVPNInterfaceEthernetProfileParcelConfig() s config += ` ipv4_nat_tcp_timeout = 123` + "\n" config += ` static_nats = [{` + "\n" config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translate_ip = "2.3.4.5"` + "\n" + config += ` direction = "inside"` + "\n" + config += ` source_vpn = 0` + "\n" + config += ` }]` + "\n" config += ` ipv6_nat = true` + "\n" config += ` nat64 = false` + "\n" config += ` acl_shaping_rate = 12` + "\n" config += ` ipv6_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` ipv6_addresses = [{` + "\n" config += ` link_local_address = "1::1"` + "\n" + config += ` global_address = "1::1/24"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv4_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` address = "1.2.3.4"` + "\n" + config += ` secondary_addresses = [{` + "\n" config += ` address = "2.3.4.5"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` tloc_prefix_change = true` + "\n" + config += ` tloc_pref_change_value = 100` + "\n" + config += ` }]` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` trustsec_enable_sgt_propogation = false` + "\n" config += ` trustsec_propogate = true` + "\n" diff --git a/internal/provider/data_source_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go b/internal/provider/data_source_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go index 4770546c..c0445655 100644 --- a/internal/provider/data_source_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go @@ -115,46 +115,70 @@ func testAccDataSourceSdwanServiceLANVPNInterfaceSVIProfileParcelConfig() string config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "2.3.4.5"` + "\n" + config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helpers = ["4.5.6.7"]` + "\n" config += ` ipv6_address = "2001:0:0:1::0/32"` + "\n" config += ` ipv6_secondary_addresses = [{` + "\n" config += ` address = "::2/32"` + "\n" + config += ` }]` + "\n" config += ` ipv6_dhcp_helpers = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` vpn = 1` + "\n" + config += ` }]` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` ipv4_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` prefix_list = "prefix"` + "\n" + config += ` address = "1.2.3.4"` + "\n" + config += ` secondary_addresses = [{` + "\n" config += ` address = "2.3.4.5"` + "\n" + config += ` }]` + "\n" config += ` tloc_prefix_change = true` + "\n" + config += ` tloc_prefix_change_value = 100` + "\n" + config += ` }]` + "\n" config += ` ipv6_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` track_prefix_list = "1"` + "\n" + config += ` addresses = [{` + "\n" config += ` link_local_address = "1::1"` + "\n" + config += ` global_address = "1::1/24"` + "\n" + config += ` }]` + "\n" config += ` secondary_addresses = [{` + "\n" config += ` prefix = "::20/32"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` enable_dhcpv6 = false` + "\n" diff --git a/internal/provider/data_source_sdwan_service_lan_vpn_profile_parcel_test.go b/internal/provider/data_source_sdwan_service_lan_vpn_profile_parcel_test.go index 0542eb15..f5843310 100644 --- a/internal/provider/data_source_sdwan_service_lan_vpn_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_service_lan_vpn_profile_parcel_test.go @@ -126,84 +126,131 @@ func testAccDataSourceSdwanServiceLANVPNProfileParcelConfig() string { config += ` secondary_dns_address_ipv6 = "2001:0:0:2::0"` + "\n" config += ` host_mappings = [{` + "\n" config += ` host_name = "HOSTMAPPING1"` + "\n" + config += ` list_of_ips = ["1.2.3.4"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_static_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv6_static_routes = [{` + "\n" config += ` prefix = "2001:0:0:1::0/12"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` services = [{` + "\n" config += ` service_type = "FW"` + "\n" + config += ` ipv4_addresses = ["1.2.3.4"]` + "\n" + config += ` tracking = true` + "\n" + config += ` }]` + "\n" config += ` service_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` service = "SIG"` + "\n" + config += ` vpn = 0` + "\n" + config += ` }]` + "\n" config += ` gre_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` interface = ["gre01"]` + "\n" + config += ` vpn = 0` + "\n" + config += ` }]` + "\n" config += ` ipsec_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` interface = ["ipsec01"]` + "\n" + config += ` }]` + "\n" config += ` nat_pools = [{` + "\n" config += ` nat_pool_name = 1` + "\n" + config += ` prefix_length = 3` + "\n" + config += ` range_start = "1.2.3.4"` + "\n" + config += ` range_end = "2.3.4.5"` + "\n" + config += ` overload = true` + "\n" + config += ` direction = "inside"` + "\n" + config += ` }]` + "\n" config += ` nat_port_forwards = [{` + "\n" config += ` nat_pool_name = 2` + "\n" + config += ` source_port = 122` + "\n" + config += ` translate_port = 330` + "\n" + config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translated_source_ip = "2.3.4.5"` + "\n" + config += ` protocol = "TCP"` + "\n" + config += ` }]` + "\n" config += ` static_nats = [{` + "\n" config += ` nat_pool_name = 3` + "\n" + config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translated_source_ip = "2.3.4.5"` + "\n" + config += ` static_nat_direction = "inside"` + "\n" + config += ` }]` + "\n" config += ` nat_64_v4_pools = [{` + "\n" config += ` name = "NATPOOL1"` + "\n" + config += ` range_start = "1.2.3.4"` + "\n" + config += ` range_end = "2.3.4.5"` + "\n" + config += ` overload = false` + "\n" + config += ` }]` + "\n" config += ` ipv4_import_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += ` ipv4_export_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += ` ipv6_import_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += ` ipv6_export_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_service_tracker_group_profile_parcel_test.go b/internal/provider/data_source_sdwan_service_tracker_group_profile_parcel_test.go index 27061ed2..1b970162 100644 --- a/internal/provider/data_source_sdwan_service_tracker_group_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_service_tracker_group_profile_parcel_test.go @@ -33,7 +33,6 @@ func TestAccDataSourceSdwanServiceTrackerGroupProfileParcel(t *testing.T) { t.Skip("skipping test, set environment variable SDWAN_2012") } var checks []resource.TestCheckFunc - checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_service_tracker_group_profile_parcel.test", "tracker_elements.0.tracker_id", "615d948f-34ee-4a2e-810e-a9bd8d3d48ec")) checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_service_tracker_group_profile_parcel.test", "tracker_boolean", "or")) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, @@ -56,8 +55,25 @@ resource "sdwan_service_feature_profile" "test" { description = "Terraform test" } -resource "sdwan_service_tracker_profile_parcel" "test" { - name = "TF_TEST" +resource "sdwan_service_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform test" + feature_profile_id = sdwan_service_feature_profile.test.id + tracker_name = "TRACKER_2" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "1.2.3.4" + protocol = "tcp" + port = 123 + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "static-route" + tracker_type = "endpoint" +} + +resource "sdwan_service_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform test" feature_profile_id = sdwan_service_feature_profile.test.id tracker_name = "TRACKER_2" @@ -83,7 +99,9 @@ func testAccDataSourceSdwanServiceTrackerGroupProfileParcelConfig() string { config += ` description = "Terraform integration test"` + "\n" config += ` feature_profile_id = sdwan_service_feature_profile.test.id` + "\n" config += ` tracker_elements = [{` + "\n" - config += ` tracker_id = sdwan_service_tracker_profile_parcel.test.id` + "\n" + config += ` tracker_id = sdwan_service_tracker_profile_parcel.test-1.id` + "\n" + config += ` }, {` + "\n" + config += ` tracker_id = sdwan_service_tracker_profile_parcel.test-2.id` + "\n" config += ` }]` + "\n" config += ` tracker_boolean = "or"` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_aaa_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_aaa_profile_parcel_test.go index 6ae9946c..30030ef6 100644 --- a/internal/provider/data_source_sdwan_system_aaa_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_aaa_profile_parcel_test.go @@ -103,57 +103,93 @@ func testAccDataSourceSdwanSystemAAAProfileParcelConfig() string { config += ` server_auth_order = ["local"]` + "\n" config += ` users = [{` + "\n" config += ` name = "User1"` + "\n" + config += ` password = "cisco123"` + "\n" + config += ` privilege = "15"` + "\n" + config += ` public_keys = [{` + "\n" config += ` key_string = "AAAAB3NzaC1yc2"` + "\n" + config += ` key_type = "ssh-rsa"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` radius_groups = [{` + "\n" config += ` group_name = "RGROUP1"` + "\n" + config += ` vpn = 10` + "\n" + config += ` source_interface = "GigabitEthernet0"` + "\n" + config += ` servers = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` auth_port = 1812` + "\n" + config += ` acct_port = 1813` + "\n" + config += ` timeout = 5` + "\n" + config += ` retransmit = 3` + "\n" + config += ` key = "cisco123"` + "\n" + config += ` secret_key = "cisco123"` + "\n" + config += ` key_enum = "7"` + "\n" + config += ` key_type = "key"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` tacacs_groups = [{` + "\n" config += ` group_name = "TGROUP1"` + "\n" + config += ` vpn = 10` + "\n" + config += ` source_interface = "GigabitEthernet0"` + "\n" + config += ` servers = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` port = 49` + "\n" + config += ` timeout = 5` + "\n" + config += ` key = "cisco123"` + "\n" + config += ` secret_key = "cisco123"` + "\n" + config += ` key_enum = "7"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` accounting_rules = [{` + "\n" config += ` rule_id = "1"` + "\n" + config += ` method = "commands"` + "\n" + config += ` level = "15"` + "\n" + config += ` start_stop = true` + "\n" + config += ` group = ["RGROUP1"]` + "\n" + config += ` }]` + "\n" config += ` authorization_console = true` + "\n" config += ` authorization_config_commands = true` + "\n" config += ` authorization_rules = [{` + "\n" config += ` rule_id = "1"` + "\n" + config += ` method = "commands"` + "\n" + config += ` level = "15"` + "\n" + config += ` group = ["RGROUP1"]` + "\n" + config += ` if_authenticated = true` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_basic_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_basic_profile_parcel_test.go index 0c7dc85e..f8b72265 100644 --- a/internal/provider/data_source_sdwan_system_basic_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_basic_profile_parcel_test.go @@ -102,6 +102,7 @@ func testAccDataSourceSdwanSystemBasicProfileParcelConfig() string { config += ` gps_sms_enable = true` + "\n" config += ` gps_sms_mobile_numbers = [{` + "\n" config += ` number = "+11111233"` + "\n" + config += ` }]` + "\n" config += ` device_groups = ["example"]` + "\n" config += ` controller_groups = [1]` + "\n" @@ -127,7 +128,9 @@ func testAccDataSourceSdwanSystemBasicProfileParcelConfig() string { config += ` affinity_preference_auto = false` + "\n" config += ` affinity_per_vrfs = [{` + "\n" config += ` affinity_group_number = 1` + "\n" + config += ` vrf_range = "123-456"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_bfd_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_bfd_profile_parcel_test.go index 76677bed..c50b0b86 100644 --- a/internal/provider/data_source_sdwan_system_bfd_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_bfd_profile_parcel_test.go @@ -76,10 +76,15 @@ func testAccDataSourceSdwanSystemBFDProfileParcelConfig() string { config += ` default_dscp = 8` + "\n" config += ` colors = [{` + "\n" config += ` color = "3g"` + "\n" + config += ` hello_interval = 200` + "\n" + config += ` multiplier = 3` + "\n" + config += ` pmtu_discovery = true` + "\n" + config += ` dscp = 16` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_ipv4_device_access_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_ipv4_device_access_profile_parcel_test.go index 5ecb98cf..4568ad8b 100644 --- a/internal/provider/data_source_sdwan_system_ipv4_device_access_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_ipv4_device_access_profile_parcel_test.go @@ -72,9 +72,13 @@ func testAccDataSourceSdwanSystemIPv4DeviceAccessProfileParcelConfig() string { config += ` default_action = "drop"` + "\n" config += ` sequences = [{` + "\n" config += ` id = 1` + "\n" + config += ` name = "SEQ_1"` + "\n" + config += ` base_action = "accept"` + "\n" + config += ` device_access_port = 161` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_ipv6_device_access_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_ipv6_device_access_profile_parcel_test.go index b273b20a..fef7e8dc 100644 --- a/internal/provider/data_source_sdwan_system_ipv6_device_access_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_ipv6_device_access_profile_parcel_test.go @@ -72,9 +72,13 @@ func testAccDataSourceSdwanSystemIPv6DeviceAccessProfileParcelConfig() string { config += ` default_action = "drop"` + "\n" config += ` sequences = [{` + "\n" config += ` id = 1` + "\n" + config += ` name = "SEQ_1"` + "\n" + config += ` base_action = "accept"` + "\n" + config += ` device_access_port = 22` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_logging_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_logging_profile_parcel_test.go index 68e191b5..9ab5e8d3 100644 --- a/internal/provider/data_source_sdwan_system_logging_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_logging_profile_parcel_test.go @@ -88,26 +88,43 @@ func testAccDataSourceSdwanSystemLoggingProfileParcelConfig() string { config += ` disk_file_rotate = 10` + "\n" config += ` tls_profiles = [{` + "\n" config += ` profile = "test"` + "\n" + config += ` tls_version = "TLSv1.1"` + "\n" + config += ` cipher_suites = ["aes-128-cbc-sha"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_servers = [{` + "\n" config += ` hostname_ip = "1.1.1.1"` + "\n" + config += ` vpn = 512` + "\n" + config += ` source_interface = "GigabitEthernet1"` + "\n" + config += ` priority = "informational"` + "\n" + config += ` tls_enable = true` + "\n" + config += ` tls_properties_custom_profile = true` + "\n" + config += ` tls_properties_profile = "test"` + "\n" + config += ` }]` + "\n" config += ` ipv6_servers = [{` + "\n" config += ` hostname_ip = "1.1.1.1"` + "\n" + config += ` vpn = 512` + "\n" + config += ` source_interface = "GigabitEthernet1"` + "\n" + config += ` priority = "informational"` + "\n" + config += ` tls_enable = true` + "\n" + config += ` tls_properties_custom_profile = true` + "\n" + config += ` tls_properties_profile = "test"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_ntp_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_ntp_profile_parcel_test.go index 6ff60b26..50bfc734 100644 --- a/internal/provider/data_source_sdwan_system_ntp_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_ntp_profile_parcel_test.go @@ -76,15 +76,23 @@ func testAccDataSourceSdwanSystemNTPProfileParcelConfig() string { config += ` feature_profile_id = sdwan_system_feature_profile.test.id` + "\n" config += ` servers = [{` + "\n" config += ` hostname_ip_address = "1.1.1.1"` + "\n" + config += ` authentication_key = 41673` + "\n" + config += ` vpn = 1` + "\n" + config += ` ntp_version = 4` + "\n" + config += ` source_interface = "Ethernet"` + "\n" + config += ` prefer_this_ntp_server = false` + "\n" + config += ` }]` + "\n" config += ` authentication_keys = [{` + "\n" config += ` key_id = 49737` + "\n" + config += ` md5_value = "$CRYPT_CLUSTER"` + "\n" + config += ` }]` + "\n" config += ` trusted_keys = [49737]` + "\n" config += ` authoritative_ntp_server = false` + "\n" diff --git a/internal/provider/data_source_sdwan_system_security_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_security_profile_parcel_test.go index e435729a..ed4daaab 100644 --- a/internal/provider/data_source_sdwan_system_security_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_security_profile_parcel_test.go @@ -89,23 +89,39 @@ func testAccDataSourceSdwanSystemSecurityProfileParcelConfig() string { config += ` integrity_type = ["esp"]` + "\n" config += ` keychains = [{` + "\n" config += ` key_chain_name = "aaa"` + "\n" + config += ` key_id = 1` + "\n" + config += ` }]` + "\n" config += ` keys = [{` + "\n" config += ` id = 0` + "\n" + config += ` name = "aaa"` + "\n" + config += ` send_id = 1` + "\n" + config += ` receiver_id = 2` + "\n" + config += ` include_tcp_options = false` + "\n" + config += ` accept_ao_mismatch = false` + "\n" + config += ` crypto_algorithm = "aes-128-cmac"` + "\n" + config += ` key_string = "abcabc"` + "\n" + config += ` send_life_time_local = true` + "\n" + config += ` send_life_time_start_epoch = 1659284400` + "\n" + config += ` send_life_time_infinite = true` + "\n" + config += ` accept_life_time_local = true` + "\n" + config += ` accept_life_time_start_epoch = 1659284400` + "\n" + config += ` accept_life_time_infinite = true` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_system_snmp_profile_parcel_test.go b/internal/provider/data_source_sdwan_system_snmp_profile_parcel_test.go index 56a47535..b1df6cdc 100644 --- a/internal/provider/data_source_sdwan_system_snmp_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_system_snmp_profile_parcel_test.go @@ -92,37 +92,59 @@ func testAccDataSourceSdwanSystemSNMPProfileParcelConfig() string { config += ` location_of_device = "SHANGHAI"` + "\n" config += ` views = [{` + "\n" config += ` name = "VIEW1"` + "\n" + config += ` oids = [{` + "\n" config += ` id = "1.3.6.1.4.1.9.9.394"` + "\n" + config += ` exclude = false` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` communities = [{` + "\n" config += ` name = "example"` + "\n" + config += ` user_label = "COMMUNITY1"` + "\n" + config += ` view = "VIEW1"` + "\n" + config += ` authorization = "read-only"` + "\n" + config += ` }]` + "\n" config += ` groups = [{` + "\n" config += ` name = "GROUP1"` + "\n" + config += ` security_level = "auth-priv"` + "\n" + config += ` view = "VIEW1"` + "\n" + config += ` }]` + "\n" config += ` users = [{` + "\n" config += ` name = "USER1"` + "\n" + config += ` authentication_protocol = "sha"` + "\n" + config += ` authentication_password = "$CRYPT_CLUSTER$su56l1Z0Tk4Qc9N7+T/uOg==$sD6b0HLqEdI+RNwsEOoLcQ=="` + "\n" + config += ` privacy_protocol = "aes-256-cfb-128"` + "\n" + config += ` privacy_password = "$CRYPT_CLUSTER$su56l1Z0Tk4Qc9N7+T/uOg==$sD6b0HLqEdI+RNwsEOoLcQ=="` + "\n" + config += ` group = "GROUP1"` + "\n" + config += ` }]` + "\n" config += ` trap_target_servers = [{` + "\n" config += ` vpn_id = 1` + "\n" + config += ` ip = "10.75.221.156"` + "\n" + config += ` port = 161` + "\n" + config += ` user_label = "TARGET1"` + "\n" + config += ` user = "USER1"` + "\n" + config += ` source_interface = "GigabitEthernet1"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go index d871658e..878d17e8 100644 --- a/internal/provider/data_source_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go @@ -34,7 +34,6 @@ func TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel(t *testing.T) } var checks []resource.TestCheckFunc checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_ipv6_tracker_group_profile_parcel.test", "tracker_name", "TRACKER_GROUP_1")) - checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_ipv6_tracker_group_profile_parcel.test", "tracker_elements.0.tracker_id", "615d948f-34ee-4a2e-810e-a9bd8d3d48ec")) checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_ipv6_tracker_group_profile_parcel.test", "tracker_boolean", "or")) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, @@ -57,8 +56,23 @@ resource "sdwan_transport_feature_profile" "test" { description = "Terraform test" } -resource "sdwan_transport_ipv6_tracker_profile_parcel" "test" { - name = "TF_TEST" +resource "sdwan_transport_ipv6_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform Test" + feature_profile_id = sdwan_transport_feature_profile.test.id + tracker_name = "TRACKER_1" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "2001:0:0:1::0" + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "ipv6-interface" + tracker_type = "endpoint" +} + +resource "sdwan_transport_ipv6_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform Test" feature_profile_id = sdwan_transport_feature_profile.test.id tracker_name = "TRACKER_1" @@ -83,7 +97,9 @@ func testAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcelConfig() string config += ` feature_profile_id = sdwan_transport_feature_profile.test.id` + "\n" config += ` tracker_name = "TRACKER_GROUP_1"` + "\n" config += ` tracker_elements = [{` + "\n" - config += ` tracker_id = sdwan_transport_ipv6_tracker_profile_parcel.test.id` + "\n" + config += ` tracker_id = sdwan_transport_ipv6_tracker_profile_parcel.test-1.id` + "\n" + config += ` }, {` + "\n" + config += ` tracker_id = sdwan_transport_ipv6_tracker_profile_parcel.test-2.id` + "\n" config += ` }]` + "\n" config += ` tracker_boolean = "or"` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go index 87fd8b90..3d0eb806 100644 --- a/internal/provider/data_source_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go @@ -100,7 +100,9 @@ func testAccDataSourceSdwanTransportManagementVPNInterfaceEthernetProfileParcelC config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helper = ["1.2.3.4"]` + "\n" config += ` ipv4_iperf_server = "example"` + "\n" @@ -108,7 +110,9 @@ func testAccDataSourceSdwanTransportManagementVPNInterfaceEthernetProfileParcelC config += ` ipv6_address = "2001:0:0:1::/64"` + "\n" config += ` arp_entries = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` duplex = "full"` + "\n" config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_management_vpn_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_management_vpn_profile_parcel_test.go index b1444294..1f594d75 100644 --- a/internal/provider/data_source_sdwan_transport_management_vpn_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_management_vpn_profile_parcel_test.go @@ -86,23 +86,34 @@ func testAccDataSourceSdwanTransportManagementVPNProfileParcelConfig() string { config += ` secondary_dns_address_ipv6 = "2001:0:0:2::0"` + "\n" config += ` new_host_mappings = [{` + "\n" config += ` host_name = "example"` + "\n" + config += ` list_of_ip_addresses = ["1.2.3.4"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_static_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` gateway = "nextHop"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` ipv6_static_routes = [{` + "\n" config += ` prefix = "2002::/16"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "2001:0:0:1::1"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_routing_bgp_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_routing_bgp_profile_parcel_test.go index 3b46ea68..f779633e 100644 --- a/internal/provider/data_source_sdwan_transport_routing_bgp_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_routing_bgp_profile_parcel_test.go @@ -150,80 +150,133 @@ func testAccDataSourceSdwanTransportRoutingBGPProfileParcelConfig() string { config += ` multipath_relax = false` + "\n" config += ` ipv4_neighbors = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` description = "neighbor1"` + "\n" + config += ` shutdown = false` + "\n" + config += ` remote_as = 200` + "\n" + config += ` local_as = 200` + "\n" + config += ` keepalive_time = 40` + "\n" + config += ` hold_time = 200` + "\n" + config += ` update_source_interface = "GigabitEthernet0"` + "\n" + config += ` next_hop_self = false` + "\n" + config += ` send_community = true` + "\n" + config += ` send_extended_community = true` + "\n" + config += ` ebgp_multihop = 1` + "\n" + config += ` password = "myPassword"` + "\n" + config += ` send_label = true` + "\n" + config += ` explicit_null = false` + "\n" + config += ` as_override = false` + "\n" + config += ` allowas_in_number = 1` + "\n" + config += ` address_families = [{` + "\n" config += ` family_type = "ipv4-unicast"` + "\n" + config += ` max_number_of_prefixes = 2000` + "\n" + config += ` threshold = 75` + "\n" + config += ` policy_type = "restart"` + "\n" + config += ` restart_interval = 30` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv6_neighbors = [{` + "\n" config += ` address = "2001::1"` + "\n" + config += ` description = "neighbor2"` + "\n" + config += ` shutdown = false` + "\n" + config += ` remote_as = 200` + "\n" + config += ` local_as = 200` + "\n" + config += ` keepalive_time = 180` + "\n" + config += ` hold_time = 60` + "\n" + config += ` update_source_interface = "Loopback1"` + "\n" + config += ` next_hop_self = true` + "\n" + config += ` send_community = true` + "\n" + config += ` send_extended_community = true` + "\n" + config += ` ebgp_multihop = 3` + "\n" + config += ` password = "myPassword"` + "\n" + config += ` as_override = true` + "\n" + config += ` allowas_in_number = 3` + "\n" + config += ` address_families = [{` + "\n" config += ` family_type = "ipv6-unicast"` + "\n" + config += ` max_number_of_prefixes = 2000` + "\n" + config += ` threshold = 75` + "\n" + config += ` policy_type = "restart"` + "\n" + config += ` restart_interval = 30` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv4_aggregate_addresses = [{` + "\n" config += ` network_address = "10.10.0.0"` + "\n" + config += ` subnet_mask = "255.255.0.0"` + "\n" + config += ` as_set_path = false` + "\n" + config += ` summary_only = false` + "\n" + config += ` }]` + "\n" config += ` ipv4_networks = [{` + "\n" config += ` network_address = "10.10.0.0"` + "\n" + config += ` subnet_mask = "255.255.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_eibgp_maximum_paths = 1` + "\n" config += ` ipv4_originate = false` + "\n" config += ` ipv4_table_map_filter = false` + "\n" config += ` ipv6_aggregate_addresses = [{` + "\n" config += ` aggregate_prefix = "3001::1/128"` + "\n" + config += ` as_set_path = false` + "\n" + config += ` summary_only = false` + "\n" + config += ` }]` + "\n" config += ` ipv6_networks = [{` + "\n" config += ` network_prefix = "2001:0DB8:0000:000b::/64"` + "\n" + config += ` }]` + "\n" config += ` ipv6_eibgp_maximum_paths = 2` + "\n" config += ` ipv6_originate = true` + "\n" config += ` ipv6_table_map_filter = false` + "\n" config += ` mpls_interfaces = [{` + "\n" config += ` interface_name = "GigabitEthernet1"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_tracker_group_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_tracker_group_profile_parcel_test.go index 243d7312..c322e14a 100644 --- a/internal/provider/data_source_sdwan_transport_tracker_group_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_tracker_group_profile_parcel_test.go @@ -33,7 +33,6 @@ func TestAccDataSourceSdwanTransportTrackerGroupProfileParcel(t *testing.T) { t.Skip("skipping test, set environment variable SDWAN_2012") } var checks []resource.TestCheckFunc - checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_tracker_group_profile_parcel.test", "tracker_elements.0.tracker_id", "615d948f-34ee-4a2e-810e-a9bd8d3d48ec")) checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_tracker_group_profile_parcel.test", "tracker_boolean", "or")) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, @@ -56,8 +55,23 @@ resource "sdwan_transport_feature_profile" "test" { description = "Terraform test" } -resource "sdwan_transport_tracker_profile_parcel" "test" { - name = "TF_TEST" +resource "sdwan_transport_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform Test" + feature_profile_id = sdwan_transport_feature_profile.test.id + tracker_name = "TRACKER_1" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "1.2.3.4" + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "interface" + tracker_type = "endpoint" +} + +resource "sdwan_transport_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform Test" feature_profile_id = sdwan_transport_feature_profile.test.id tracker_name = "TRACKER_1" @@ -79,9 +93,11 @@ func testAccDataSourceSdwanTransportTrackerGroupProfileParcelConfig() string { config := `resource "sdwan_transport_tracker_group_profile_parcel" "test" {` + "\n" config += ` name = "TF_TEST"` + "\n" config += ` description = "Terraform integration test"` + "\n" - config += ` feature_profile_id = sdwan_transport_feature_profile.test.id1` + "\n" + config += ` feature_profile_id = sdwan_transport_feature_profile.test.id` + "\n" config += ` tracker_elements = [{` + "\n" - config += ` tracker_id = sdwan_transport_tracker_profile_parcel.test.id` + "\n" + config += ` tracker_id = sdwan_transport_tracker_profile_parcel.test-1.id` + "\n" + config += ` }, {` + "\n" + config += ` tracker_id = sdwan_transport_tracker_profile_parcel.test-2.id` + "\n" config += ` }]` + "\n" config += ` tracker_boolean = "or"` + "\n" config += `}` + "\n" @@ -89,7 +105,7 @@ func testAccDataSourceSdwanTransportTrackerGroupProfileParcelConfig() string { config += ` data "sdwan_transport_tracker_group_profile_parcel" "test" { id = sdwan_transport_tracker_group_profile_parcel.test.id - feature_profile_id = sdwan_transport_feature_profile.test.id1 + feature_profile_id = sdwan_transport_feature_profile.test.id } ` return config diff --git a/internal/provider/data_source_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go index 6789fc26..363051a4 100644 --- a/internal/provider/data_source_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go @@ -221,15 +221,20 @@ func testAccDataSourceSdwanTransportWANVPNInterfaceCellularProfileParcelConfig() config += ` tunnel_interface_allow_bfd = false` + "\n" config += ` tunnel_interface_encapsulations = [{` + "\n" config += ` encapsulation = "gre"` + "\n" + config += ` preference = 4294967` + "\n" + config += ` weight = 250` + "\n" + config += ` }]` + "\n" config += ` nat_ipv4 = true` + "\n" config += ` nat_udp_timeout = 1` + "\n" config += ` nat_tcp_timeout = 60` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` ip_mtu = 1500` + "\n" config += ` interface_mtu = 1500` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go index 711ba17d..d0e11dd3 100644 --- a/internal/provider/data_source_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go @@ -213,7 +213,9 @@ func testAccDataSourceSdwanTransportWANVPNInterfaceEthernetProfileParcelConfig() config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helper = ["1.2.3.4"]` + "\n" config += ` iperf_server = "example"` + "\n" @@ -262,8 +264,11 @@ func testAccDataSourceSdwanTransportWANVPNInterfaceEthernetProfileParcelConfig() config += ` tunnel_interface_allow_bfd = false` + "\n" config += ` tunnel_interface_encapsulations = [{` + "\n" config += ` encapsulation = "gre"` + "\n" + config += ` preference = 4294967` + "\n" + config += ` weight = 250` + "\n" + config += ` }]` + "\n" config += ` nat_ipv4 = true` + "\n" config += ` nat_type = "interface"` + "\n" @@ -271,21 +276,30 @@ func testAccDataSourceSdwanTransportWANVPNInterfaceEthernetProfileParcelConfig() config += ` nat_tcp_timeout = 60` + "\n" config += ` new_static_nats = [{` + "\n" config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translated_ip = "2.3.4.5"` + "\n" + config += ` direction = "inside"` + "\n" + config += ` source_vpn = 3` + "\n" + config += ` }]` + "\n" config += ` nat_ipv6 = true` + "\n" config += ` nat64 = false` + "\n" config += ` nat66 = true` + "\n" config += ` static_nat66 = [{` + "\n" config += ` source_prefix = "2001:0db8:85a3::/48"` + "\n" + config += ` translated_source_prefix = "abcd:1234:5678::/48"` + "\n" + config += ` source_vpn_id = 4` + "\n" + config += ` }]` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` icmp_redirect_disable = true` + "\n" config += ` duplex = "full"` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go index 316e9707..58e31caa 100644 --- a/internal/provider/data_source_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go @@ -219,8 +219,11 @@ func testAccDataSourceSdwanTransportWANVPNInterfaceT1E1SerialProfileParcelConfig config += ` tunnel_interface_allow_bfd = false` + "\n" config += ` tunnel_interface_encapsulations = [{` + "\n" config += ` encapsulation = "gre"` + "\n" + config += ` preference = 4294967` + "\n" + config += ` weight = 250` + "\n" + config += ` }]` + "\n" config += ` tcp_mss = 1460` + "\n" config += ` mtu = 1500` + "\n" diff --git a/internal/provider/data_source_sdwan_transport_wan_vpn_profile_parcel_test.go b/internal/provider/data_source_sdwan_transport_wan_vpn_profile_parcel_test.go index 322ef667..87ddaa47 100644 --- a/internal/provider/data_source_sdwan_transport_wan_vpn_profile_parcel_test.go +++ b/internal/provider/data_source_sdwan_transport_wan_vpn_profile_parcel_test.go @@ -93,33 +93,49 @@ func testAccDataSourceSdwanTransportWANVPNProfileParcelConfig() string { config += ` secondary_dns_address_ipv6 = "2001:0:0:2::0"` + "\n" config += ` new_host_mappings = [{` + "\n" config += ` host_name = "example"` + "\n" + config += ` list_of_ip_addresses = ["1.2.3.4"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_static_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` gateway = "nextHop"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` ipv6_static_routes = [{` + "\n" config += ` prefix = "2002::/16"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` services = [{` + "\n" config += ` service_type = "TE"` + "\n" + config += ` }]` + "\n" config += ` nat_64_v4_pools = [{` + "\n" config += ` nat64_v4_pool_name = "example"` + "\n" + config += ` nat64_v4_pool_range_start = "203.0.113.50"` + "\n" + config += ` nat64_v4_pool_range_end = "203.0.113.100"` + "\n" + config += ` nat64_v4_pool_overload = false` + "\n" + config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/log.json b/internal/provider/log.json new file mode 100644 index 00000000..300d06d5 --- /dev/null +++ b/internal/provider/log.json @@ -0,0 +1,1798 @@ +2024-08-12T12:55:50.645+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:50.646+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:50.646+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:50.646+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:50.938+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:50.938+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:50.938+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:50.939+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:50.985+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:50.985+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:50.985+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:50.986+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:50.986+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:50.986+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:50.986+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:50.987+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:51.327+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=9c6ac857-fa56-5d6b-c674-a18702a2dc6c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_feature_profile +2024-08-12T12:55:51.327+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_feature_profile tf_req_id=9c6ac857-fa56-5d6b-c674-a18702a2dc6c tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:51.330+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=157ca7b8-66d6-5847-83db-3bace1879888 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:51.330+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=00d5f880-5547-afdd-91df-6881ff607d63 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:51.330+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" tf_req_id=157ca7b8-66d6-5847-83db-3bace1879888 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:51.330+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=157ca7b8-66d6-5847-83db-3bace1879888 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:51.330+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=00d5f880-5547-afdd-91df-6881ff607d63 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:55:51.330+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=00d5f880-5547-afdd-91df-6881ff607d63 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:55:51.335+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=4ce1a466-bbdd-dffd-97e8-df988ee6abb0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange +2024-08-12T12:55:51.335+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_req_id=4ce1a466-bbdd-dffd-97e8-df988ee6abb0 +2024-08-12T12:55:51.335+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=4ce1a466-bbdd-dffd-97e8-df988ee6abb0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:55:51.490+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:51.490+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:51.490+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:51.490+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:51.491+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:51.703+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_service_feature_profile tf_req_id=0567795a-87a4-5c97-208e-2e006c241ca3 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:51.703+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_req_id=0567795a-87a4-5c97-208e-2e006c241ca3 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:51.704+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile tf_req_id=2425288f-d69b-ead6-9963-21987bdac4ce +2024/08/12 12:55:52 [DEBUG] Authentication successful +2024/08/12 12:55:52 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 12:55:52 [DEBUG] HTTP Response: {"id": "359bb3b9-700a-4955-88a7-faa890c5d8ec"} +2024/08/12 12:55:52 [DEBUG] Exit from Do method +2024-08-12T12:55:52.539+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile tf_req_id=2425288f-d69b-ead6-9963-21987bdac4ce +2024-08-12T12:55:52.540+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_feature_profile tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=2425288f-d69b-ead6-9963-21987bdac4ce +2024-08-12T12:55:52.540+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=2425288f-d69b-ead6-9963-21987bdac4ce tf_attribute_path=description tf_resource_type=sdwan_service_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:52.568+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=ee0bf817-b868-1132-3638-e1b41440d911 tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:52.568+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=cfa7c4ef-be96-ce49-7589-452211c4f81d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:52.568+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_rpc=PlanResourceChange tf_req_id=ee0bf817-b868-1132-3638-e1b41440d911 tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:52.568+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=ee0bf817-b868-1132-3638-e1b41440d911 tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange +2024-08-12T12:55:52.568+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=cfa7c4ef-be96-ce49-7589-452211c4f81d +2024-08-12T12:55:52.568+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=cfa7c4ef-be96-ce49-7589-452211c4f81d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:52.576+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Create: tf_rpc=ApplyResourceChange tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:52.576+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_resource_type=sdwan_service_tracker_profile_parcel +2024/08/12 12:55:52 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/tracker, {{"name":"TF_TEST_1","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:55:52 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/tracker, {{"name":"TF_TEST_2","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:55:52 [DEBUG] HTTP Response: {"parcelId": "fd6ec500-4725-4acf-9145-4518c926aa8e"} +2024/08/12 12:55:52 [DEBUG] Exit from Do method +2024-08-12T12:55:52.986+0100 [DEBUG] sdwan: TF_TEST_1: Create finished successfully: tf_rpc=ApplyResourceChange tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:52.988+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_rpc=ApplyResourceChange +2024-08-12T12:55:52.988+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_dns_name +2024-08-12T12:55:52.988+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_tracker_type tf_rpc=ApplyResourceChange +2024-08-12T12:55:52.988+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_ip tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 +2024-08-12T12:55:52.989+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=port +2024-08-12T12:55:52.989+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_api_url +2024-08-12T12:55:52.989+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=interval tf_rpc=ApplyResourceChange +2024-08-12T12:55:52.989+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 +2024-08-12T12:55:52.990+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=threshold +2024-08-12T12:55:52.990+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name +2024-08-12T12:55:52.990+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=feature_profile_id tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:52.990+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_attribute_path=protocol tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:52.990+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_type tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 +2024-08-12T12:55:52.991+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=fb22a920-ba88-19a5-70c0-6b8c6aa580a7 tf_attribute_path=description +2024/08/12 12:55:53 [DEBUG] HTTP Response: {"parcelId": "84d7c21b-d847-4377-b388-deb672e110ba"} +2024/08/12 12:55:53 [DEBUG] Exit from Do method +2024-08-12T12:55:53.069+0100 [DEBUG] sdwan: TF_TEST_2: Create finished successfully: tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 +2024-08-12T12:55:53.069+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=port tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:53.069+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=interval tf_rpc=ApplyResourceChange +2024-08-12T12:55:53.069+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=multiplier tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_ip tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=protocol tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=threshold tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_attribute_path=tracker_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_tracker_type tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_api_url +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=tracker_type tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=feature_profile_id tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:53.070+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c98fe3e4-c722-cf91-e790-302c1605a6e6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=description +2024-08-12T12:55:53.095+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=50ba79d6-8795-b4c6-0093-6a093148cbf6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange +2024-08-12T12:55:53.095+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange tf_req_id=50ba79d6-8795-b4c6-0093-6a093148cbf6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.095+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange tf_req_id=50ba79d6-8795-b4c6-0093-6a093148cbf6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:55:53.099+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024/08/12 12:55:53 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/trackergroup, {{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"fd6ec500-4725-4acf-9145-4518c926aa8e"}}},{"trackerRef":{"refId":{"optionType":"global","value":"84d7c21b-d847-4377-b388-deb672e110ba"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:55:53 [DEBUG] HTTP Response: {"parcelId": "f5fe7451-d20d-4e2a-a121-11dbb7263824"} +2024/08/12 12:55:53 [DEBUG] Exit from Do method +2024-08-12T12:55:53.586+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:53.586+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_attribute_path=name +2024-08-12T12:55:53.586+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_attribute_path=description +2024-08-12T12:55:53.586+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.587+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_attribute_path=tracker_elements[0].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:53.587+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_attribute_path=tracker_elements[0] tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:53.587+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_attribute_path=tracker_elements[1].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:53.587+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[1] tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 +2024-08-12T12:55:53.587+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_attribute_path=tracker_elements +2024-08-12T12:55:53.587+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=f4884c4d-9801-94eb-da21-5457e7b8ca33 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_boolean tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:53.616+0100 [DEBUG] sdwan: "f5fe7451-d20d-4e2a-a121-11dbb7263824": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f060d3ab-40f2-b976-ef46-3f8448cf291f +2024/08/12 12:55:53 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/trackergroup/f5fe7451-d20d-4e2a-a121-11dbb7263824, {} +2024/08/12 12:55:53 [DEBUG] HTTP Response: {"parcelId":"f5fe7451-d20d-4e2a-a121-11dbb7263824","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587880,"lastUpdatedOn":1723464587880,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"fd6ec500-4725-4acf-9145-4518c926aa8e"}}},{"trackerRef":{"refId":{"optionType":"global","value":"84d7c21b-d847-4377-b388-deb672e110ba"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:55:53 [DEBUG] Exit from Do method +2024-08-12T12:55:53.660+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_req_id=f060d3ab-40f2-b976-ef46-3f8448cf291f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024-08-12T12:55:53.661+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=f060d3ab-40f2-b976-ef46-3f8448cf291f +2024-08-12T12:55:53.661+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=id tf_req_id=f060d3ab-40f2-b976-ef46-3f8448cf291f +2024-08-12T12:55:53.710+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:53.711+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.711+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.711+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.712+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.862+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:53.862+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:53.862+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.862+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:53.862+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:53.863+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:54.202+0100 [DEBUG] sdwan: "f5fe7451-d20d-4e2a-a121-11dbb7263824": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_req_id=bca7727b-735b-5d39-7bb4-a067f490b451 +2024/08/12 12:55:54 [DEBUG] Authentication successful +2024/08/12 12:55:54 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/trackergroup/f5fe7451-d20d-4e2a-a121-11dbb7263824, {} +2024/08/12 12:55:54 [DEBUG] HTTP Response: {"parcelId":"f5fe7451-d20d-4e2a-a121-11dbb7263824","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587880,"lastUpdatedOn":1723464587880,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"fd6ec500-4725-4acf-9145-4518c926aa8e"}}},{"trackerRef":{"refId":{"optionType":"global","value":"84d7c21b-d847-4377-b388-deb672e110ba"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:55:54 [DEBUG] Exit from Do method +2024-08-12T12:55:54.818+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=bca7727b-735b-5d39-7bb4-a067f490b451 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:54.818+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_req_id=bca7727b-735b-5d39-7bb4-a067f490b451 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024-08-12T12:55:54.818+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_req_id=bca7727b-735b-5d39-7bb4-a067f490b451 tf_attribute_path=feature_profile_id +2024-08-12T12:55:54.829+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:54.829+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:54.829+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:54.829+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:54.830+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:54.976+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:54.976+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:54.976+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:54.976+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:54.977+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:55.321+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_rpc=ReadResource tf_resource_type=sdwan_service_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=f02057df-d0fc-9916-ba90-af54621f1af0 +2024/08/12 12:55:55 [DEBUG] Authentication successful +2024/08/12 12:55:55 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec, {} +2024/08/12 12:55:55 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3038,"solution":"sdwan","profileType":"service","createdBy":"admin","profileId":"359bb3b9-700a-4955-88a7-faa890c5d8ec","description":"Terraform test","lastUpdatedOn":1723464588193,"createdOn":1723464586922,"associatedProfileParcels":[{"parcelId":"fd6ec500-4725-4acf-9145-4518c926aa8e","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587320,"lastUpdatedOn":1723464587320,"payload":{"name":"TF_TEST_1","description":"Terraform test"},"subparcels":[]},{"parcelId":"84d7c21b-d847-4377-b388-deb672e110ba","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587383,"lastUpdatedOn":1723464587383,"payload":{"name":"TF_TEST_2","description":"Terraform test"},"subparcels":[]},{"parcelId":"f5fe7451-d20d-4e2a-a121-11dbb7263824","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587880,"lastUpdatedOn":1723464587880,"payload":{"name":"TF_TEST","description":"Terraform integration test"},"subparcels":[{"parcelId":"fd6ec500-4725-4acf-9145-4518c926aa8e","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587320,"lastUpdatedOn":1723464587320,"payload":{"name":"TF_TEST_1","description":"Terraform test"},"subparcels":[]},{"parcelId":"84d7c21b-d847-4377-b388-deb672e110ba","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587383,"lastUpdatedOn":1723464587383,"payload":{"name":"TF_TEST_2","description":"Terraform test"},"subparcels":[]}]}]} +2024/08/12 12:55:55 [DEBUG] Exit from Do method +2024-08-12T12:55:55.980+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_service_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=f02057df-d0fc-9916-ba90-af54621f1af0 +2024-08-12T12:55:55.980+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_feature_profile tf_attribute_path=description tf_req_id=f02057df-d0fc-9916-ba90-af54621f1af0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:55:55.981+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_feature_profile tf_req_id=f02057df-d0fc-9916-ba90-af54621f1af0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id tf_rpc=ReadResource +2024-08-12T12:55:55.981+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_feature_profile tf_attribute_path=name tf_req_id=f02057df-d0fc-9916-ba90-af54621f1af0 +2024-08-12T12:55:55.993+0100 [DEBUG] sdwan: "TF_TEST_2": Beginning Read: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:55:55.993+0100 [DEBUG] sdwan: "TF_TEST_1": Beginning Read: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:55:55 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/tracker/84d7c21b-d847-4377-b388-deb672e110ba, {} +2024/08/12 12:55:55 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/tracker/fd6ec500-4725-4acf-9145-4518c926aa8e, {} +2024/08/12 12:55:56 [DEBUG] HTTP Response: {"parcelId":"84d7c21b-d847-4377-b388-deb672e110ba","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587383,"lastUpdatedOn":1723464587383,"payload":{"name":"TF_TEST_2","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:55:56 [DEBUG] Exit from Do method +2024-08-12T12:55:56.037+0100 [DEBUG] sdwan: TF_TEST_2: Read finished successfully: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:55:56.038+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=threshold tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=id tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=endpoint_ip +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=multiplier tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=interval tf_rpc=ReadResource +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=tracker_name tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:56.039+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=name tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=protocol tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_attribute_path=tracker_type +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_api_url tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_dns_name +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=port tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=version tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.040+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=c82882ee-fb3d-147d-cb2e-cc31bc8381c4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=feature_profile_id +2024/08/12 12:55:56 [DEBUG] HTTP Response: {"parcelId":"fd6ec500-4725-4acf-9145-4518c926aa8e","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587320,"lastUpdatedOn":1723464587320,"payload":{"name":"TF_TEST_1","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:55:56 [DEBUG] Exit from Do method +2024-08-12T12:55:56.096+0100 [DEBUG] sdwan: TF_TEST_1: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 +2024-08-12T12:55:56.097+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_attribute_path=tracker_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:56.097+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=threshold tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.097+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_attribute_path=feature_profile_id +2024-08-12T12:55:56.097+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.116+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=interval tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 +2024-08-12T12:55:56.116+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_dns_name +2024-08-12T12:55:56.116+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_ip tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 +2024-08-12T12:55:56.116+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_attribute_path=name +2024-08-12T12:55:56.116+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=protocol +2024-08-12T12:55:56.117+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=multiplier tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.117+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_type tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:56.117+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ReadResource +2024-08-12T12:55:56.118+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=port tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:55:56.118+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 +2024-08-12T12:55:56.119+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=id tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:55:56.119+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=d45e45a4-96f8-4830-3d42-c13e203347f5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version +2024-08-12T12:55:56.146+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 +2024/08/12 12:55:56 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/trackergroup/f5fe7451-d20d-4e2a-a121-11dbb7263824, {} +2024/08/12 12:55:56 [DEBUG] HTTP Response: {"parcelId":"f5fe7451-d20d-4e2a-a121-11dbb7263824","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587880,"lastUpdatedOn":1723464587880,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"fd6ec500-4725-4acf-9145-4518c926aa8e"}}},{"trackerRef":{"refId":{"optionType":"global","value":"84d7c21b-d847-4377-b388-deb672e110ba"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:55:56 [DEBUG] Exit from Do method +2024-08-12T12:55:56.204+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_attribute_path=name +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=feature_profile_id tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=tracker_elements[0].tracker_id tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_attribute_path=tracker_elements[0] +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=tracker_elements[1].tracker_id tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_attribute_path=tracker_elements[1] tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_attribute_path=tracker_elements +2024-08-12T12:55:56.204+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=ReadResource tf_req_id=a1325076-f5b7-aec3-d250-14cc1dd84898 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_boolean +2024-08-12T12:55:56.210+0100 [DEBUG] sdwan: "f5fe7451-d20d-4e2a-a121-11dbb7263824": Beginning Read: tf_req_id=85a550f5-049a-df25-65b5-a1b04bb185c5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel +2024/08/12 12:55:56 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/trackergroup/f5fe7451-d20d-4e2a-a121-11dbb7263824, {} +2024/08/12 12:55:56 [DEBUG] HTTP Response: {"parcelId":"f5fe7451-d20d-4e2a-a121-11dbb7263824","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464587880,"lastUpdatedOn":1723464587880,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"fd6ec500-4725-4acf-9145-4518c926aa8e"}}},{"trackerRef":{"refId":{"optionType":"global","value":"84d7c21b-d847-4377-b388-deb672e110ba"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:55:56 [DEBUG] Exit from Do method +2024-08-12T12:55:56.256+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=85a550f5-049a-df25-65b5-a1b04bb185c5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:56.257+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_req_id=85a550f5-049a-df25-65b5-a1b04bb185c5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T12:55:56.257+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource tf_data_source_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=85a550f5-049a-df25-65b5-a1b04bb185c5 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.276+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:56.277+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:56.277+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:56.277+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.277+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:56.414+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:56.415+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:56.415+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:56.415+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.415+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:56.415+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.549+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:56.549+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 +2024-08-12T12:55:56.549+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.549+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.550+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:56.924+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_req_id=95771c93-6c3d-5024-82c7-6a4ac755cd62 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024/08/12 12:55:57 [DEBUG] Authentication successful +2024/08/12 12:55:57 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/trackergroup/f5fe7451-d20d-4e2a-a121-11dbb7263824, {} +2024/08/12 12:55:57 [DEBUG] HTTP Response: +2024/08/12 12:55:57 [DEBUG] Exit from Do method +2024-08-12T12:55:57.534+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=95771c93-6c3d-5024-82c7-6a4ac755cd62 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:57.566+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=debd357b-a11e-c133-9951-8500855143d0 tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:57.566+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Delete: tf_req_id=aa278cfa-00e8-11b1-9e07-4dcacc0fc033 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024/08/12 12:55:57 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/tracker/fd6ec500-4725-4acf-9145-4518c926aa8e, {} +2024/08/12 12:55:57 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec/tracker/84d7c21b-d847-4377-b388-deb672e110ba, {} +2024/08/12 12:55:57 [DEBUG] HTTP Response: +2024/08/12 12:55:57 [DEBUG] Exit from Do method +2024-08-12T12:55:57.652+0100 [DEBUG] sdwan: TF_TEST_1: Delete finished successfully: tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=debd357b-a11e-c133-9951-8500855143d0 tf_rpc=ApplyResourceChange +2024/08/12 12:55:57 [DEBUG] HTTP Response: +2024/08/12 12:55:57 [DEBUG] Exit from Do method +2024-08-12T12:55:57.725+0100 [DEBUG] sdwan: TF_TEST_2: Delete finished successfully: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=aa278cfa-00e8-11b1-9e07-4dcacc0fc033 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:55:57.750+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_req_id=437e2255-fa96-7984-f243-e1c8518082c6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile +2024/08/12 12:55:57 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/359bb3b9-700a-4955-88a7-faa890c5d8ec, {} +2024/08/12 12:55:57 [DEBUG] HTTP Response: +2024/08/12 12:55:57 [DEBUG] Exit from Do method +2024-08-12T12:55:57.802+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=437e2255-fa96-7984-f243-e1c8518082c6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile +2024-08-12T12:55:57.859+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1880599780 test_step_number=1 +2024-08-12T12:55:57.862+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccDataSourceSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:57.863+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:57.863+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:57.863+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:57.863+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:57.945+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:57.945+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:57.945+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:57.946+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:57.985+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:55:57.985+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:57.985+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:55:57.986+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:55:57.986+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:57.986+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:57.986+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 +2024-08-12T12:55:57.987+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:58.351+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_feature_profile tf_req_id=cfe06f26-7368-e014-0d4e-25039b993833 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:58.351+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=cfe06f26-7368-e014-0d4e-25039b993833 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_feature_profile tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:55:58.355+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=a3535b0c-2419-8db1-8e41-8984e0697555 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:58.355+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=b19dcb41-eb46-3768-a156-4e1242a03163 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:58.355+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=a3535b0c-2419-8db1-8e41-8984e0697555 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:58.355+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=b19dcb41-eb46-3768-a156-4e1242a03163 +2024-08-12T12:55:58.355+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=a3535b0c-2419-8db1-8e41-8984e0697555 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:55:58.355+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_req_id=b19dcb41-eb46-3768-a156-4e1242a03163 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:58.362+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_rpc=PlanResourceChange tf_req_id=e1c70755-a75f-8914-9ee2-918b8c8f41ae +2024-08-12T12:55:58.362+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_rpc=PlanResourceChange tf_req_id=e1c70755-a75f-8914-9ee2-918b8c8f41ae tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:55:58.362+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_req_id=e1c70755-a75f-8914-9ee2-918b8c8f41ae tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:55:58.535+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 +2024-08-12T12:55:58.535+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:58.535+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:55:58.535+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:58.536+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:58.768+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_feature_profile tf_req_id=5013cef0-60c9-a82c-33ba-7b01f1de5eea +2024-08-12T12:55:58.768+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_req_id=5013cef0-60c9-a82c-33ba-7b01f1de5eea tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:58.769+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_req_id=6e21bf81-bfb4-ee72-4c42-e5c3fd9ae3d8 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile +2024/08/12 12:55:59 [DEBUG] Authentication successful +2024/08/12 12:55:59 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 12:55:59 [DEBUG] HTTP Response: {"id": "f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e"} +2024/08/12 12:55:59 [DEBUG] Exit from Do method +2024-08-12T12:55:59.654+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_req_id=6e21bf81-bfb4-ee72-4c42-e5c3fd9ae3d8 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile +2024-08-12T12:55:59.654+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_feature_profile tf_req_id=6e21bf81-bfb4-ee72-4c42-e5c3fd9ae3d8 tf_attribute_path=name +2024-08-12T12:55:59.654+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_feature_profile tf_req_id=6e21bf81-bfb4-ee72-4c42-e5c3fd9ae3d8 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ApplyResourceChange +2024-08-12T12:55:59.683+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=1703fcb0-d185-7668-ba07-3192c1f39692 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:59.684+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=368539c5-e413-d26c-3814-44551556b74e tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:55:59.684+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=1703fcb0-d185-7668-ba07-3192c1f39692 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:55:59.684+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=368539c5-e413-d26c-3814-44551556b74e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:55:59.684+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=1703fcb0-d185-7668-ba07-3192c1f39692 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:55:59.684+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=368539c5-e413-d26c-3814-44551556b74e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:55:59.692+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024/08/12 12:55:59 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/tracker, {{"name":"TF_TEST_2","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024-08-12T12:55:59.693+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=12080984-2440-cfd3-e33e-908e61271bac +2024/08/12 12:55:59 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/tracker, {{"name":"TF_TEST_1","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:56:00 [DEBUG] HTTP Response: {"parcelId": "bac1ea20-37a4-4ef8-8712-e66d26ad88a8"} +2024/08/12 12:56:00 [DEBUG] Exit from Do method +2024-08-12T12:56:00.125+0100 [DEBUG] sdwan: TF_TEST_2: Create finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:00.125+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=protocol +2024-08-12T12:56:00.125+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 +2024-08-12T12:56:00.125+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=multiplier tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:00.125+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=name tf_rpc=ApplyResourceChange +2024-08-12T12:56:00.125+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_ip tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=tracker_type tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_dns_name tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=threshold tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=description +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_rpc=ApplyResourceChange +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=interval tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.126+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=b09e51c1-fb2b-34f4-730a-0abc1cf97023 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=port tf_resource_type=sdwan_service_tracker_profile_parcel +2024/08/12 12:56:00 [DEBUG] HTTP Response: {"parcelId": "e1242bbe-b1f2-4176-8ffb-f3f8e648f72a"} +2024/08/12 12:56:00 [DEBUG] Exit from Do method +2024-08-12T12:56:00.170+0100 [DEBUG] sdwan: TF_TEST_1: Create finished successfully: tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_attribute_path=tracker_type tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=tracker_name +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_attribute_path=multiplier +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_attribute_path=name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_rpc=ApplyResourceChange tf_attribute_path=threshold +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type +2024-08-12T12:56:00.171+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_attribute_path=port +2024-08-12T12:56:00.172+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_attribute_path=endpoint_api_url tf_rpc=ApplyResourceChange +2024-08-12T12:56:00.172+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_ip +2024-08-12T12:56:00.172+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_rpc=ApplyResourceChange tf_attribute_path=feature_profile_id +2024-08-12T12:56:00.172+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=protocol tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.172+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=12080984-2440-cfd3-e33e-908e61271bac tf_attribute_path=interval tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:00.203+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=88c1a003-5c66-b578-db9e-1c0ae0ba34cd tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:00.203+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=88c1a003-5c66-b578-db9e-1c0ae0ba34cd +2024-08-12T12:56:00.203+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=88c1a003-5c66-b578-db9e-1c0ae0ba34cd tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:56:00.206+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Create: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024/08/12 12:56:00 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/trackergroup, {{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"e1242bbe-b1f2-4176-8ffb-f3f8e648f72a"}}},{"trackerRef":{"refId":{"optionType":"global","value":"bac1ea20-37a4-4ef8-8712-e66d26ad88a8"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:56:00 [DEBUG] HTTP Response: {"parcelId": "188e5b63-bdba-431b-a8db-e2a0b6b02cb2"} +2024/08/12 12:56:00 [DEBUG] Exit from Do method +2024-08-12T12:56:00.681+0100 [DEBUG] sdwan: TF_TEST_ALL: Create finished successfully: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:00.682+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:00.682+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=description +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=feature_profile_id +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[0] tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1] tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=tracker_elements tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da +2024-08-12T12:56:00.683+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d8e0af15-77ea-aa6c-821c-5860dedab4da tf_attribute_path=tracker_boolean tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:56:00.758+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:00.771+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.771+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:56:00.771+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.773+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:56:00.918+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:00.919+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:00.919+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:00.919+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.919+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:00.919+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:01.230+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 +2024-08-12T12:56:01.231+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:01.231+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:01.231+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:01.232+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:01.362+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:01.362+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:01.362+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:56:01.362+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:01.363+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:01.646+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_resource_type=sdwan_service_feature_profile tf_rpc=ReadResource tf_req_id=28870a03-84a2-fb24-6159-9f630abfd8b9 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:56:02 [DEBUG] Authentication successful +2024/08/12 12:56:02 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e, {} +2024/08/12 12:56:02 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3047,"solution":"sdwan","profileType":"service","createdBy":"admin","profileId":"f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e","description":"Terraform test","lastUpdatedOn":1723464595287,"createdOn":1723464593986,"associatedProfileParcels":[{"parcelId":"bac1ea20-37a4-4ef8-8712-e66d26ad88a8","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594440,"lastUpdatedOn":1723464594440,"payload":{"name":"TF_TEST_2","description":"Terraform test"},"subparcels":[]},{"parcelId":"e1242bbe-b1f2-4176-8ffb-f3f8e648f72a","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594505,"lastUpdatedOn":1723464594505,"payload":{"name":"TF_TEST_1","description":"Terraform test"},"subparcels":[]},{"parcelId":"188e5b63-bdba-431b-a8db-e2a0b6b02cb2","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594980,"lastUpdatedOn":1723464594980,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test"},"subparcels":[{"parcelId":"e1242bbe-b1f2-4176-8ffb-f3f8e648f72a","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594505,"lastUpdatedOn":1723464594505,"payload":{"name":"TF_TEST_1","description":"Terraform test"},"subparcels":[]},{"parcelId":"bac1ea20-37a4-4ef8-8712-e66d26ad88a8","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594440,"lastUpdatedOn":1723464594440,"payload":{"name":"TF_TEST_2","description":"Terraform test"},"subparcels":[]}]}]} +2024/08/12 12:56:02 [DEBUG] Exit from Do method +2024-08-12T12:56:02.250+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_resource_type=sdwan_service_feature_profile tf_rpc=ReadResource tf_req_id=28870a03-84a2-fb24-6159-9f630abfd8b9 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.251+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=28870a03-84a2-fb24-6159-9f630abfd8b9 tf_attribute_path=id tf_resource_type=sdwan_service_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:56:02.251+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_feature_profile tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=28870a03-84a2-fb24-6159-9f630abfd8b9 +2024-08-12T12:56:02.251+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=28870a03-84a2-fb24-6159-9f630abfd8b9 tf_resource_type=sdwan_service_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ReadResource +2024-08-12T12:56:02.262+0100 [DEBUG] sdwan: "TF_TEST_1": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d +2024/08/12 12:56:02 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/tracker/e1242bbe-b1f2-4176-8ffb-f3f8e648f72a, {} +2024-08-12T12:56:02.263+0100 [DEBUG] sdwan: "TF_TEST_2": Beginning Read: tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024/08/12 12:56:02 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/tracker/bac1ea20-37a4-4ef8-8712-e66d26ad88a8, {} +2024/08/12 12:56:02 [DEBUG] HTTP Response: {"parcelId":"e1242bbe-b1f2-4176-8ffb-f3f8e648f72a","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594505,"lastUpdatedOn":1723464594505,"payload":{"name":"TF_TEST_1","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:56:02 [DEBUG] Exit from Do method +2024-08-12T12:56:02.305+0100 [DEBUG] sdwan: TF_TEST_1: Read finished successfully: tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=port tf_rpc=ReadResource +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=interval tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_rpc=ReadResource +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_ip tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_api_url tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=threshold tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.306+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_dns_name +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=protocol tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=multiplier tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=version tf_rpc=ReadResource +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=description +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=name tf_rpc=ReadResource +2024-08-12T12:56:02.307+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=tracker_type tf_req_id=2da694b3-88e8-d017-ab32-e1f524595f0d +2024/08/12 12:56:02 [DEBUG] HTTP Response: {"parcelId":"bac1ea20-37a4-4ef8-8712-e66d26ad88a8","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594440,"lastUpdatedOn":1723464594440,"payload":{"name":"TF_TEST_2","description":"Terraform test","data":{"trackerName":{"optionType":"global","value":"TRACKER_2"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"endpointTcpUdp":{"protocol":{"optionType":"global","value":"tcp"},"port":{"optionType":"global","value":123}},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"static-route"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:56:02 [DEBUG] Exit from Do method +2024-08-12T12:56:02.348+0100 [DEBUG] sdwan: TF_TEST_2: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 +2024-08-12T12:56:02.349+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=interval +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=version +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_rpc=ReadResource tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_type tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_tracker_type tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_attribute_path=endpoint_api_url tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=description tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=feature_profile_id tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 +2024-08-12T12:56:02.350+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=multiplier tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=protocol tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:56:02.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=name tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=port tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel +2024-08-12T12:56:02.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_attribute_path=endpoint_ip tf_rpc=ReadResource +2024-08-12T12:56:02.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0fcd7b6f-ff8b-6687-4d6b-8b30d6089b32 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=threshold +2024-08-12T12:56:02.365+0100 [DEBUG] sdwan: "TF_TEST_ALL": Beginning Read: tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 +2024/08/12 12:56:02 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/trackergroup/188e5b63-bdba-431b-a8db-e2a0b6b02cb2, {} +2024/08/12 12:56:02 [DEBUG] HTTP Response: {"parcelId":"188e5b63-bdba-431b-a8db-e2a0b6b02cb2","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464594980,"lastUpdatedOn":1723464594980,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"e1242bbe-b1f2-4176-8ffb-f3f8e648f72a"}}},{"trackerRef":{"refId":{"optionType":"global","value":"bac1ea20-37a4-4ef8-8712-e66d26ad88a8"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:56:02 [DEBUG] Exit from Do method +2024-08-12T12:56:02.409+0100 [DEBUG] sdwan: TF_TEST_ALL: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_rpc=ReadResource tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:02.409+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_boolean tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.409+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_attribute_path=id +2024-08-12T12:56:02.409+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[0].tracker_id tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[0] +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[1].tracker_id tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[1] tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 +2024-08-12T12:56:02.410+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements tf_rpc=ReadResource tf_req_id=41f89749-86ae-6ab3-36e7-d963014c7943 +2024-08-12T12:56:02.430+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 +2024-08-12T12:56:02.431+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.431+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:02.431+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:56:02.431+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:56:02.564+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:02.565+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:02.565+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:02.565+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.565+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 +2024-08-12T12:56:02.566+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.697+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 +2024-08-12T12:56:02.697+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 +2024-08-12T12:56:02.697+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:56:02.697+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:02.698+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 test_name=TestAccSdwanServiceTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:03.070+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Delete: tf_req_id=ea28ec49-2bd5-b386-7da5-1641a0038a07 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_group_profile_parcel +2024/08/12 12:56:03 [DEBUG] Authentication successful +2024/08/12 12:56:03 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/trackergroup/188e5b63-bdba-431b-a8db-e2a0b6b02cb2, {} +2024/08/12 12:56:03 [DEBUG] HTTP Response: +2024/08/12 12:56:03 [DEBUG] Exit from Do method +2024-08-12T12:56:03.672+0100 [DEBUG] sdwan: TF_TEST_ALL: Delete finished successfully: tf_resource_type=sdwan_service_tracker_group_profile_parcel tf_req_id=ea28ec49-2bd5-b386-7da5-1641a0038a07 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:56:03.698+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Delete: tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=57d81edd-e015-25f4-6f58-96d5f252d67d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:56:03.698+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Delete: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=5956b43c-e3fb-291f-73b9-33507ae84dfd tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:56:03 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/tracker/e1242bbe-b1f2-4176-8ffb-f3f8e648f72a, {} +2024/08/12 12:56:03 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e/tracker/bac1ea20-37a4-4ef8-8712-e66d26ad88a8, {} +2024/08/12 12:56:03 [DEBUG] HTTP Response: +2024/08/12 12:56:03 [DEBUG] Exit from Do method +2024-08-12T12:56:03.781+0100 [DEBUG] sdwan: TF_TEST_1: Delete finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=57d81edd-e015-25f4-6f58-96d5f252d67d +2024/08/12 12:56:03 [DEBUG] HTTP Response: +2024/08/12 12:56:03 [DEBUG] Exit from Do method +2024-08-12T12:56:03.869+0100 [DEBUG] sdwan: TF_TEST_2: Delete finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_service_tracker_profile_parcel tf_req_id=5956b43c-e3fb-291f-73b9-33507ae84dfd tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:56:03.894+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_req_id=41ab0bc9-2c90-3b27-680a-80122ba029f3 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_feature_profile tf_rpc=ApplyResourceChange +2024/08/12 12:56:03 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/service/f7cacfa0-b6d6-4788-a1c0-247b8b7cb74e, {} +2024/08/12 12:56:03 [DEBUG] HTTP Response: +2024/08/12 12:56:03 [DEBUG] Exit from Do method +2024-08-12T12:56:03.945+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=41ab0bc9-2c90-3b27-680a-80122ba029f3 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_service_feature_profile tf_rpc=ApplyResourceChange +2024-08-12T12:56:03.997+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanServiceTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2573467542 test_step_number=1 +2024-08-12T12:56:04.000+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccSdwanServiceTrackerGroupProfileParcel +2024-08-12T12:58:00.594+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:00.594+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:00.594+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:00.594+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:00.673+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:00.673+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:00.673+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:00.674+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:00.715+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:00.715+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:00.715+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:00.716+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:00.716+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:00.716+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:00.716+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:00.717+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.004+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_req_id=f17f2013-0f93-5fb4-61c4-c3ba32dba92c +2024-08-12T12:58:01.004+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=f17f2013-0f93-5fb4-61c4-c3ba32dba92c tf_resource_type=sdwan_transport_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:01.007+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=b71b7bb5-bda9-c599-4302-c0db8361cbba +2024-08-12T12:58:01.007+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=b71b7bb5-bda9-c599-4302-c0db8361cbba tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:01.007+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"version\")" tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=b71b7bb5-bda9-c599-4302-c0db8361cbba +2024-08-12T12:58:01.007+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=e6d904bc-cc30-3c2f-8a42-f792d3c648a5 tf_rpc=PlanResourceChange +2024-08-12T12:58:01.007+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=e6d904bc-cc30-3c2f-8a42-f792d3c648a5 tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:58:01.007+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=e6d904bc-cc30-3c2f-8a42-f792d3c648a5 tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.011+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=163135a7-6382-99cd-d04d-c9d2f7a7c509 +2024-08-12T12:58:01.011+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"version\")" tf_req_id=163135a7-6382-99cd-d04d-c9d2f7a7c509 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.011+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=163135a7-6382-99cd-d04d-c9d2f7a7c509 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.156+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:01.157+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.157+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.157+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.157+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:01.369+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=834c04fd-03f0-a53a-2e06-3c2664073bc0 +2024-08-12T12:58:01.369+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_req_id=834c04fd-03f0-a53a-2e06-3c2664073bc0 +2024-08-12T12:58:01.370+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_req_id=f46bdf90-500b-4a91-3718-6d3e96b40e35 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024/08/12 12:58:01 [DEBUG] Authentication successful +2024/08/12 12:58:01 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 12:58:02 [DEBUG] HTTP Response: {"id": "f3510695-5d32-41bb-b1b4-11f7c44569fe"} +2024/08/12 12:58:02 [DEBUG] Exit from Do method +2024-08-12T12:58:02.257+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=f46bdf90-500b-4a91-3718-6d3e96b40e35 +2024-08-12T12:58:02.257+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_attribute_path=name tf_req_id=f46bdf90-500b-4a91-3718-6d3e96b40e35 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:02.257+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_attribute_path=description tf_req_id=f46bdf90-500b-4a91-3718-6d3e96b40e35 +2024-08-12T12:58:02.288+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=60cffe71-d41e-fccd-8385-3202f6d3bbbf +2024-08-12T12:58:02.289+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=PlanResourceChange tf_req_id=1aff4fdf-7d5b-79be-2b24-2b7e35d22025 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:02.289+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=PlanResourceChange tf_req_id=1aff4fdf-7d5b-79be-2b24-2b7e35d22025 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:02.289+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" tf_req_id=60cffe71-d41e-fccd-8385-3202f6d3bbbf tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:02.289+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=1aff4fdf-7d5b-79be-2b24-2b7e35d22025 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=PlanResourceChange +2024-08-12T12:58:02.289+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_req_id=60cffe71-d41e-fccd-8385-3202f6d3bbbf tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.297+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc +2024-08-12T12:58:02.297+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Create: tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ApplyResourceChange +2024/08/12 12:58:02 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/tracker, {{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:02 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/tracker, {{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:02 [DEBUG] HTTP Response: {"parcelId": "debd9339-4449-4e72-a0d2-8d0c708c5cb4"} +2024/08/12 12:58:02 [DEBUG] Exit from Do method +2024-08-12T12:58:02.841+0100 [DEBUG] sdwan: TF_TEST_1: Create finished successfully: tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:02 [DEBUG] HTTP Response: {"parcelId": "c247a32f-feab-4c13-b3f3-091b574a0d46"} +2024/08/12 12:58:02 [DEBUG] Exit from Do method +2024-08-12T12:58:02.841+0100 [DEBUG] sdwan: TF_TEST_2: Create finished successfully: tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_api_url +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_tracker_type tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=interval tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=tracker_type tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=multiplier +2024-08-12T12:58:02.841+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=interval tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_tracker_type tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=tracker_type tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_ip tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_dns_name tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=multiplier tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_ip tf_rpc=ApplyResourceChange +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=feature_profile_id tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_dns_name +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_api_url tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=threshold +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=description +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=description +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_attribute_path=name +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0b36b28e-e3f5-0998-edb6-ce5246fce0b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=threshold tf_rpc=ApplyResourceChange +2024-08-12T12:58:02.842+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=22097543-0d66-dcdf-b2ea-c484debc44dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=tracker_name +2024-08-12T12:58:02.888+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=aa306272-8142-649e-2a2a-228d75ec35a1 +2024-08-12T12:58:02.888+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_req_id=aa306272-8142-649e-2a2a-228d75ec35a1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:02.889+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_req_id=aa306272-8142-649e-2a2a-228d75ec35a1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:02.891+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024/08/12 12:58:02 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/trackergroup, {{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"debd9339-4449-4e72-a0d2-8d0c708c5cb4"}}},{"trackerRef":{"refId":{"optionType":"global","value":"c247a32f-feab-4c13-b3f3-091b574a0d46"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:03 [DEBUG] HTTP Response: {"parcelId": "6bdcc694-25aa-43e9-a39b-5f764c756070"} +2024/08/12 12:58:03 [DEBUG] Exit from Do method +2024-08-12T12:58:03.461+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[0].tracker_id tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=tracker_elements[0] tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[1].tracker_id tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[1] tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:03.462+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=tracker_elements tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 +2024-08-12T12:58:03.463+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=tracker_boolean tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5ec2b146-dc6d-3a39-ff65-a46107617fc6 +2024-08-12T12:58:03.491+0100 [DEBUG] sdwan: "6bdcc694-25aa-43e9-a39b-5f764c756070": Beginning Read: tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=f8c6725b-0f5b-5b27-7f76-437f2da7b9f1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024/08/12 12:58:03 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/trackergroup/6bdcc694-25aa-43e9-a39b-5f764c756070, {} +2024/08/12 12:58:03 [DEBUG] HTTP Response: {"parcelId":"6bdcc694-25aa-43e9-a39b-5f764c756070","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717714,"lastUpdatedOn":1723464717714,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"debd9339-4449-4e72-a0d2-8d0c708c5cb4"}}},{"trackerRef":{"refId":{"optionType":"global","value":"c247a32f-feab-4c13-b3f3-091b574a0d46"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:03 [DEBUG] Exit from Do method +2024-08-12T12:58:03.539+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=f8c6725b-0f5b-5b27-7f76-437f2da7b9f1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:03.540+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource tf_req_id=f8c6725b-0f5b-5b27-7f76-437f2da7b9f1 tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T12:58:03.540+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=feature_profile_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_req_id=f8c6725b-0f5b-5b27-7f76-437f2da7b9f1 tf_data_source_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:03.592+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:03.593+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:03.593+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:03.593+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:03.594+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:03.739+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:03.740+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:03.740+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:03.740+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:03.740+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 +2024-08-12T12:58:03.741+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:04.038+0100 [DEBUG] sdwan: "6bdcc694-25aa-43e9-a39b-5f764c756070": Beginning Read: tf_rpc=ReadDataSource tf_req_id=29e79013-ebfb-ccd8-b5a7-77293d20dc9c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_data_source_type=sdwan_transport_tracker_group_profile_parcel +2024/08/12 12:58:04 [DEBUG] Authentication successful +2024/08/12 12:58:04 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/trackergroup/6bdcc694-25aa-43e9-a39b-5f764c756070, {} +2024/08/12 12:58:04 [DEBUG] HTTP Response: {"parcelId":"6bdcc694-25aa-43e9-a39b-5f764c756070","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717714,"lastUpdatedOn":1723464717714,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"debd9339-4449-4e72-a0d2-8d0c708c5cb4"}}},{"trackerRef":{"refId":{"optionType":"global","value":"c247a32f-feab-4c13-b3f3-091b574a0d46"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:04 [DEBUG] Exit from Do method +2024-08-12T12:58:04.569+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadDataSource tf_req_id=29e79013-ebfb-ccd8-b5a7-77293d20dc9c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_data_source_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:04.570+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource tf_attribute_path=id tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=29e79013-ebfb-ccd8-b5a7-77293d20dc9c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:04.570+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_attribute_path=feature_profile_id tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=29e79013-ebfb-ccd8-b5a7-77293d20dc9c +2024-08-12T12:58:04.588+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:04.589+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:04.589+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:04.589+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:04.590+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:04.728+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:04.729+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:04.729+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:04.729+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:04.729+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:05.015+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_req_id=2df9dee8-fa22-7ee5-7631-7ccabffd0699 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile +2024/08/12 12:58:05 [DEBUG] Authentication successful +2024/08/12 12:58:05 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe, {} +2024/08/12 12:58:05 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3055,"solution":"sdwan","profileType":"transport","createdBy":"admin","profileId":"f3510695-5d32-41bb-b1b4-11f7c44569fe","description":"Terraform test","lastUpdatedOn":1723464718040,"createdOn":1723464716634,"associatedProfileParcels":[{"parcelId":"c247a32f-feab-4c13-b3f3-091b574a0d46","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717155,"lastUpdatedOn":1723464717155,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]},{"parcelId":"debd9339-4449-4e72-a0d2-8d0c708c5cb4","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717155,"lastUpdatedOn":1723464717155,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"6bdcc694-25aa-43e9-a39b-5f764c756070","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717714,"lastUpdatedOn":1723464717714,"payload":{"name":"TF_TEST","description":"Terraform integration test"},"subparcels":[{"parcelId":"debd9339-4449-4e72-a0d2-8d0c708c5cb4","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717155,"lastUpdatedOn":1723464717155,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"c247a32f-feab-4c13-b3f3-091b574a0d46","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717155,"lastUpdatedOn":1723464717155,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]}]}]} +2024/08/12 12:58:05 [DEBUG] Exit from Do method +2024-08-12T12:58:05.678+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=2df9dee8-fa22-7ee5-7631-7ccabffd0699 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:58:05.678+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile tf_req_id=2df9dee8-fa22-7ee5-7631-7ccabffd0699 tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.678+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=name tf_resource_type=sdwan_transport_feature_profile tf_req_id=2df9dee8-fa22-7ee5-7631-7ccabffd0699 +2024-08-12T12:58:05.678+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_req_id=2df9dee8-fa22-7ee5-7631-7ccabffd0699 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ReadResource +2024-08-12T12:58:05.689+0100 [DEBUG] sdwan: "TF_TEST_2": Beginning Read: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024/08/12 12:58:05 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/tracker/c247a32f-feab-4c13-b3f3-091b574a0d46, {} +2024-08-12T12:58:05.689+0100 [DEBUG] sdwan: "TF_TEST_1": Beginning Read: tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:05 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/tracker/debd9339-4449-4e72-a0d2-8d0c708c5cb4, {} +2024/08/12 12:58:05 [DEBUG] HTTP Response: {"parcelId":"c247a32f-feab-4c13-b3f3-091b574a0d46","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717155,"lastUpdatedOn":1723464717155,"payload":{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:05 [DEBUG] Exit from Do method +2024-08-12T12:58:05.741+0100 [DEBUG] sdwan: TF_TEST_2: Read finished successfully: tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.742+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=id tf_rpc=ReadResource +2024-08-12T12:58:05.760+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_api_url +2024-08-12T12:58:05.760+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=interval +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=threshold tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_type tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_ip tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_dns_name tf_rpc=ReadResource +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_attribute_path=description +2024-08-12T12:58:05.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=4c2e2e4b-f0a4-a06b-b9e5-1cda1fe780eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:58:05 [DEBUG] HTTP Response: {"parcelId":"debd9339-4449-4e72-a0d2-8d0c708c5cb4","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717155,"lastUpdatedOn":1723464717155,"payload":{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:05 [DEBUG] Exit from Do method +2024-08-12T12:58:05.778+0100 [DEBUG] sdwan: TF_TEST_1: Read finished successfully: tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=version tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=interval tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=threshold tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=multiplier +2024-08-12T12:58:05.778+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=id tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.779+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id +2024-08-12T12:58:05.779+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.779+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=description +2024-08-12T12:58:05.779+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_ip +2024-08-12T12:58:05.779+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_attribute_path=tracker_type +2024-08-12T12:58:05.779+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=b22816c5-30ef-0eb4-59f1-5f0847f88009 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name +2024-08-12T12:58:05.787+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc +2024/08/12 12:58:05 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/trackergroup/6bdcc694-25aa-43e9-a39b-5f764c756070, {} +2024/08/12 12:58:05 [DEBUG] HTTP Response: {"parcelId":"6bdcc694-25aa-43e9-a39b-5f764c756070","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717714,"lastUpdatedOn":1723464717714,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"debd9339-4449-4e72-a0d2-8d0c708c5cb4"}}},{"trackerRef":{"refId":{"optionType":"global","value":"c247a32f-feab-4c13-b3f3-091b574a0d46"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:05 [DEBUG] Exit from Do method +2024-08-12T12:58:05.831+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:05.831+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name +2024-08-12T12:58:05.831+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description +2024-08-12T12:58:05.831+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[0].tracker_id tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0] +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1].tracker_id +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1] +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_boolean tf_rpc=ReadResource +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=id tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.832+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4b62dae9-6817-b642-a5d3-8c43394b52dc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:05.840+0100 [DEBUG] sdwan: "6bdcc694-25aa-43e9-a39b-5f764c756070": Beginning Read: tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=29ad23e6-8258-459d-7125-32f1c0db7e1e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024/08/12 12:58:05 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/trackergroup/6bdcc694-25aa-43e9-a39b-5f764c756070, {} +2024/08/12 12:58:05 [DEBUG] HTTP Response: {"parcelId":"6bdcc694-25aa-43e9-a39b-5f764c756070","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464717714,"lastUpdatedOn":1723464717714,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"debd9339-4449-4e72-a0d2-8d0c708c5cb4"}}},{"trackerRef":{"refId":{"optionType":"global","value":"c247a32f-feab-4c13-b3f3-091b574a0d46"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:05 [DEBUG] Exit from Do method +2024-08-12T12:58:05.883+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=29ad23e6-8258-459d-7125-32f1c0db7e1e tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.883+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_req_id=29ad23e6-8258-459d-7125-32f1c0db7e1e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:05.883+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_data_source_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=29ad23e6-8258-459d-7125-32f1c0db7e1e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id tf_rpc=ReadDataSource +2024-08-12T12:58:05.905+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:05.906+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:05.906+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:05.906+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:05.907+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:06.042+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:06.042+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:06.042+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:06.042+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:06.042+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 +2024-08-12T12:58:06.043+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 +2024-08-12T12:58:06.172+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:06.173+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:06.173+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:06.173+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:06.174+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:06.540+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=5f3b35d8-8704-90f3-f412-67f914dcfd20 +2024/08/12 12:58:07 [DEBUG] Authentication successful +2024/08/12 12:58:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/trackergroup/6bdcc694-25aa-43e9-a39b-5f764c756070, {} +2024/08/12 12:58:07 [DEBUG] HTTP Response: +2024/08/12 12:58:07 [DEBUG] Exit from Do method +2024-08-12T12:58:07.174+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=5f3b35d8-8704-90f3-f412-67f914dcfd20 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:07.219+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Delete: tf_req_id=db8659b3-2a0f-0164-3e6d-43ddcaa037e9 tf_resource_type=sdwan_transport_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:07.219+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=f016b0cd-32fe-8be8-f389-f8fdecec3823 +2024/08/12 12:58:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/tracker/c247a32f-feab-4c13-b3f3-091b574a0d46, {} +2024/08/12 12:58:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe/tracker/debd9339-4449-4e72-a0d2-8d0c708c5cb4, {} +2024/08/12 12:58:07 [DEBUG] HTTP Response: +2024/08/12 12:58:07 [DEBUG] Exit from Do method +2024-08-12T12:58:07.300+0100 [DEBUG] sdwan: TF_TEST_2: Delete finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=f016b0cd-32fe-8be8-f389-f8fdecec3823 +2024/08/12 12:58:07 [DEBUG] HTTP Response: +2024/08/12 12:58:07 [DEBUG] Exit from Do method +2024-08-12T12:58:07.378+0100 [DEBUG] sdwan: TF_TEST_1: Delete finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=db8659b3-2a0f-0164-3e6d-43ddcaa037e9 tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:07.402+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_req_id=e1d6e1ec-3bc0-5140-5de9-e90330524fde tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024/08/12 12:58:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/f3510695-5d32-41bb-b1b4-11f7c44569fe, {} +2024/08/12 12:58:07 [DEBUG] HTTP Response: +2024/08/12 12:58:07 [DEBUG] Exit from Do method +2024-08-12T12:58:07.452+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=e1d6e1ec-3bc0-5140-5de9-e90330524fde tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:58:07.502+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest789583093 test_step_number=1 test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:07.504+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccDataSourceSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:07.504+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:07.504+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:07.504+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:07.504+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:07.576+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:07.576+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:07.576+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.577+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:07.615+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 +2024-08-12T12:58:07.616+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 +2024-08-12T12:58:07.616+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:07.616+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:07.616+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:07.616+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:07.616+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:07.617+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:07.987+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=218f58ac-5438-1aae-cc47-c9565205a85c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.987+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_req_id=218f58ac-5438-1aae-cc47-c9565205a85c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.991+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=43181919-ee94-1249-7838-c0c4ac4d3302 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.992+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=96e8a04f-6e68-7b1e-82f1-31fdf1d98798 +2024-08-12T12:58:07.992+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=96e8a04f-6e68-7b1e-82f1-31fdf1d98798 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:07.992+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=43181919-ee94-1249-7838-c0c4ac4d3302 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:58:07.992+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=43181919-ee94-1249-7838-c0c4ac4d3302 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.992+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=96e8a04f-6e68-7b1e-82f1-31fdf1d98798 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:07.997+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_req_id=4ad3a566-9a8b-fff6-0949-f6ea3643df86 tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.997+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_req_id=4ad3a566-9a8b-fff6-0949-f6ea3643df86 tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:07.997+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_req_id=4ad3a566-9a8b-fff6-0949-f6ea3643df86 +2024-08-12T12:58:08.156+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:08.157+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:08.157+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:08.157+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:08.157+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:08.382+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_transport_feature_profile tf_req_id=fddfda75-9a23-588d-0b5a-f6bcd695c892 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:08.382+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=fddfda75-9a23-588d-0b5a-f6bcd695c892 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:08.383+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=8e5538db-5505-72d4-72c6-b68bf69dadc3 +2024/08/12 12:58:08 [DEBUG] Authentication successful +2024/08/12 12:58:08 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 12:58:09 [DEBUG] HTTP Response: {"id": "02e11721-669b-42e2-a700-84633ee88204"} +2024/08/12 12:58:09 [DEBUG] Exit from Do method +2024-08-12T12:58:09.247+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_req_id=8e5538db-5505-72d4-72c6-b68bf69dadc3 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:58:09.248+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_req_id=8e5538db-5505-72d4-72c6-b68bf69dadc3 tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.248+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=8e5538db-5505-72d4-72c6-b68bf69dadc3 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description +2024-08-12T12:58:09.280+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=cd80f866-2553-2c8d-73eb-d072b690f03a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.280+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=7f8d5cef-8c72-8fd0-f5d8-b7f3e3c60a14 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:09.280+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_req_id=cd80f866-2553-2c8d-73eb-d072b690f03a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.280+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=cd80f866-2553-2c8d-73eb-d072b690f03a tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:09.280+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=7f8d5cef-8c72-8fd0-f5d8-b7f3e3c60a14 tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:09.280+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=7f8d5cef-8c72-8fd0-f5d8-b7f3e3c60a14 tf_attribute_path="AttributeName(\"version\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:09.285+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.285+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Create: tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:09 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/tracker, {{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:09 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/tracker, {{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:09 [DEBUG] HTTP Response: {"parcelId": "a8d94710-4772-40ec-b873-774e73909910"} +2024/08/12 12:58:09 [DEBUG] Exit from Do method +2024-08-12T12:58:09.704+0100 [DEBUG] sdwan: TF_TEST_2: Create finished successfully: tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:09.705+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_dns_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.705+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=interval +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=tracker_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=threshold tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=tracker_type tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d +2024-08-12T12:58:09.706+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_tracker_type tf_resource_type=sdwan_transport_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d +2024-08-12T12:58:09.707+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d +2024-08-12T12:58:09.707+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_ip +2024-08-12T12:58:09.707+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=06aec3b3-39c3-0b3f-759c-e3d53389022d tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_api_url tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:09 [DEBUG] HTTP Response: {"parcelId": "6755e1ee-9b6f-417f-a5e7-26d4fce3e224"} +2024/08/12 12:58:09 [DEBUG] Exit from Do method +2024-08-12T12:58:09.761+0100 [DEBUG] sdwan: TF_TEST_1: Create finished successfully: tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.761+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_attribute_path=multiplier tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_attribute_path=endpoint_ip tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_attribute_path=threshold +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_type tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_attribute_path=endpoint_api_url tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=description +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_attribute_path=interval +2024-08-12T12:58:09.762+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=cd6d9c7a-fb5b-15fb-f78e-39428b14cada tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=endpoint_dns_name +2024-08-12T12:58:09.791+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=8254a716-b68a-62c9-ecde-eb5ce1b987d9 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:09.792+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"version\")" tf_req_id=8254a716-b68a-62c9-ecde-eb5ce1b987d9 +2024-08-12T12:58:09.792+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=8254a716-b68a-62c9-ecde-eb5ce1b987d9 +2024-08-12T12:58:09.795+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b +2024/08/12 12:58:09 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/trackergroup, {{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"6755e1ee-9b6f-417f-a5e7-26d4fce3e224"}}},{"trackerRef":{"refId":{"optionType":"global","value":"a8d94710-4772-40ec-b873-774e73909910"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:10 [DEBUG] HTTP Response: {"parcelId": "f2c52be4-4737-4e02-ad83-e0c926c0c4c1"} +2024/08/12 12:58:10 [DEBUG] Exit from Do method +2024-08-12T12:58:10.321+0100 [DEBUG] sdwan: TF_TEST_ALL: Create finished successfully: tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:10.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b +2024-08-12T12:58:10.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b +2024-08-12T12:58:10.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_attribute_path=feature_profile_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[0].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b +2024-08-12T12:58:10.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_attribute_path=tracker_elements[0] tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_attribute_path=tracker_elements[1].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_attribute_path=tracker_elements[1] tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_attribute_path=tracker_elements tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:10.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=08eeb979-46b0-a99c-76a8-8c1dd37cbf6b tf_attribute_path=tracker_boolean tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:10.380+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:10.380+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.381+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:10.381+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:10.382+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 +2024-08-12T12:58:10.525+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:10.525+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:10.525+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:10.525+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.525+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:10.526+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.839+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:10.839+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:10.839+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:10.839+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:10.840+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 +2024-08-12T12:58:10.966+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:10.967+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:10.967+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:10.967+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:10.967+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.251+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=f26e9a2d-d471-9669-ef38-3a610c44dab1 tf_resource_type=sdwan_transport_feature_profile +2024/08/12 12:58:11 [DEBUG] Authentication successful +2024/08/12 12:58:11 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204, {} +2024/08/12 12:58:11 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3064,"solution":"sdwan","profileType":"transport","createdBy":"admin","profileId":"02e11721-669b-42e2-a700-84633ee88204","description":"Terraform test","lastUpdatedOn":1723464724876,"createdOn":1723464723625,"associatedProfileParcels":[{"parcelId":"a8d94710-4772-40ec-b873-774e73909910","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724028,"lastUpdatedOn":1723464724028,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]},{"parcelId":"6755e1ee-9b6f-417f-a5e7-26d4fce3e224","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724092,"lastUpdatedOn":1723464724092,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"f2c52be4-4737-4e02-ad83-e0c926c0c4c1","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724573,"lastUpdatedOn":1723464724573,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test"},"subparcels":[{"parcelId":"6755e1ee-9b6f-417f-a5e7-26d4fce3e224","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724092,"lastUpdatedOn":1723464724092,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"a8d94710-4772-40ec-b873-774e73909910","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724028,"lastUpdatedOn":1723464724028,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]}]}]} +2024/08/12 12:58:11 [DEBUG] Exit from Do method +2024-08-12T12:58:11.865+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadResource tf_req_id=f26e9a2d-d471-9669-ef38-3a610c44dab1 tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.865+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=id tf_resource_type=sdwan_transport_feature_profile tf_req_id=f26e9a2d-d471-9669-ef38-3a610c44dab1 +2024-08-12T12:58:11.865+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_req_id=f26e9a2d-d471-9669-ef38-3a610c44dab1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name tf_rpc=ReadResource +2024-08-12T12:58:11.865+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile tf_req_id=f26e9a2d-d471-9669-ef38-3a610c44dab1 tf_attribute_path=description +2024-08-12T12:58:11.875+0100 [DEBUG] sdwan: "TF_TEST_1": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb +2024-08-12T12:58:11.876+0100 [DEBUG] sdwan: "TF_TEST_2": Beginning Read: tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:11 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/tracker/6755e1ee-9b6f-417f-a5e7-26d4fce3e224, {} +2024/08/12 12:58:11 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/tracker/a8d94710-4772-40ec-b873-774e73909910, {} +2024/08/12 12:58:11 [DEBUG] HTTP Response: {"parcelId":"6755e1ee-9b6f-417f-a5e7-26d4fce3e224","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724092,"lastUpdatedOn":1723464724092,"payload":{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:11 [DEBUG] Exit from Do method +2024-08-12T12:58:11.919+0100 [DEBUG] sdwan: TF_TEST_1: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb +2024-08-12T12:58:11.919+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=endpoint_tracker_type +2024-08-12T12:58:11.919+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_rpc=ReadResource +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=multiplier tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=tracker_name +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=interval +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_attribute_path=endpoint_dns_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=id tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_attribute_path=endpoint_ip tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_type tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_rpc=ReadResource tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb +2024-08-12T12:58:11.920+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=threshold tf_rpc=ReadResource +2024-08-12T12:58:11.921+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_req_id=7e6a5392-ad8e-8007-07ed-1e16320cddeb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource +2024/08/12 12:58:11 [DEBUG] HTTP Response: {"parcelId":"a8d94710-4772-40ec-b873-774e73909910","parcelType":"tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724028,"lastUpdatedOn":1723464724028,"payload":{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"1.2.3.4"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:11 [DEBUG] Exit from Do method +2024-08-12T12:58:11.961+0100 [DEBUG] sdwan: TF_TEST_2: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.962+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_attribute_path=id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.963+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_attribute_path=endpoint_dns_name tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:11.963+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=multiplier +2024-08-12T12:58:11.963+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_attribute_path=threshold +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_profile_parcel tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_type +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=interval +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=name +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=endpoint_ip tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e +2024-08-12T12:58:11.964+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_tracker_type tf_rpc=ReadResource tf_req_id=6f439ad2-e6f7-4f2a-1d22-0e632e15f19e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:11.976+0100 [DEBUG] sdwan: "TF_TEST_ALL": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f +2024/08/12 12:58:11 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/trackergroup/f2c52be4-4737-4e02-ad83-e0c926c0c4c1, {} +2024/08/12 12:58:12 [DEBUG] HTTP Response: {"parcelId":"f2c52be4-4737-4e02-ad83-e0c926c0c4c1","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464724573,"lastUpdatedOn":1723464724573,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"6755e1ee-9b6f-417f-a5e7-26d4fce3e224"}}},{"trackerRef":{"refId":{"optionType":"global","value":"a8d94710-4772-40ec-b873-774e73909910"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:12 [DEBUG] Exit from Do method +2024-08-12T12:58:12.020+0100 [DEBUG] sdwan: TF_TEST_ALL: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=description tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=feature_profile_id tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0].tracker_id tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0] tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1].tracker_id tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1] tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_elements +2024-08-12T12:58:12.020+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=tracker_boolean tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.021+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_attribute_path=id +2024-08-12T12:58:12.021+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.021+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=b2ad88fc-eda9-2dd4-918c-d6b33b85084f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=name +2024-08-12T12:58:12.041+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.041+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.041+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.041+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.042+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.181+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.182+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.182+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:12.182+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:12.182+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.183+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.316+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.317+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:12.317+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanTransportTrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 +2024-08-12T12:58:12.317+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:12.317+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 +2024-08-12T12:58:12.685+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Delete: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=9a554ac3-67cc-2f30-a668-3394f18052c6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:58:13 [DEBUG] Authentication successful +2024/08/12 12:58:13 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/trackergroup/f2c52be4-4737-4e02-ad83-e0c926c0c4c1, {} +2024/08/12 12:58:13 [DEBUG] HTTP Response: +2024/08/12 12:58:13 [DEBUG] Exit from Do method +2024-08-12T12:58:13.320+0100 [DEBUG] sdwan: TF_TEST_ALL: Delete finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_group_profile_parcel tf_req_id=9a554ac3-67cc-2f30-a668-3394f18052c6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:13.346+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Delete: tf_rpc=ApplyResourceChange tf_req_id=414c9e0c-89aa-c3ea-f74f-005217e17d96 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:13 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/tracker/6755e1ee-9b6f-417f-a5e7-26d4fce3e224, {} +2024-08-12T12:58:13.346+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel tf_req_id=dea8ac33-0811-7ae7-8c56-28e993914929 +2024/08/12 12:58:13 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204/tracker/a8d94710-4772-40ec-b873-774e73909910, {} +2024/08/12 12:58:13 [DEBUG] HTTP Response: +2024/08/12 12:58:13 [DEBUG] Exit from Do method +2024-08-12T12:58:13.424+0100 [DEBUG] sdwan: TF_TEST_1: Delete finished successfully: tf_rpc=ApplyResourceChange tf_req_id=414c9e0c-89aa-c3ea-f74f-005217e17d96 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_tracker_profile_parcel +2024/08/12 12:58:13 [DEBUG] HTTP Response: +2024/08/12 12:58:13 [DEBUG] Exit from Do method +2024-08-12T12:58:13.507+0100 [DEBUG] sdwan: TF_TEST_2: Delete finished successfully: tf_req_id=dea8ac33-0811-7ae7-8c56-28e993914929 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_tracker_profile_parcel +2024-08-12T12:58:13.531+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=70730076-c632-4559-546e-8e2058e64c77 +2024/08/12 12:58:13 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/02e11721-669b-42e2-a700-84633ee88204, {} +2024/08/12 12:58:13 [DEBUG] HTTP Response: +2024/08/12 12:58:13 [DEBUG] Exit from Do method +2024-08-12T12:58:13.581+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=70730076-c632-4559-546e-8e2058e64c77 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:13.628+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest4267083412 test_name=TestAccSdwanTransportTrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_step_number=1 +2024-08-12T12:58:13.630+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccSdwanTransportTrackerGroupProfileParcel +2024-08-12T12:58:55.147+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:58:55.147+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:58:55.147+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:58:55.148+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:55.227+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.227+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.227+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.228+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:55.268+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:58:55.268+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:55.269+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:58:55.269+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:58:55.269+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 +2024-08-12T12:58:55.269+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.269+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.270+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:55.638+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=7d41dd0f-6b09-982e-67e8-c962c5d83347 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:58:55.638+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_req_id=7d41dd0f-6b09-982e-67e8-c962c5d83347 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.641+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=b9842b7c-64a2-8e1a-f76c-4fa15038c752 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.641+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=9bb16686-a050-b9d0-97b5-5ecb7d108d0e tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=PlanResourceChange +2024-08-12T12:58:55.641+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=b9842b7c-64a2-8e1a-f76c-4fa15038c752 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"version\")" tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:58:55.641+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=b9842b7c-64a2-8e1a-f76c-4fa15038c752 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:55.641+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=9bb16686-a050-b9d0-97b5-5ecb7d108d0e +2024-08-12T12:58:55.641+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=9bb16686-a050-b9d0-97b5-5ecb7d108d0e tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:58:55.644+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=a392e4aa-21be-4b96-a1c2-6290dc1bc0b6 tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.645+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=a392e4aa-21be-4b96-a1c2-6290dc1bc0b6 tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:58:55.645+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=a392e4aa-21be-4b96-a1c2-6290dc1bc0b6 +2024-08-12T12:58:55.795+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 +2024-08-12T12:58:55.796+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 +2024-08-12T12:58:55.796+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:55.796+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:55.796+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:56.014+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=2cebfb81-cf91-6b93-9e5f-bed79622b9c0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:56.014+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_transport_feature_profile tf_req_id=2cebfb81-cf91-6b93-9e5f-bed79622b9c0 +2024-08-12T12:58:56.016+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=aecebe61-6324-f62c-0244-476df72c2001 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:58:56 [DEBUG] Authentication successful +2024/08/12 12:58:56 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 12:58:56 [DEBUG] HTTP Response: {"id": "07496e8b-860c-446d-bf11-c8e8e87d0cb2"} +2024/08/12 12:58:56 [DEBUG] Exit from Do method +2024-08-12T12:58:56.821+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_resource_type=sdwan_transport_feature_profile tf_req_id=aecebe61-6324-f62c-0244-476df72c2001 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:56.822+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=aecebe61-6324-f62c-0244-476df72c2001 tf_attribute_path=name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:58:56.822+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=aecebe61-6324-f62c-0244-476df72c2001 tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:58:56.863+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=c373d23f-2395-66dd-364e-0aebb4e94602 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:56.863+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=d34687fb-935e-a738-73d8-f3c8af8feb71 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:56.863+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=d34687fb-935e-a738-73d8-f3c8af8feb71 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:56.863+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=c373d23f-2395-66dd-364e-0aebb4e94602 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:56.863+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" tf_req_id=d34687fb-935e-a738-73d8-f3c8af8feb71 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T12:58:56.863+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=c373d23f-2395-66dd-364e-0aebb4e94602 +2024-08-12T12:58:56.866+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Create: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:58:56.866+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Create: tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024/08/12 12:58:56 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-tracker, {{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:56 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-tracker, {{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:58:57 [DEBUG] HTTP Response: {"parcelId": "0cbc90fa-0304-48bc-ac4b-27131ad074e7"} +2024/08/12 12:58:57 [DEBUG] Exit from Do method +2024-08-12T12:58:57.351+0100 [DEBUG] sdwan: TF_TEST_1: Create finished successfully: tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=multiplier +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_attribute_path=tracker_name tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_dns_name +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_attribute_path=interval +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_attribute_path=name +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_api_url +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_ip tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c +2024-08-12T12:58:57.351+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_tracker_type tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:58:57.352+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=threshold tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c +2024-08-12T12:58:57.352+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_attribute_path=feature_profile_id tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:58:57.352+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=441fe2c3-9093-8a56-a623-8a8f5bfa348c tf_attribute_path=tracker_type tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:58:57 [DEBUG] HTTP Response: {"parcelId": "30750526-f23c-43cf-a5aa-74dcab4c9797"} +2024/08/12 12:58:57 [DEBUG] Exit from Do method +2024-08-12T12:58:57.372+0100 [DEBUG] sdwan: TF_TEST_2: Create finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:57.373+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=tracker_type tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 +2024-08-12T12:58:57.373+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 +2024-08-12T12:58:57.373+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ApplyResourceChange +2024-08-12T12:58:57.373+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_api_url tf_rpc=ApplyResourceChange +2024-08-12T12:58:57.373+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_ip tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:58:57.373+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_attribute_path=multiplier tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:57.374+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_attribute_path=endpoint_tracker_type +2024-08-12T12:58:57.374+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_attribute_path=interval +2024-08-12T12:58:57.375+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:57.375+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=tracker_name +2024-08-12T12:58:57.375+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:57.375+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=6c5a0d99-6878-c741-bdeb-a3d5a49452b7 tf_attribute_path=threshold tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:58:57.399+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=c733e5aa-d02b-dbfb-318b-93b5fb0e3194 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:58:57.399+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=c733e5aa-d02b-dbfb-318b-93b5fb0e3194 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:58:57.399+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=c733e5aa-d02b-dbfb-318b-93b5fb0e3194 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:58:57.401+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024/08/12 12:58:57 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-trackergroup, {{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"0cbc90fa-0304-48bc-ac4b-27131ad074e7"}}},{"trackerRef":{"refId":{"optionType":"global","value":"30750526-f23c-43cf-a5aa-74dcab4c9797"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:58 [DEBUG] HTTP Response: {"parcelId": "90dd0799-04a6-4288-a7f2-5f4725e9523a"} +2024/08/12 12:58:58 [DEBUG] Exit from Do method +2024-08-12T12:58:58.041+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:58:58.044+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=name +2024-08-12T12:58:58.044+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_name tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.044+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=feature_profile_id tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d +2024-08-12T12:58:58.044+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ApplyResourceChange tf_attribute_path=tracker_boolean tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.044+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=description tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.044+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_attribute_path=tracker_elements[0].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.045+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[0] tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d +2024-08-12T12:58:58.045+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[1].tracker_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d +2024-08-12T12:58:58.045+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_attribute_path=tracker_elements[1] +2024-08-12T12:58:58.045+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ApplyResourceChange tf_req_id=98d6731f-0390-9f0d-d34e-5696a772621d tf_attribute_path=tracker_elements +2024-08-12T12:58:58.072+0100 [DEBUG] sdwan: "90dd0799-04a6-4288-a7f2-5f4725e9523a": Beginning Read: tf_req_id=3d329432-b2b3-8741-ac82-5f88af3e6a75 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024/08/12 12:58:58 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-trackergroup/90dd0799-04a6-4288-a7f2-5f4725e9523a, {} +2024/08/12 12:58:58 [DEBUG] HTTP Response: {"parcelId":"90dd0799-04a6-4288-a7f2-5f4725e9523a","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464772249,"lastUpdatedOn":1723464772249,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"0cbc90fa-0304-48bc-ac4b-27131ad074e7"}}},{"trackerRef":{"refId":{"optionType":"global","value":"30750526-f23c-43cf-a5aa-74dcab4c9797"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:58 [DEBUG] Exit from Do method +2024-08-12T12:58:58.117+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=3d329432-b2b3-8741-ac82-5f88af3e6a75 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:58:58.118+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=feature_profile_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=3d329432-b2b3-8741-ac82-5f88af3e6a75 +2024-08-12T12:58:58.118+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=3d329432-b2b3-8741-ac82-5f88af3e6a75 tf_rpc=ReadDataSource tf_attribute_path=id +2024-08-12T12:58:58.171+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 +2024-08-12T12:58:58.172+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.172+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:58.172+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.174+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:58.316+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 +2024-08-12T12:58:58.317+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:58:58.317+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:58:58.317+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:58:58.317+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:58.317+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:58:58.617+0100 [DEBUG] sdwan: "90dd0799-04a6-4288-a7f2-5f4725e9523a": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=f74a7251-38f6-4a1f-e7ad-7dac90f59a98 +2024/08/12 12:58:59 [DEBUG] Authentication successful +2024/08/12 12:58:59 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-trackergroup/90dd0799-04a6-4288-a7f2-5f4725e9523a, {} +2024/08/12 12:58:59 [DEBUG] HTTP Response: {"parcelId":"90dd0799-04a6-4288-a7f2-5f4725e9523a","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464772249,"lastUpdatedOn":1723464772249,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"0cbc90fa-0304-48bc-ac4b-27131ad074e7"}}},{"trackerRef":{"refId":{"optionType":"global","value":"30750526-f23c-43cf-a5aa-74dcab4c9797"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:58:59 [DEBUG] Exit from Do method +2024-08-12T12:58:59.137+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=f74a7251-38f6-4a1f-e7ad-7dac90f59a98 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.138+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=f74a7251-38f6-4a1f-e7ad-7dac90f59a98 tf_rpc=ReadDataSource tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=id +2024-08-12T12:58:59.138+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=feature_profile_id tf_req_id=f74a7251-38f6-4a1f-e7ad-7dac90f59a98 tf_rpc=ReadDataSource tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:58:59.155+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 +2024-08-12T12:58:59.156+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.156+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.156+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.157+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.309+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 +2024-08-12T12:58:59.309+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:58:59.309+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:58:59.310+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.310+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:58:59.643+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=232cfcd2-bb60-bbf3-fd36-aa50d2f92534 tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile +2024/08/12 12:59:00 [DEBUG] Authentication successful +2024/08/12 12:59:00 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2, {} +2024/08/12 12:59:00 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3073,"solution":"sdwan","profileType":"transport","createdBy":"admin","profileId":"07496e8b-860c-446d-bf11-c8e8e87d0cb2","description":"Terraform test","lastUpdatedOn":1723464772557,"createdOn":1723464771167,"associatedProfileParcels":[{"parcelId":"0cbc90fa-0304-48bc-ac4b-27131ad074e7","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464771656,"lastUpdatedOn":1723464771656,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"30750526-f23c-43cf-a5aa-74dcab4c9797","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464771670,"lastUpdatedOn":1723464771670,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]},{"parcelId":"90dd0799-04a6-4288-a7f2-5f4725e9523a","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464772249,"lastUpdatedOn":1723464772249,"payload":{"name":"TF_TEST","description":"Terraform integration test"},"subparcels":[{"parcelId":"0cbc90fa-0304-48bc-ac4b-27131ad074e7","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464771656,"lastUpdatedOn":1723464771656,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"30750526-f23c-43cf-a5aa-74dcab4c9797","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464771670,"lastUpdatedOn":1723464771670,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]}]}]} +2024/08/12 12:59:00 [DEBUG] Exit from Do method +2024-08-12T12:59:00.273+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=232cfcd2-bb60-bbf3-fd36-aa50d2f92534 tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.273+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=232cfcd2-bb60-bbf3-fd36-aa50d2f92534 tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:59:00.273+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=232cfcd2-bb60-bbf3-fd36-aa50d2f92534 tf_rpc=ReadResource tf_attribute_path=description +2024-08-12T12:59:00.273+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=id tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=232cfcd2-bb60-bbf3-fd36-aa50d2f92534 +2024-08-12T12:59:00.279+0100 [DEBUG] sdwan: "TF_TEST_2": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024/08/12 12:59:00 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-tracker/30750526-f23c-43cf-a5aa-74dcab4c9797, {} +2024-08-12T12:59:00.279+0100 [DEBUG] sdwan: "TF_TEST_1": Beginning Read: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024/08/12 12:59:00 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-tracker/0cbc90fa-0304-48bc-ac4b-27131ad074e7, {} +2024/08/12 12:59:00 [DEBUG] HTTP Response: {"parcelId":"30750526-f23c-43cf-a5aa-74dcab4c9797","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464771670,"lastUpdatedOn":1723464771670,"payload":{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:59:00 [DEBUG] Exit from Do method +2024-08-12T12:59:00.321+0100 [DEBUG] sdwan: TF_TEST_2: Read finished successfully: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_dns_name tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_attribute_path=tracker_type tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=threshold +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_ip tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_tracker_type +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version tf_rpc=ReadResource +2024-08-12T12:59:00.322+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 +2024-08-12T12:59:00.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 +2024-08-12T12:59:00.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 +2024-08-12T12:59:00.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=interval tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.323+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_name tf_req_id=78902921-2284-6f72-cab1-b14f486fa717 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024/08/12 12:59:00 [DEBUG] HTTP Response: {"parcelId":"0cbc90fa-0304-48bc-ac4b-27131ad074e7","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464771656,"lastUpdatedOn":1723464771656,"payload":{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:59:00 [DEBUG] Exit from Do method +2024-08-12T12:59:00.362+0100 [DEBUG] sdwan: TF_TEST_1: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=version tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_type tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=threshold tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=interval tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=multiplier tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=tracker_name tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=endpoint_api_url tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_ip tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=name +2024-08-12T12:59:00.362+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=description tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.363+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_dns_name tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.363+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.363+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=id tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.363+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=8dbbba2e-d954-6697-4b0e-b974e763ec4c tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type +2024-08-12T12:59:00.369+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_rpc=ReadResource tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024/08/12 12:59:00 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-trackergroup/90dd0799-04a6-4288-a7f2-5f4725e9523a, {} +2024/08/12 12:59:00 [DEBUG] HTTP Response: {"parcelId":"90dd0799-04a6-4288-a7f2-5f4725e9523a","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464772249,"lastUpdatedOn":1723464772249,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"0cbc90fa-0304-48bc-ac4b-27131ad074e7"}}},{"trackerRef":{"refId":{"optionType":"global","value":"30750526-f23c-43cf-a5aa-74dcab4c9797"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:59:00 [DEBUG] Exit from Do method +2024-08-12T12:59:00.414+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ReadResource +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=tracker_boolean +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=version tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_name +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=name +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0].tracker_id tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0] tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1].tracker_id tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1] +2024-08-12T12:59:00.414+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements tf_req_id=0e4e33c2-28c7-d1e4-5546-32d6cb3bf8eb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:00.418+0100 [DEBUG] sdwan: "90dd0799-04a6-4288-a7f2-5f4725e9523a": Beginning Read: tf_req_id=bb4534f4-6ae2-4b00-3005-aa816dd2d81a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024/08/12 12:59:00 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-trackergroup/90dd0799-04a6-4288-a7f2-5f4725e9523a, {} +2024/08/12 12:59:00 [DEBUG] HTTP Response: {"parcelId":"90dd0799-04a6-4288-a7f2-5f4725e9523a","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464772249,"lastUpdatedOn":1723464772249,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"0cbc90fa-0304-48bc-ac4b-27131ad074e7"}}},{"trackerRef":{"refId":{"optionType":"global","value":"30750526-f23c-43cf-a5aa-74dcab4c9797"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:59:00 [DEBUG] Exit from Do method +2024-08-12T12:59:00.460+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=bb4534f4-6ae2-4b00-3005-aa816dd2d81a +2024-08-12T12:59:00.461+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadDataSource tf_attribute_path=id tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=bb4534f4-6ae2-4b00-3005-aa816dd2d81a tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.461+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_data_source_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=bb4534f4-6ae2-4b00-3005-aa816dd2d81a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_attribute_path=feature_profile_id +2024-08-12T12:59:00.470+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:00.470+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:00.471+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.471+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:59:00.471+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:00.601+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 +2024-08-12T12:59:00.601+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:00.602+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.602+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.602+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.602+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:00.732+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:00.732+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.732+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:00.732+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:00.733+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:01.098+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=9d72f1f7-e0b7-dbba-a81f-017da76b608d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:59:01 [DEBUG] Authentication successful +2024/08/12 12:59:01 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-trackergroup/90dd0799-04a6-4288-a7f2-5f4725e9523a, {} +2024/08/12 12:59:01 [DEBUG] HTTP Response: +2024/08/12 12:59:01 [DEBUG] Exit from Do method +2024-08-12T12:59:01.700+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=9d72f1f7-e0b7-dbba-a81f-017da76b608d +2024-08-12T12:59:01.723+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=8a4d738a-0b96-c0d1-85a3-e6ea6aad2c59 tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:01.723+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Delete: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=45f0acf7-1a58-07dc-4625-465d0a246865 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:59:01 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-tracker/0cbc90fa-0304-48bc-ac4b-27131ad074e7, {} +2024/08/12 12:59:01 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2/ipv6-tracker/30750526-f23c-43cf-a5aa-74dcab4c9797, {} +2024/08/12 12:59:01 [DEBUG] HTTP Response: +2024/08/12 12:59:01 [DEBUG] Exit from Do method +2024-08-12T12:59:01.813+0100 [DEBUG] sdwan: TF_TEST_1: Delete finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=8a4d738a-0b96-c0d1-85a3-e6ea6aad2c59 +2024/08/12 12:59:01 [DEBUG] HTTP Response: +2024/08/12 12:59:01 [DEBUG] Exit from Do method +2024-08-12T12:59:01.872+0100 [DEBUG] sdwan: TF_TEST_2: Delete finished successfully: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=45f0acf7-1a58-07dc-4625-465d0a246865 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:59:01.893+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_req_id=de4c2ff8-52e4-b12f-dbc4-ba5e92d70f6e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024/08/12 12:59:01 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/07496e8b-860c-446d-bf11-c8e8e87d0cb2, {} +2024/08/12 12:59:01 [DEBUG] HTTP Response: +2024/08/12 12:59:01 [DEBUG] Exit from Do method +2024-08-12T12:59:01.942+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=de4c2ff8-52e4-b12f-dbc4-ba5e92d70f6e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:59:01.985+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3291191391 test_step_number=1 test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:01.987+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccDataSourceSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:01.987+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:01.987+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:01.987+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:01.987+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:02.069+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:02.069+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:02.069+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:02.069+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.110+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:02.111+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:02.111+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:02.112+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:02.112+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.112+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:02.112+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.112+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:02.432+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=71ca6f7f-fec4-98f4-6c9f-6fd922624fbc +2024-08-12T12:59:02.432+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_req_id=71ca6f7f-fec4-98f4-6c9f-6fd922624fbc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:59:02.436+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_req_id=5f14ca8c-877d-1375-8793-ec34747582f5 tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.436+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=dfd87638-6339-4157-e5de-ecf068b32b2b +2024-08-12T12:59:02.436+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=dfd87638-6339-4157-e5de-ecf068b32b2b tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:02.436+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_req_id=5f14ca8c-877d-1375-8793-ec34747582f5 tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.436+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_req_id=5f14ca8c-877d-1375-8793-ec34747582f5 tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:02.436+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=dfd87638-6339-4157-e5de-ecf068b32b2b tf_rpc=PlanResourceChange +2024-08-12T12:59:02.441+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_req_id=917ad2b2-1ae9-e615-0b2c-905618e2a941 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:02.441+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" tf_req_id=917ad2b2-1ae9-e615-0b2c-905618e2a941 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:02.442+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_req_id=917ad2b2-1ae9-e615-0b2c-905618e2a941 +2024-08-12T12:59:02.732+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:02.732+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.732+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.733+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:02.733+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.970+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=160a2644-d290-0d22-83f0-dd7be11bc04d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:02.971+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_feature_profile tf_req_id=160a2644-d290-0d22-83f0-dd7be11bc04d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:59:02.971+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_rpc=ApplyResourceChange tf_req_id=319498df-aaa2-3482-1a0c-12c45f4685b0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_feature_profile +2024/08/12 12:59:03 [DEBUG] Authentication successful +2024/08/12 12:59:03 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 12:59:03 [DEBUG] HTTP Response: {"id": "2f854f06-ed95-47fe-91ba-ae1ed5dcebe0"} +2024/08/12 12:59:03 [DEBUG] Exit from Do method +2024-08-12T12:59:03.824+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_rpc=ApplyResourceChange tf_req_id=319498df-aaa2-3482-1a0c-12c45f4685b0 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:59:03.824+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=319498df-aaa2-3482-1a0c-12c45f4685b0 tf_rpc=ApplyResourceChange tf_attribute_path=name +2024-08-12T12:59:03.824+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=319498df-aaa2-3482-1a0c-12c45f4685b0 tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:03.857+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=e3a6736a-72f5-1aed-fbd6-2a915e78f75f +2024-08-12T12:59:03.857+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=bccbb35e-8cbc-b5b6-97a5-2f28afd47b24 +2024-08-12T12:59:03.857+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=bccbb35e-8cbc-b5b6-97a5-2f28afd47b24 tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"version\")" tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:03.857+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=e3a6736a-72f5-1aed-fbd6-2a915e78f75f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path="AttributeName(\"version\")" +2024-08-12T12:59:03.858+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=e3a6736a-72f5-1aed-fbd6-2a915e78f75f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path="AttributeName(\"id\")" +2024-08-12T12:59:03.858+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"id\")" tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=bccbb35e-8cbc-b5b6-97a5-2f28afd47b24 +2024-08-12T12:59:03.862+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Create: tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:03.863+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Create: tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_rpc=ApplyResourceChange +2024/08/12 12:59:03 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-tracker, {{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:59:03 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-tracker, {{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:59:04 [DEBUG] HTTP Response: {"parcelId": "b3b0238d-6c43-4451-a5e1-8bd1b98b6630"} +2024/08/12 12:59:04 [DEBUG] Exit from Do method +2024-08-12T12:59:04.260+0100 [DEBUG] sdwan: TF_TEST_2: Create finished successfully: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=description tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_attribute_path=endpoint_tracker_type +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=interval tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 +2024-08-12T12:59:04.261+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_attribute_path=endpoint_ip tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:59:04.262+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_attribute_path=tracker_type +2024-08-12T12:59:04.262+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:04.262+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_attribute_path=name +2024-08-12T12:59:04.262+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=threshold tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:04.262+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_api_url tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=9399b8d9-d7a6-e503-7b7d-30e19654ae04 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:59:04 [DEBUG] HTTP Response: {"parcelId": "2eb58f31-bae6-455e-9bf5-2cbacf952ab9"} +2024/08/12 12:59:04 [DEBUG] Exit from Do method +2024-08-12T12:59:04.354+0100 [DEBUG] sdwan: TF_TEST_1: Create finished successfully: tf_rpc=ApplyResourceChange tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:04.356+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=name +2024-08-12T12:59:04.356+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:04.356+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_type tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:04.356+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_attribute_path=interval +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_api_url tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier tf_rpc=ApplyResourceChange +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_name tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_dns_name tf_rpc=ApplyResourceChange +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=endpoint_ip +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=threshold +2024-08-12T12:59:04.357+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_req_id=bf5cb327-1dd5-6c8b-e900-429f51ee93d2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:04.387+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=a23225da-1413-85cd-c973-cd6f3153931a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:04.387+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=a23225da-1413-85cd-c973-cd6f3153931a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"version\")" tf_rpc=PlanResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:04.387+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=a23225da-1413-85cd-c973-cd6f3153931a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange +2024-08-12T12:59:04.391+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Create: tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024/08/12 12:59:04 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-trackergroup, {{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"2eb58f31-bae6-455e-9bf5-2cbacf952ab9"}}},{"trackerRef":{"refId":{"optionType":"global","value":"b3b0238d-6c43-4451-a5e1-8bd1b98b6630"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:59:04 [DEBUG] HTTP Response: {"parcelId": "53be167f-9d6a-49ef-b1db-195370fc28ba"} +2024/08/12 12:59:04 [DEBUG] Exit from Do method +2024-08-12T12:59:04.902+0100 [DEBUG] sdwan: TF_TEST_ALL: Create finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=name tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_attribute_path=tracker_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_boolean +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[0].tracker_id tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements[0] +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_elements[1].tracker_id tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:04.903+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements[1] tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:04.904+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_elements +2024-08-12T12:59:04.904+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=description tf_req_id=4c5b2bfa-dffa-cf5c-a95a-fe69164b21a7 +2024-08-12T12:59:04.957+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:04.957+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:04.957+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:04.957+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:04.958+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.092+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:05.092+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:05.092+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.092+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.092+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.093+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.397+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:05.398+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:05.398+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:05.398+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.398+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.529+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:05.529+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.529+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.529+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:05.530+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:05.820+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_resource_type=sdwan_transport_feature_profile tf_req_id=371bbd2f-0888-39c4-9571-33c4df983311 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024/08/12 12:59:06 [DEBUG] Authentication successful +2024/08/12 12:59:06 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0, {} +2024/08/12 12:59:06 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3083,"solution":"sdwan","profileType":"transport","createdBy":"admin","profileId":"2f854f06-ed95-47fe-91ba-ae1ed5dcebe0","description":"Terraform test","lastUpdatedOn":1723464779471,"createdOn":1723464778207,"associatedProfileParcels":[{"parcelId":"b3b0238d-6c43-4451-a5e1-8bd1b98b6630","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464778602,"lastUpdatedOn":1723464778602,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]},{"parcelId":"2eb58f31-bae6-455e-9bf5-2cbacf952ab9","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464778678,"lastUpdatedOn":1723464778678,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"53be167f-9d6a-49ef-b1db-195370fc28ba","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464779161,"lastUpdatedOn":1723464779161,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test"},"subparcels":[{"parcelId":"2eb58f31-bae6-455e-9bf5-2cbacf952ab9","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464778678,"lastUpdatedOn":1723464778678,"payload":{"name":"TF_TEST_1","description":"Terraform Test"},"subparcels":[]},{"parcelId":"b3b0238d-6c43-4451-a5e1-8bd1b98b6630","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464778602,"lastUpdatedOn":1723464778602,"payload":{"name":"TF_TEST_2","description":"Terraform Test"},"subparcels":[]}]}]} +2024/08/12 12:59:06 [DEBUG] Exit from Do method +2024-08-12T12:59:06.448+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_resource_type=sdwan_transport_feature_profile tf_req_id=371bbd2f-0888-39c4-9571-33c4df983311 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:06.448+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=371bbd2f-0888-39c4-9571-33c4df983311 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile tf_attribute_path=id +2024-08-12T12:59:06.448+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_feature_profile tf_req_id=371bbd2f-0888-39c4-9571-33c4df983311 tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T12:59:06.448+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_feature_profile tf_req_id=371bbd2f-0888-39c4-9571-33c4df983311 +2024-08-12T12:59:06.457+0100 [DEBUG] sdwan: "TF_TEST_1": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024/08/12 12:59:06 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-tracker/2eb58f31-bae6-455e-9bf5-2cbacf952ab9, {} +2024-08-12T12:59:06.458+0100 [DEBUG] sdwan: "TF_TEST_2": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024/08/12 12:59:06 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-tracker/b3b0238d-6c43-4451-a5e1-8bd1b98b6630, {} +2024/08/12 12:59:06 [DEBUG] HTTP Response: {"parcelId":"2eb58f31-bae6-455e-9bf5-2cbacf952ab9","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464778678,"lastUpdatedOn":1723464778678,"payload":{"name":"TF_TEST_1","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:59:06 [DEBUG] Exit from Do method +2024-08-12T12:59:06.504+0100 [DEBUG] sdwan: TF_TEST_1: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=multiplier tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_attribute_path=endpoint_api_url +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_attribute_path=feature_profile_id +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=endpoint_dns_name tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=tracker_type +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=tracker_name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_tracker_type tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_attribute_path=endpoint_ip tf_rpc=ReadResource +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=threshold tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:06.505+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=interval +2024-08-12T12:59:06.506+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4d44532e-b297-0ef4-0085-72da7a565dee tf_attribute_path=version tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:59:06 [DEBUG] HTTP Response: {"parcelId":"b3b0238d-6c43-4451-a5e1-8bd1b98b6630","parcelType":"ipv6-tracker","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464778602,"lastUpdatedOn":1723464778602,"payload":{"name":"TF_TEST_2","description":"Terraform Test","data":{"trackerName":{"optionType":"global","value":"TRACKER_1"},"endpointApiUrl":{"optionType":"global","value":"google.com"},"endpointDnsName":{"optionType":"global","value":"google.com"},"endpointIp":{"optionType":"global","value":"2001:0:0:1::0"},"interval":{"optionType":"global","value":30},"multiplier":{"optionType":"global","value":3},"threshold":{"optionType":"global","value":300},"endpointTrackerType":{"optionType":"global","value":"ipv6-interface"},"trackerType":{"optionType":"global","value":"endpoint"}}}} +2024/08/12 12:59:06 [DEBUG] Exit from Do method +2024-08-12T12:59:06.548+0100 [DEBUG] sdwan: TF_TEST_2: Read finished successfully: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=tracker_name +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_attribute_path=multiplier +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_dns_name +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_attribute_path=endpoint_tracker_type tf_rpc=ReadResource +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T12:59:06.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_attribute_path=endpoint_ip tf_rpc=ReadResource +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=endpoint_api_url tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=threshold tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=interval tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_attribute_path=id +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_type tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource +2024-08-12T12:59:06.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version tf_req_id=db31442c-d129-b7cb-82cf-d81cb47ad866 tf_rpc=ReadResource +2024-08-12T12:59:06.558+0100 [DEBUG] sdwan: "TF_TEST_ALL": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_rpc=ReadResource tf_req_id=15442863-736a-4f12-f779-f3f583017d27 +2024/08/12 12:59:06 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-trackergroup/53be167f-9d6a-49ef-b1db-195370fc28ba, {} +2024/08/12 12:59:06 [DEBUG] HTTP Response: {"parcelId":"53be167f-9d6a-49ef-b1db-195370fc28ba","parcelType":"ipv6-trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464779161,"lastUpdatedOn":1723464779161,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"trackerGroupName":{"optionType":"global","value":"TRACKER_GROUP_1"},"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"2eb58f31-bae6-455e-9bf5-2cbacf952ab9"}}},{"trackerRef":{"refId":{"optionType":"global","value":"b3b0238d-6c43-4451-a5e1-8bd1b98b6630"}}}],"combineBoolean":{"optionType":"global","value":"or"}}}} +2024/08/12 12:59:06 [DEBUG] Exit from Do method +2024-08-12T12:59:06.602+0100 [DEBUG] sdwan: TF_TEST_ALL: Read finished successfully: tf_rpc=ReadResource tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:06.602+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[0].tracker_id tf_rpc=ReadResource +2024-08-12T12:59:06.602+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[0] tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[1].tracker_id +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements[1] +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=tracker_elements tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=name +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_name +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=id +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_attribute_path=description +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=feature_profile_id +2024-08-12T12:59:06.603+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_attribute_path=tracker_boolean tf_req_id=15442863-736a-4f12-f779-f3f583017d27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.624+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:06.625+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.625+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.625+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:06.626+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.760+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:06.760+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:06.760+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.760+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:06.760+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T12:59:06.761+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:06.890+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:06.890+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T12:59:06.890+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:06.890+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 +2024-08-12T12:59:06.891+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 +2024-08-12T12:59:07.265+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Delete: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel tf_req_id=84dde8ef-eaf8-49bb-6fda-9a89a304a93f tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:59:07 [DEBUG] Authentication successful +2024/08/12 12:59:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-trackergroup/53be167f-9d6a-49ef-b1db-195370fc28ba, {} +2024/08/12 12:59:07 [DEBUG] HTTP Response: +2024/08/12 12:59:07 [DEBUG] Exit from Do method +2024-08-12T12:59:07.894+0100 [DEBUG] sdwan: TF_TEST_ALL: Delete finished successfully: tf_req_id=84dde8ef-eaf8-49bb-6fda-9a89a304a93f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_group_profile_parcel +2024-08-12T12:59:07.919+0100 [DEBUG] sdwan: TF_TEST_2: Beginning Delete: tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_req_id=4655e1f9-0a94-3a70-538f-71e5da5ba635 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T12:59:07.919+0100 [DEBUG] sdwan: TF_TEST_1: Beginning Delete: tf_rpc=ApplyResourceChange tf_req_id=d34c703c-2048-6ff1-97ad-f5fd0a96caf6 tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 12:59:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-tracker/b3b0238d-6c43-4451-a5e1-8bd1b98b6630, {} +2024/08/12 12:59:07 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0/ipv6-tracker/2eb58f31-bae6-455e-9bf5-2cbacf952ab9, {} +2024/08/12 12:59:08 [DEBUG] HTTP Response: +2024/08/12 12:59:08 [DEBUG] Exit from Do method +2024-08-12T12:59:08.011+0100 [DEBUG] sdwan: TF_TEST_2: Delete finished successfully: tf_req_id=4655e1f9-0a94-3a70-538f-71e5da5ba635 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024/08/12 12:59:08 [DEBUG] HTTP Response: +2024/08/12 12:59:08 [DEBUG] Exit from Do method +2024-08-12T12:59:08.133+0100 [DEBUG] sdwan: TF_TEST_1: Delete finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=d34c703c-2048-6ff1-97ad-f5fd0a96caf6 tf_resource_type=sdwan_transport_ipv6_tracker_profile_parcel +2024-08-12T12:59:08.156+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile tf_req_id=6281eab5-9064-9d62-e51d-77a75dd25c57 +2024/08/12 12:59:08 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/transport/2f854f06-ed95-47fe-91ba-ae1ed5dcebe0, {} +2024/08/12 12:59:08 [DEBUG] HTTP Response: +2024/08/12 12:59:08 [DEBUG] Exit from Do method +2024-08-12T12:59:08.210+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=6281eab5-9064-9d62-e51d-77a75dd25c57 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_transport_feature_profile +2024-08-12T12:59:08.261+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel test_step_number=1 test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest2425777508 test_terraform_path=/usr/local/bin/terraform +2024-08-12T12:59:08.264+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccSdwanTransportIPv6TrackerGroupProfileParcel +2024-08-12T13:00:17.515+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.515+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.515+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.515+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_terraform_path=/usr/local/bin/terraform test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.591+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:17.591+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:17.591+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.592+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:17.633+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:17.633+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:17.633+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.634+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:17.634+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 +2024-08-12T13:00:17.634+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:17.634+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:17.635+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:17.926+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=94fddc3b-4ac1-23e5-bec1-348fe4c4424b tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:17.926+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_application_priority_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=94fddc3b-4ac1-23e5-bec1-348fe4c4424b tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange +2024-08-12T13:00:17.929+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=7c6dcc58-5cd5-bb6b-0689-dc2b01960e82 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T13:00:17.929+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_req_id=7c6dcc58-5cd5-bb6b-0689-dc2b01960e82 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"version\")" +2024-08-12T13:00:17.929+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange tf_req_id=7c6dcc58-5cd5-bb6b-0689-dc2b01960e82 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:18.068+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:18.068+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:18.068+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:18.068+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:18.069+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:18.273+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_req_id=1e98338b-cfd7-96eb-7e6e-84444c01cb12 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:18.273+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_rpc=PlanResourceChange tf_req_id=1e98338b-cfd7-96eb-7e6e-84444c01cb12 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:18.274+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_req_id=92ad3056-e72e-5934-f59f-460e118176ae tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile +2024/08/12 13:00:18 [DEBUG] Authentication successful +2024/08/12 13:00:18 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 13:00:19 [DEBUG] HTTP Response: {"id": "f86b2ba5-3bb2-40ff-9c53-5df88cfbec08"} +2024/08/12 13:00:19 [DEBUG] Exit from Do method +2024-08-12T13:00:19.144+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=92ad3056-e72e-5934-f59f-460e118176ae +2024-08-12T13:00:19.144+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=92ad3056-e72e-5934-f59f-460e118176ae tf_attribute_path=name tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:19.144+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=92ad3056-e72e-5934-f59f-460e118176ae tf_attribute_path=description tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.172+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=10afc0a8-2a57-b08c-e3f8-b87f446490b6 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.173+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=10afc0a8-2a57-b08c-e3f8-b87f446490b6 tf_attribute_path="AttributeName(\"version\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:19.173+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=10afc0a8-2a57-b08c-e3f8-b87f446490b6 tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:19.177+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024/08/12 13:00:19 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08/qos-policy, {{"name":"TF_TEST","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:19 [DEBUG] HTTP Response: {"id": "ff7320d6-7edf-450c-a914-ff7e3ebdb607"} +2024/08/12 13:00:19 [DEBUG] Exit from Do method +2024-08-12T13:00:19.632+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path="target_interface[Value(\"{{interface_var_1}}\")]" tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=target_interface +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=qos_schedulers[0].drops tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=qos_schedulers[0].queue tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=qos_schedulers[0].bandwidth tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=qos_schedulers[0].scheduling_type +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=qos_schedulers[0] tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=qos_schedulers tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=name tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_attribute_path=description +2024-08-12T13:00:19.632+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d9ee1b19-d2b5-7fa3-d4c3-83c90273c0a4 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:19.654+0100 [DEBUG] sdwan: "ff7320d6-7edf-450c-a914-ff7e3ebdb607": Beginning Read: tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=5ce13974-325b-6287-6bfa-d49df7cf592a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024/08/12 13:00:19 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08/qos-policy/ff7320d6-7edf-450c-a914-ff7e3ebdb607, {} +2024/08/12 13:00:19 [DEBUG] HTTP Response: {"parcelId":"ff7320d6-7edf-450c-a914-ff7e3ebdb607","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464853947,"lastUpdatedOn":1723464853947,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:19 [DEBUG] Exit from Do method +2024-08-12T13:00:19.696+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=5ce13974-325b-6287-6bfa-d49df7cf592a +2024-08-12T13:00:19.697+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=5ce13974-325b-6287-6bfa-d49df7cf592a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T13:00:19.697+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_req_id=5ce13974-325b-6287-6bfa-d49df7cf592a tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:19.740+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:19.741+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:19.741+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.741+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.742+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:19.888+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:19.888+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:19.888+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:19.888+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:19.888+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:19.889+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:20.203+0100 [DEBUG] sdwan: "ff7320d6-7edf-450c-a914-ff7e3ebdb607": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_req_id=e96a3e9a-ccab-4b6f-1408-8efa60acf43f tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel +2024/08/12 13:00:20 [DEBUG] Authentication successful +2024/08/12 13:00:20 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08/qos-policy/ff7320d6-7edf-450c-a914-ff7e3ebdb607, {} +2024/08/12 13:00:20 [DEBUG] HTTP Response: {"parcelId":"ff7320d6-7edf-450c-a914-ff7e3ebdb607","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464853947,"lastUpdatedOn":1723464853947,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:20 [DEBUG] Exit from Do method +2024-08-12T13:00:20.778+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=e96a3e9a-ccab-4b6f-1408-8efa60acf43f tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024-08-12T13:00:20.781+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=e96a3e9a-ccab-4b6f-1408-8efa60acf43f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=id +2024-08-12T13:00:20.781+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=e96a3e9a-ccab-4b6f-1408-8efa60acf43f tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_attribute_path=feature_profile_id +2024-08-12T13:00:20.797+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:20.798+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:20.798+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:20.798+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:20.799+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:20.966+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:20.966+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:20.966+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:20.966+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:20.967+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.254+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_req_id=bb9900f4-58f6-3dcd-552a-b2a11aeb24fb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile +2024/08/12 13:00:21 [DEBUG] Authentication successful +2024/08/12 13:00:21 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08, {} +2024/08/12 13:00:21 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3090,"solution":"sdwan","profileType":"application-priority","createdBy":"admin","profileId":"f86b2ba5-3bb2-40ff-9c53-5df88cfbec08","description":"Terraform test","lastUpdatedOn":1723464854277,"createdOn":1723464853509,"associatedProfileParcels":[{"parcelId":"ff7320d6-7edf-450c-a914-ff7e3ebdb607","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464853947,"lastUpdatedOn":1723464853947,"payload":{"name":"TF_TEST","description":"Terraform integration test"},"subparcels":[]}]} +2024/08/12 13:00:21 [DEBUG] Exit from Do method +2024-08-12T13:00:21.857+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=bb9900f4-58f6-3dcd-552a-b2a11aeb24fb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T13:00:21.858+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=bb9900f4-58f6-3dcd-552a-b2a11aeb24fb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path=description +2024-08-12T13:00:21.858+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=bb9900f4-58f6-3dcd-552a-b2a11aeb24fb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path=id +2024-08-12T13:00:21.858+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=bb9900f4-58f6-3dcd-552a-b2a11aeb24fb tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path=name +2024-08-12T13:00:21.867+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024/08/12 13:00:21 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08/qos-policy/ff7320d6-7edf-450c-a914-ff7e3ebdb607, {} +2024/08/12 13:00:21 [DEBUG] HTTP Response: {"parcelId":"ff7320d6-7edf-450c-a914-ff7e3ebdb607","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464853947,"lastUpdatedOn":1723464853947,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:21 [DEBUG] Exit from Do method +2024-08-12T13:00:21.909+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 +2024-08-12T13:00:21.909+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=description tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="target_interface[Value(\"{{interface_var_1}}\")]" tf_rpc=ReadResource +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=target_interface tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].bandwidth tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].scheduling_type tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=qos_schedulers[0].drops tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].queue tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0] tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T13:00:21.910+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=id tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.911+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=version tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.911+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=be8dc61b-32e6-7646-e4a4-89dcca9ff161 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:21.920+0100 [DEBUG] sdwan: "ff7320d6-7edf-450c-a914-ff7e3ebdb607": Beginning Read: tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=2cbe2585-f084-8a41-4e63-d7910c127727 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource +2024/08/12 13:00:21 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08/qos-policy/ff7320d6-7edf-450c-a914-ff7e3ebdb607, {} +2024/08/12 13:00:21 [DEBUG] HTTP Response: {"parcelId":"ff7320d6-7edf-450c-a914-ff7e3ebdb607","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464853947,"lastUpdatedOn":1723464853947,"payload":{"name":"TF_TEST","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:21 [DEBUG] Exit from Do method +2024-08-12T13:00:21.962+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=2cbe2585-f084-8a41-4e63-d7910c127727 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.963+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=id tf_req_id=2cbe2585-f084-8a41-4e63-d7910c127727 +2024-08-12T13:00:21.963+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadDataSource tf_data_source_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=feature_profile_id tf_req_id=2cbe2585-f084-8a41-4e63-d7910c127727 +2024-08-12T13:00:21.981+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:21.981+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:21.982+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.982+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:21.982+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:22.117+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 +2024-08-12T13:00:22.118+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:22.118+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:22.118+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:22.118+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:22.118+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:22.262+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:22.263+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:22.263+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:22.263+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:22.263+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:22.635+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_req_id=f15da59b-d733-2d81-7181-d22f267e5ddb tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 13:00:23 [DEBUG] Authentication successful +2024/08/12 13:00:23 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08/qos-policy/ff7320d6-7edf-450c-a914-ff7e3ebdb607, {} +2024/08/12 13:00:23 [DEBUG] HTTP Response: +2024/08/12 13:00:23 [DEBUG] Exit from Do method +2024-08-12T13:00:23.254+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=f15da59b-d733-2d81-7181-d22f267e5ddb tf_rpc=ApplyResourceChange +2024-08-12T13:00:23.281+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=8f3243de-e7ed-2818-c717-bad8ebf052b7 tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 13:00:23 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/f86b2ba5-3bb2-40ff-9c53-5df88cfbec08, {} +2024/08/12 13:00:23 [DEBUG] HTTP Response: +2024/08/12 13:00:23 [DEBUG] Exit from Do method +2024-08-12T13:00:23.333+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=8f3243de-e7ed-2818-c717-bad8ebf052b7 tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:23.388+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest3179477026 test_step_number=1 +2024-08-12T13:00:23.391+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccDataSourceSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:23.392+0100 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:23.392+0100 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:23.392+0100 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:23.392+0100 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:23.477+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.477+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.477+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:23.478+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:23.527+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:23.527+0100 [DEBUG] sdk.helper_resource: Starting TestSteps: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:23.527+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:23.528+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:23.528+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.528+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.528+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.528+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:23.811+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_rpc=PlanResourceChange tf_req_id=83fce9a2-6225-187f-fab3-2ab667503ecc +2024-08-12T13:00:23.811+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_req_id=83fce9a2-6225-187f-fab3-2ab667503ecc tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_rpc=PlanResourceChange +2024-08-12T13:00:23.812+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=2e797f6c-9ecf-2da6-6140-7f3603b2d87e tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.812+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_req_id=2e797f6c-9ecf-2da6-6140-7f3603b2d87e tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path="AttributeName(\"version\")" +2024-08-12T13:00:23.812+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=2e797f6c-9ecf-2da6-6140-7f3603b2d87e tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.948+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:23.948+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:23.948+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.948+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:23.949+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:24.159+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=1ed9fd49-7aeb-2bbd-8ecf-a89f8180f204 tf_rpc=PlanResourceChange +2024-08-12T13:00:24.159+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path="AttributeName(\"id\")" tf_req_id=1ed9fd49-7aeb-2bbd-8ecf-a89f8180f204 +2024-08-12T13:00:24.160+0100 [DEBUG] sdwan: TF_TEST: Beginning Create: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=ad1228b8-339b-986f-11ca-c23cb9138a27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 13:00:24 [DEBUG] Authentication successful +2024/08/12 13:00:24 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/, {{"name":"TF_TEST","description":"Terraform test"}} +2024/08/12 13:00:24 [DEBUG] HTTP Response: {"id": "1aa2a68f-d09f-47e5-8785-1beabc59769d"} +2024/08/12 13:00:24 [DEBUG] Exit from Do method +2024-08-12T13:00:24.991+0100 [DEBUG] sdwan: TF_TEST: Create finished successfully: tf_req_id=ad1228b8-339b-986f-11ca-c23cb9138a27 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:24.991+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_req_id=ad1228b8-339b-986f-11ca-c23cb9138a27 tf_attribute_path=name +2024-08-12T13:00:24.992+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=ad1228b8-339b-986f-11ca-c23cb9138a27 tf_resource_type=sdwan_application_priority_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=description +2024-08-12T13:00:25.019+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=fb2e3b6f-9ded-7782-68f8-214137bc1ba8 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:25.020+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_req_id=fb2e3b6f-9ded-7782-68f8-214137bc1ba8 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:25.020+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path="AttributeName(\"id\")" tf_req_id=fb2e3b6f-9ded-7782-68f8-214137bc1ba8 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange +2024-08-12T13:00:25.022+0100 [DEBUG] sdwan: TF_TEST_MIN: Beginning Create: tf_req_id=4e8fdffe-2bdf-5217-461c-1c33543f1569 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024/08/12 13:00:25 [DEBUG] HTTP Request: POST, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d/qos-policy, {{"name":"TF_TEST_MIN","description":"Terraform integration test","data":{"qosMap":{"qosSchedulers":[]}}}} +2024/08/12 13:00:25 [DEBUG] HTTP Response: {"id": "d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d"} +2024/08/12 13:00:25 [DEBUG] Exit from Do method +2024-08-12T13:00:25.492+0100 [DEBUG] sdwan: TF_TEST_MIN: Create finished successfully: tf_req_id=4e8fdffe-2bdf-5217-461c-1c33543f1569 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:25.493+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=4e8fdffe-2bdf-5217-461c-1c33543f1569 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ApplyResourceChange +2024-08-12T13:00:25.493+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id tf_rpc=ApplyResourceChange tf_req_id=4e8fdffe-2bdf-5217-461c-1c33543f1569 +2024-08-12T13:00:25.493+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_rpc=ApplyResourceChange tf_req_id=4e8fdffe-2bdf-5217-461c-1c33543f1569 tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.548+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:25.549+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:25.549+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.549+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.549+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.550+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 +2024-08-12T13:00:25.854+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 +2024-08-12T13:00:25.854+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.854+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.854+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.854+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:25.982+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:25.983+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.983+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:25.983+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:25.983+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.263+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=e0b04231-17be-9fcb-15fc-b66a74d6ab70 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024/08/12 13:00:26 [DEBUG] Authentication successful +2024/08/12 13:00:26 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d, {} +2024/08/12 13:00:26 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3096,"solution":"sdwan","profileType":"application-priority","createdBy":"admin","profileId":"1aa2a68f-d09f-47e5-8785-1beabc59769d","description":"Terraform test","lastUpdatedOn":1723464860066,"createdOn":1723464859372,"associatedProfileParcels":[{"parcelId":"d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464859763,"lastUpdatedOn":1723464859763,"payload":{"name":"TF_TEST_MIN","description":"Terraform integration test"},"subparcels":[]}]} +2024/08/12 13:00:26 [DEBUG] Exit from Do method +2024-08-12T13:00:26.861+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=e0b04231-17be-9fcb-15fc-b66a74d6ab70 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.861+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=e0b04231-17be-9fcb-15fc-b66a74d6ab70 tf_rpc=ReadResource tf_attribute_path=id +2024-08-12T13:00:26.861+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=e0b04231-17be-9fcb-15fc-b66a74d6ab70 tf_attribute_path=name tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.861+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=e0b04231-17be-9fcb-15fc-b66a74d6ab70 tf_rpc=ReadResource tf_attribute_path=description +2024-08-12T13:00:26.869+0100 [DEBUG] sdwan: "TF_TEST_MIN": Beginning Read: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024/08/12 13:00:26 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d/qos-policy/d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d, {} +2024/08/12 13:00:26 [DEBUG] HTTP Response: {"parcelId":"d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464859763,"lastUpdatedOn":1723464859763,"payload":{"name":"TF_TEST_MIN","description":"Terraform integration test","data":{"qosMap":{"qosSchedulers":[]}}}} +2024/08/12 13:00:26 [DEBUG] Exit from Do method +2024-08-12T13:00:26.911+0100 [DEBUG] sdwan: TF_TEST_MIN: Read finished successfully: tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.911+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_rpc=ReadResource tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_attribute_path=id +2024-08-12T13:00:26.911+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=version tf_rpc=ReadResource tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.912+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_rpc=ReadResource tf_attribute_path=name +2024-08-12T13:00:26.912+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=description tf_rpc=ReadResource tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.912+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_rpc=ReadResource tf_req_id=07546a76-10cc-87f8-1559-bcb5b0f4903b tf_attribute_path=feature_profile_id tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:26.929+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:26.930+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=1 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:26.930+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:26.930+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 +2024-08-12T13:00:26.930+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:27.063+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 +2024-08-12T13:00:27.063+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=1 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:27.063+0100 [DEBUG] sdk.helper_resource: Starting TestStep: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:27.064+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan and apply: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:27.064+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:27.064+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:27.064+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 +2024-08-12T13:00:27.065+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:27.342+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_resource_type=sdwan_application_priority_feature_profile tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=5e3f2fe5-95f2-985c-389a-042c41a9a368 +2024/08/12 13:00:27 [DEBUG] Authentication successful +2024/08/12 13:00:27 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d, {} +2024/08/12 13:00:27 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","@rid":3096,"solution":"sdwan","profileType":"application-priority","createdBy":"admin","profileId":"1aa2a68f-d09f-47e5-8785-1beabc59769d","description":"Terraform test","lastUpdatedOn":1723464860066,"createdOn":1723464859372,"associatedProfileParcels":[{"parcelId":"d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464859763,"lastUpdatedOn":1723464859763,"payload":{"name":"TF_TEST_MIN","description":"Terraform integration test"},"subparcels":[]}]} +2024/08/12 13:00:27 [DEBUG] Exit from Do method +2024-08-12T13:00:27.876+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=5e3f2fe5-95f2-985c-389a-042c41a9a368 tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:27.876+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=5e3f2fe5-95f2-985c-389a-042c41a9a368 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path=name +2024-08-12T13:00:27.876+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path=description tf_req_id=5e3f2fe5-95f2-985c-389a-042c41a9a368 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T13:00:27.876+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=5e3f2fe5-95f2-985c-389a-042c41a9a368 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=id +2024-08-12T13:00:27.883+0100 [DEBUG] sdwan: "TF_TEST_MIN": Beginning Read: tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024/08/12 13:00:27 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d/qos-policy/d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d, {} +2024/08/12 13:00:27 [DEBUG] HTTP Response: {"parcelId":"d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464859763,"lastUpdatedOn":1723464859763,"payload":{"name":"TF_TEST_MIN","description":"Terraform integration test","data":{"qosMap":{"qosSchedulers":[]}}}} +2024/08/12 13:00:27 [DEBUG] Exit from Do method +2024-08-12T13:00:27.926+0100 [DEBUG] sdwan: TF_TEST_MIN: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:27.926+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T13:00:27.926+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=version +2024-08-12T13:00:27.926+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:27.926+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 +2024-08-12T13:00:27.926+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=fcdba9b4-5cb0-94a9-7ed1-bb4502d62904 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=feature_profile_id +2024-08-12T13:00:27.929+0100 [DEBUG] sdk.framework: Detected value change between proposed new state and prior state: tf_req_id=bcb11940-db8b-176f-ac41-db4b708df261 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers +2024-08-12T13:00:27.929+0100 [DEBUG] sdk.framework: Detected value change between proposed new state and prior state: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=name tf_req_id=bcb11940-db8b-176f-ac41-db4b708df261 +2024-08-12T13:00:27.929+0100 [DEBUG] sdk.framework: Detected value change between proposed new state and prior state: tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=bcb11940-db8b-176f-ac41-db4b708df261 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=target_interface +2024-08-12T13:00:27.929+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_req_id=bcb11940-db8b-176f-ac41-db4b708df261 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:27.929+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"version\")" tf_req_id=bcb11940-db8b-176f-ac41-db4b708df261 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:27.929+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"id\")" tf_req_id=bcb11940-db8b-176f-ac41-db4b708df261 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:28.075+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:28.076+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:28.076+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:28.076+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:28.076+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 +2024-08-12T13:00:28.284+0100 [DEBUG] sdk.framework: Detected value change between proposed new state and prior state: tf_req_id=c64987b7-3bb8-c748-dd9c-40fa84ac3afe tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=name +2024-08-12T13:00:28.284+0100 [DEBUG] sdk.framework: Detected value change between proposed new state and prior state: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c64987b7-3bb8-c748-dd9c-40fa84ac3afe tf_attribute_path=target_interface +2024-08-12T13:00:28.284+0100 [DEBUG] sdk.framework: Detected value change between proposed new state and prior state: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers tf_req_id=c64987b7-3bb8-c748-dd9c-40fa84ac3afe +2024-08-12T13:00:28.284+0100 [DEBUG] sdk.framework: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c64987b7-3bb8-c748-dd9c-40fa84ac3afe +2024-08-12T13:00:28.285+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c64987b7-3bb8-c748-dd9c-40fa84ac3afe tf_attribute_path="AttributeName(\"version\")" +2024-08-12T13:00:28.285+0100 [DEBUG] sdk.framework: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=PlanResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c64987b7-3bb8-c748-dd9c-40fa84ac3afe tf_attribute_path="AttributeName(\"id\")" +2024-08-12T13:00:28.286+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Update: tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024/08/12 13:00:28 [DEBUG] Authentication successful +2024/08/12 13:00:28 [DEBUG] HTTP Request: PUT, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d/qos-policy/d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d, {{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:28 [DEBUG] HTTP Response: {"id": "d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d"} +2024/08/12 13:00:28 [DEBUG] Exit from Do method +2024-08-12T13:00:28.946+0100 [DEBUG] sdwan: TF_TEST_ALL: Update finished successfully: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=id +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=name +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_attribute_path=description +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=feature_profile_id +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path="target_interface[Value(\"{{interface_var_1}}\")]" tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=target_interface tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].drops +2024-08-12T13:00:28.947+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].queue tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:28.948+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].bandwidth tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b +2024-08-12T13:00:28.948+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0].scheduling_type tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b +2024-08-12T13:00:28.948+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers[0] tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b +2024-08-12T13:00:28.948+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_attribute_path=qos_schedulers tf_req_id=d712cdab-5a7d-2d7b-fc04-e415b4f5433b tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:29.004+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:29.005+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:29.005+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:29.005+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:29.007+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:29.146+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:29.146+0100 [DEBUG] sdk.helper_resource: Running Terraform CLI plan to check for perpetual differences: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:29.146+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 +2024-08-12T13:00:29.146+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:29.146+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 +2024-08-12T13:00:29.147+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:29.439+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:29.440+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:29.440+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:29.440+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:29.440+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 +2024-08-12T13:00:29.567+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:29.568+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:29.568+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:29.568+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:29.568+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 +2024-08-12T13:00:29.878+0100 [DEBUG] sdwan: "TF_TEST": Beginning Read: tf_req_id=99d8076f-2dd5-40e0-d90e-aff92f34eb5d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile +2024/08/12 13:00:30 [DEBUG] Authentication successful +2024/08/12 13:00:30 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d, {} +2024/08/12 13:00:30 [DEBUG] HTTP Response: {"profileName":"TF_TEST","lastUpdatedBy":"admin","description":"Terraform test","createdOn":1723464859372,"@rid":3096,"solution":"sdwan","profileType":"application-priority","createdBy":"admin","profileId":"1aa2a68f-d09f-47e5-8785-1beabc59769d","lastUpdatedOn":1723464863515,"associatedProfileParcels":[{"parcelId":"d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464859763,"lastUpdatedOn":1723464863553,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test"},"subparcels":[]}]} +2024/08/12 13:00:30 [DEBUG] Exit from Do method +2024-08-12T13:00:30.455+0100 [DEBUG] sdwan: TF_TEST: Read finished successfully: tf_req_id=99d8076f-2dd5-40e0-d90e-aff92f34eb5d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:30.455+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile tf_attribute_path=id tf_req_id=99d8076f-2dd5-40e0-d90e-aff92f34eb5d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.455+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=name tf_req_id=99d8076f-2dd5-40e0-d90e-aff92f34eb5d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:30.455+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=99d8076f-2dd5-40e0-d90e-aff92f34eb5d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_attribute_path=description +2024-08-12T13:00:30.469+0100 [DEBUG] sdwan: "TF_TEST_ALL": Beginning Read: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024/08/12 13:00:30 [DEBUG] HTTP Request: GET, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d/qos-policy/d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d, {} +2024/08/12 13:00:30 [DEBUG] HTTP Response: {"parcelId":"d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d","parcelType":"qos-policy","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1723464859763,"lastUpdatedOn":1723464863553,"payload":{"name":"TF_TEST_ALL","description":"Terraform integration test","data":{"target":{"interfaces":{"optionType":"global","value":["{{interface_var_1}}"]}},"qosMap":{"qosSchedulers":[{"drops":{"optionType":"global","value":"tail-drop"},"queue":{"optionType":"global","value":"0"},"bandwidthPercent":{"optionType":"global","value":"10"},"scheduling":{"optionType":"global","value":"llq"}}]}}}} +2024/08/12 13:00:30 [DEBUG] Exit from Do method +2024-08-12T13:00:30.527+0100 [DEBUG] sdwan: TF_TEST_ALL: Read finished successfully: tf_rpc=ReadResource tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.528+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=id +2024-08-12T13:00:30.528+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=version +2024-08-12T13:00:30.529+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=name tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d +2024-08-12T13:00:30.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=description +2024-08-12T13:00:30.548+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=feature_profile_id +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path="target_interface[Value(\"{{interface_var_1}}\")]" tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_attribute_path=target_interface +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_attribute_path=qos_schedulers[0].queue tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=qos_schedulers[0].bandwidth tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=qos_schedulers[0].scheduling_type tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=qos_schedulers[0].drops tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=qos_schedulers[0] +2024-08-12T13:00:30.549+0100 [DEBUG] sdk.framework: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ReadResource tf_req_id=c91dd156-a998-8c4e-5b75-f4c01fa5008d tf_attribute_path=qos_schedulers tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel +2024-08-12T13:00:30.587+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:30.588+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:30.588+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.588+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.589+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=2 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:30.753+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 +2024-08-12T13:00:30.753+0100 [DEBUG] sdk.helper_resource: Finished TestStep: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel +2024-08-12T13:00:30.753+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.753+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.754+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.754+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.888+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 +2024-08-12T13:00:30.888+0100 [DEBUG] sdk.helper_resource: Creating tfprotov6 provider instance: test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan test_step_number=2 +2024-08-12T13:00:30.888+0100 [DEBUG] sdk.helper_resource: Created tfprotov6 provider instance: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.888+0100 [DEBUG] sdk.helper_resource: Starting tfprotov6 provider instance server: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:30.889+0100 [DEBUG] sdk.helper_resource: Started tfprotov6 provider instance server: test_step_number=2 test_terraform_path=/usr/local/bin/terraform test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024-08-12T13:00:31.254+0100 [DEBUG] sdwan: TF_TEST_ALL: Beginning Delete: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c2c26906-0e78-e896-7b16-74fd59945115 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024/08/12 13:00:31 [DEBUG] Authentication successful +2024/08/12 13:00:31 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d/qos-policy/d4e3baf4-4d71-4ebe-a2a2-0eb9354cb02d, {} +2024/08/12 13:00:31 [DEBUG] HTTP Response: +2024/08/12 13:00:31 [DEBUG] Exit from Do method +2024-08-12T13:00:31.817+0100 [DEBUG] sdwan: TF_TEST_ALL: Delete finished successfully: tf_resource_type=sdwan_application_priority_qos_policy_profile_parcel tf_req_id=c2c26906-0e78-e896-7b16-74fd59945115 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange +2024-08-12T13:00:31.842+0100 [DEBUG] sdwan: TF_TEST: Beginning Delete: tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile tf_req_id=1c642ed4-6a15-6798-e45b-99412d58cd78 tf_provider_addr=registry.terraform.io/hashicorp/sdwan +2024/08/12 13:00:31 [DEBUG] HTTP Request: DELETE, https://10.50.202.30/dataservice/v1/feature-profile/sdwan/application-priority/1aa2a68f-d09f-47e5-8785-1beabc59769d, {} +2024/08/12 13:00:31 [DEBUG] HTTP Response: +2024/08/12 13:00:31 [DEBUG] Exit from Do method +2024-08-12T13:00:31.892+0100 [DEBUG] sdwan: TF_TEST: Delete finished successfully: tf_req_id=1c642ed4-6a15-6798-e45b-99412d58cd78 tf_provider_addr=registry.terraform.io/hashicorp/sdwan tf_rpc=ApplyResourceChange tf_resource_type=sdwan_application_priority_feature_profile +2024-08-12T13:00:31.944+0100 [DEBUG] sdk.helper_resource: Stopping providers: test_working_directory=/var/folders/51/xyb_6fd51_90113zmz63bm700000gn/T/plugintest1310838592 test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel test_step_number=2 test_terraform_path=/usr/local/bin/terraform +2024-08-12T13:00:31.947+0100 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccSdwanApplicationPriorityQoSPolicyProfileParcel diff --git a/internal/provider/model_sdwan_service_tracker_group_profile_parcel.go b/internal/provider/model_sdwan_service_tracker_group_profile_parcel.go index 18747f31..c45e4a6b 100644 --- a/internal/provider/model_sdwan_service_tracker_group_profile_parcel.go +++ b/internal/provider/model_sdwan_service_tracker_group_profile_parcel.go @@ -142,9 +142,9 @@ func (data *ServiceTrackerGroup) updateFromBody(ctx context.Context, res gjson.R } path := "payload.data." for i := range data.TrackerElements { - keys := [...]string{} - keyValues := [...]string{} - keyValuesVariables := [...]string{} + keys := [...]string{"trackerRef.refId"} + keyValues := [...]string{data.TrackerElements[i].TrackerId.ValueString()} + keyValuesVariables := [...]string{""} var r gjson.Result res.Get(path + "trackerRefs").ForEach( diff --git a/internal/provider/resource_sdwan_application_priority_qos_policy_profile_parcel_test.go b/internal/provider/resource_sdwan_application_priority_qos_policy_profile_parcel_test.go index b70300f4..82eefb81 100644 --- a/internal/provider/resource_sdwan_application_priority_qos_policy_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_application_priority_qos_policy_profile_parcel_test.go @@ -85,9 +85,13 @@ func testAccSdwanApplicationPriorityQoSPolicyProfileParcelConfig_all() string { config += ` target_interface = ["{{interface_var_1}}"]` + "\n" config += ` qos_schedulers = [{` + "\n" config += ` drops = "tail-drop"` + "\n" + config += ` queue = "0"` + "\n" + config += ` bandwidth = "10"` + "\n" + config += ` scheduling_type = "llq"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go b/internal/provider/resource_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go index 140e9088..a7ec5552 100644 --- a/internal/provider/resource_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_service_lan_vpn_interface_ethernet_profile_parcel_test.go @@ -157,12 +157,16 @@ func testAccSdwanServiceLANVPNInterfaceEthernetProfileParcelConfig_all() string config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "1.2.3.5"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helper = ["1.2.3.4"]` + "\n" config += ` ipv6_dhcp_helpers = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` dhcpv6_helper_vpn = 1` + "\n" + config += ` }]` + "\n" config += ` ipv4_nat = false` + "\n" config += ` ipv4_nat_type = "pool"` + "\n" @@ -175,39 +179,60 @@ func testAccSdwanServiceLANVPNInterfaceEthernetProfileParcelConfig_all() string config += ` ipv4_nat_tcp_timeout = 123` + "\n" config += ` static_nats = [{` + "\n" config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translate_ip = "2.3.4.5"` + "\n" + config += ` direction = "inside"` + "\n" + config += ` source_vpn = 0` + "\n" + config += ` }]` + "\n" config += ` ipv6_nat = true` + "\n" config += ` nat64 = false` + "\n" config += ` acl_shaping_rate = 12` + "\n" config += ` ipv6_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` ipv6_addresses = [{` + "\n" config += ` link_local_address = "1::1"` + "\n" + config += ` global_address = "1::1/24"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv4_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` address = "1.2.3.4"` + "\n" + config += ` secondary_addresses = [{` + "\n" config += ` address = "2.3.4.5"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` tloc_prefix_change = true` + "\n" + config += ` tloc_pref_change_value = 100` + "\n" + config += ` }]` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` trustsec_enable_sgt_propogation = false` + "\n" config += ` trustsec_propogate = true` + "\n" diff --git a/internal/provider/resource_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go b/internal/provider/resource_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go index 2d2fdc15..64984dc6 100644 --- a/internal/provider/resource_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_service_lan_vpn_interface_svi_profile_parcel_test.go @@ -134,46 +134,70 @@ func testAccSdwanServiceLANVPNInterfaceSVIProfileParcelConfig_all() string { config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "2.3.4.5"` + "\n" + config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helpers = ["4.5.6.7"]` + "\n" config += ` ipv6_address = "2001:0:0:1::0/32"` + "\n" config += ` ipv6_secondary_addresses = [{` + "\n" config += ` address = "::2/32"` + "\n" + config += ` }]` + "\n" config += ` ipv6_dhcp_helpers = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` vpn = 1` + "\n" + config += ` }]` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` ipv4_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` prefix_list = "prefix"` + "\n" + config += ` address = "1.2.3.4"` + "\n" + config += ` secondary_addresses = [{` + "\n" config += ` address = "2.3.4.5"` + "\n" + config += ` }]` + "\n" config += ` tloc_prefix_change = true` + "\n" + config += ` tloc_prefix_change_value = 100` + "\n" + config += ` }]` + "\n" config += ` ipv6_vrrps = [{` + "\n" config += ` group_id = 1` + "\n" + config += ` priority = 100` + "\n" + config += ` timer = 1000` + "\n" + config += ` track_omp = false` + "\n" + config += ` track_prefix_list = "1"` + "\n" + config += ` addresses = [{` + "\n" config += ` link_local_address = "1::1"` + "\n" + config += ` global_address = "1::1/24"` + "\n" + config += ` }]` + "\n" config += ` secondary_addresses = [{` + "\n" config += ` prefix = "::20/32"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` enable_dhcpv6 = false` + "\n" diff --git a/internal/provider/resource_sdwan_service_lan_vpn_profile_parcel_test.go b/internal/provider/resource_sdwan_service_lan_vpn_profile_parcel_test.go index 8b259e26..4319ec3a 100644 --- a/internal/provider/resource_sdwan_service_lan_vpn_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_service_lan_vpn_profile_parcel_test.go @@ -141,84 +141,131 @@ func testAccSdwanServiceLANVPNProfileParcelConfig_all() string { config += ` secondary_dns_address_ipv6 = "2001:0:0:2::0"` + "\n" config += ` host_mappings = [{` + "\n" config += ` host_name = "HOSTMAPPING1"` + "\n" + config += ` list_of_ips = ["1.2.3.4"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_static_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv6_static_routes = [{` + "\n" config += ` prefix = "2001:0:0:1::0/12"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` services = [{` + "\n" config += ` service_type = "FW"` + "\n" + config += ` ipv4_addresses = ["1.2.3.4"]` + "\n" + config += ` tracking = true` + "\n" + config += ` }]` + "\n" config += ` service_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` service = "SIG"` + "\n" + config += ` vpn = 0` + "\n" + config += ` }]` + "\n" config += ` gre_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` interface = ["gre01"]` + "\n" + config += ` vpn = 0` + "\n" + config += ` }]` + "\n" config += ` ipsec_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` interface = ["ipsec01"]` + "\n" + config += ` }]` + "\n" config += ` nat_pools = [{` + "\n" config += ` nat_pool_name = 1` + "\n" + config += ` prefix_length = 3` + "\n" + config += ` range_start = "1.2.3.4"` + "\n" + config += ` range_end = "2.3.4.5"` + "\n" + config += ` overload = true` + "\n" + config += ` direction = "inside"` + "\n" + config += ` }]` + "\n" config += ` nat_port_forwards = [{` + "\n" config += ` nat_pool_name = 2` + "\n" + config += ` source_port = 122` + "\n" + config += ` translate_port = 330` + "\n" + config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translated_source_ip = "2.3.4.5"` + "\n" + config += ` protocol = "TCP"` + "\n" + config += ` }]` + "\n" config += ` static_nats = [{` + "\n" config += ` nat_pool_name = 3` + "\n" + config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translated_source_ip = "2.3.4.5"` + "\n" + config += ` static_nat_direction = "inside"` + "\n" + config += ` }]` + "\n" config += ` nat_64_v4_pools = [{` + "\n" config += ` name = "NATPOOL1"` + "\n" + config += ` range_start = "1.2.3.4"` + "\n" + config += ` range_end = "2.3.4.5"` + "\n" + config += ` overload = false` + "\n" + config += ` }]` + "\n" config += ` ipv4_import_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += ` ipv4_export_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += ` ipv6_import_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += ` ipv6_export_route_targets = [{` + "\n" config += ` route_target = "1.1.1.3:200"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_service_tracker_group_profile_parcel_test.go b/internal/provider/resource_sdwan_service_tracker_group_profile_parcel_test.go index bfbdbdcb..38c09302 100644 --- a/internal/provider/resource_sdwan_service_tracker_group_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_service_tracker_group_profile_parcel_test.go @@ -33,15 +33,12 @@ func TestAccSdwanServiceTrackerGroupProfileParcel(t *testing.T) { t.Skip("skipping test, set environment variable SDWAN_2012") } var checks []resource.TestCheckFunc - checks = append(checks, resource.TestCheckResourceAttr("sdwan_service_tracker_group_profile_parcel.test", "tracker_elements.0.tracker_id", "615d948f-34ee-4a2e-810e-a9bd8d3d48ec")) checks = append(checks, resource.TestCheckResourceAttr("sdwan_service_tracker_group_profile_parcel.test", "tracker_boolean", "or")) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, Steps: []resource.TestStep{ - { - Config: testAccSdwanServiceTrackerGroupPrerequisitesProfileParcelConfig + testAccSdwanServiceTrackerGroupProfileParcelConfig_minimum(), - }, + { Config: testAccSdwanServiceTrackerGroupPrerequisitesProfileParcelConfig + testAccSdwanServiceTrackerGroupProfileParcelConfig_all(), Check: resource.ComposeTestCheckFunc(checks...), @@ -59,8 +56,25 @@ resource "sdwan_service_feature_profile" "test" { description = "Terraform test" } -resource "sdwan_service_tracker_profile_parcel" "test" { - name = "TF_TEST" +resource "sdwan_service_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform test" + feature_profile_id = sdwan_service_feature_profile.test.id + tracker_name = "TRACKER_2" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "1.2.3.4" + protocol = "tcp" + port = 123 + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "static-route" + tracker_type = "endpoint" +} + +resource "sdwan_service_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform test" feature_profile_id = sdwan_service_feature_profile.test.id tracker_name = "TRACKER_2" @@ -80,14 +94,6 @@ resource "sdwan_service_tracker_profile_parcel" "test" { // End of section. //template:end testPrerequisites // Section below is generated&owned by "gen/generator.go". //template:begin testAccConfigMinimum -func testAccSdwanServiceTrackerGroupProfileParcelConfig_minimum() string { - config := `resource "sdwan_service_tracker_group_profile_parcel" "test" {` + "\n" - config += ` name = "TF_TEST_MIN"` + "\n" - config += ` description = "Terraform integration test"` + "\n" - config += ` feature_profile_id = sdwan_service_feature_profile.test.id` + "\n" - config += `}` + "\n" - return config -} // End of section. //template:end testAccConfigMinimum @@ -98,7 +104,9 @@ func testAccSdwanServiceTrackerGroupProfileParcelConfig_all() string { config += ` description = "Terraform integration test"` + "\n" config += ` feature_profile_id = sdwan_service_feature_profile.test.id` + "\n" config += ` tracker_elements = [{` + "\n" - config += ` tracker_id = sdwan_service_tracker_profile_parcel.test.id` + "\n" + config += ` tracker_id = sdwan_service_tracker_profile_parcel.test-1.id` + "\n" + config += ` }, {` + "\n" + config += ` tracker_id = sdwan_service_tracker_profile_parcel.test-2.id` + "\n" config += ` }]` + "\n" config += ` tracker_boolean = "or"` + "\n" config += `}` + "\n" diff --git a/internal/provider/resource_sdwan_system_aaa_profile_parcel_test.go b/internal/provider/resource_sdwan_system_aaa_profile_parcel_test.go index 4afa8606..2156fa7f 100644 --- a/internal/provider/resource_sdwan_system_aaa_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_aaa_profile_parcel_test.go @@ -119,57 +119,93 @@ func testAccSdwanSystemAAAProfileParcelConfig_all() string { config += ` server_auth_order = ["local"]` + "\n" config += ` users = [{` + "\n" config += ` name = "User1"` + "\n" + config += ` password = "cisco123"` + "\n" + config += ` privilege = "15"` + "\n" + config += ` public_keys = [{` + "\n" config += ` key_string = "AAAAB3NzaC1yc2"` + "\n" + config += ` key_type = "ssh-rsa"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` radius_groups = [{` + "\n" config += ` group_name = "RGROUP1"` + "\n" + config += ` vpn = 10` + "\n" + config += ` source_interface = "GigabitEthernet0"` + "\n" + config += ` servers = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` auth_port = 1812` + "\n" + config += ` acct_port = 1813` + "\n" + config += ` timeout = 5` + "\n" + config += ` retransmit = 3` + "\n" + config += ` key = "cisco123"` + "\n" + config += ` secret_key = "cisco123"` + "\n" + config += ` key_enum = "7"` + "\n" + config += ` key_type = "key"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` tacacs_groups = [{` + "\n" config += ` group_name = "TGROUP1"` + "\n" + config += ` vpn = 10` + "\n" + config += ` source_interface = "GigabitEthernet0"` + "\n" + config += ` servers = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` port = 49` + "\n" + config += ` timeout = 5` + "\n" + config += ` key = "cisco123"` + "\n" + config += ` secret_key = "cisco123"` + "\n" + config += ` key_enum = "7"` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` accounting_rules = [{` + "\n" config += ` rule_id = "1"` + "\n" + config += ` method = "commands"` + "\n" + config += ` level = "15"` + "\n" + config += ` start_stop = true` + "\n" + config += ` group = ["RGROUP1"]` + "\n" + config += ` }]` + "\n" config += ` authorization_console = true` + "\n" config += ` authorization_config_commands = true` + "\n" config += ` authorization_rules = [{` + "\n" config += ` rule_id = "1"` + "\n" + config += ` method = "commands"` + "\n" + config += ` level = "15"` + "\n" + config += ` group = ["RGROUP1"]` + "\n" + config += ` if_authenticated = true` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_basic_profile_parcel_test.go b/internal/provider/resource_sdwan_system_basic_profile_parcel_test.go index 1b832ff4..c587b653 100644 --- a/internal/provider/resource_sdwan_system_basic_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_basic_profile_parcel_test.go @@ -117,6 +117,7 @@ func testAccSdwanSystemBasicProfileParcelConfig_all() string { config += ` gps_sms_enable = true` + "\n" config += ` gps_sms_mobile_numbers = [{` + "\n" config += ` number = "+11111233"` + "\n" + config += ` }]` + "\n" config += ` device_groups = ["example"]` + "\n" config += ` controller_groups = [1]` + "\n" @@ -142,7 +143,9 @@ func testAccSdwanSystemBasicProfileParcelConfig_all() string { config += ` affinity_preference_auto = false` + "\n" config += ` affinity_per_vrfs = [{` + "\n" config += ` affinity_group_number = 1` + "\n" + config += ` vrf_range = "123-456"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_bfd_profile_parcel_test.go b/internal/provider/resource_sdwan_system_bfd_profile_parcel_test.go index 418c79bd..644fd796 100644 --- a/internal/provider/resource_sdwan_system_bfd_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_bfd_profile_parcel_test.go @@ -91,10 +91,15 @@ func testAccSdwanSystemBFDProfileParcelConfig_all() string { config += ` default_dscp = 8` + "\n" config += ` colors = [{` + "\n" config += ` color = "3g"` + "\n" + config += ` hello_interval = 200` + "\n" + config += ` multiplier = 3` + "\n" + config += ` pmtu_discovery = true` + "\n" + config += ` dscp = 16` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_ipv4_device_access_profile_parcel_test.go b/internal/provider/resource_sdwan_system_ipv4_device_access_profile_parcel_test.go index 6904dc10..3e46b318 100644 --- a/internal/provider/resource_sdwan_system_ipv4_device_access_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_ipv4_device_access_profile_parcel_test.go @@ -87,9 +87,13 @@ func testAccSdwanSystemIPv4DeviceAccessProfileParcelConfig_all() string { config += ` default_action = "drop"` + "\n" config += ` sequences = [{` + "\n" config += ` id = 1` + "\n" + config += ` name = "SEQ_1"` + "\n" + config += ` base_action = "accept"` + "\n" + config += ` device_access_port = 161` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_ipv6_device_access_profile_parcel_test.go b/internal/provider/resource_sdwan_system_ipv6_device_access_profile_parcel_test.go index df82dbab..f0f3d5c4 100644 --- a/internal/provider/resource_sdwan_system_ipv6_device_access_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_ipv6_device_access_profile_parcel_test.go @@ -87,9 +87,13 @@ func testAccSdwanSystemIPv6DeviceAccessProfileParcelConfig_all() string { config += ` default_action = "drop"` + "\n" config += ` sequences = [{` + "\n" config += ` id = 1` + "\n" + config += ` name = "SEQ_1"` + "\n" + config += ` base_action = "accept"` + "\n" + config += ` device_access_port = 22` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_logging_profile_parcel_test.go b/internal/provider/resource_sdwan_system_logging_profile_parcel_test.go index a60f541c..80c15a4a 100644 --- a/internal/provider/resource_sdwan_system_logging_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_logging_profile_parcel_test.go @@ -103,26 +103,43 @@ func testAccSdwanSystemLoggingProfileParcelConfig_all() string { config += ` disk_file_rotate = 10` + "\n" config += ` tls_profiles = [{` + "\n" config += ` profile = "test"` + "\n" + config += ` tls_version = "TLSv1.1"` + "\n" + config += ` cipher_suites = ["aes-128-cbc-sha"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_servers = [{` + "\n" config += ` hostname_ip = "1.1.1.1"` + "\n" + config += ` vpn = 512` + "\n" + config += ` source_interface = "GigabitEthernet1"` + "\n" + config += ` priority = "informational"` + "\n" + config += ` tls_enable = true` + "\n" + config += ` tls_properties_custom_profile = true` + "\n" + config += ` tls_properties_profile = "test"` + "\n" + config += ` }]` + "\n" config += ` ipv6_servers = [{` + "\n" config += ` hostname_ip = "1.1.1.1"` + "\n" + config += ` vpn = 512` + "\n" + config += ` source_interface = "GigabitEthernet1"` + "\n" + config += ` priority = "informational"` + "\n" + config += ` tls_enable = true` + "\n" + config += ` tls_properties_custom_profile = true` + "\n" + config += ` tls_properties_profile = "test"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_ntp_profile_parcel_test.go b/internal/provider/resource_sdwan_system_ntp_profile_parcel_test.go index d3b46fa7..92f8f3d1 100644 --- a/internal/provider/resource_sdwan_system_ntp_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_ntp_profile_parcel_test.go @@ -91,15 +91,23 @@ func testAccSdwanSystemNTPProfileParcelConfig_all() string { config += ` feature_profile_id = sdwan_system_feature_profile.test.id` + "\n" config += ` servers = [{` + "\n" config += ` hostname_ip_address = "1.1.1.1"` + "\n" + config += ` authentication_key = 41673` + "\n" + config += ` vpn = 1` + "\n" + config += ` ntp_version = 4` + "\n" + config += ` source_interface = "Ethernet"` + "\n" + config += ` prefer_this_ntp_server = false` + "\n" + config += ` }]` + "\n" config += ` authentication_keys = [{` + "\n" config += ` key_id = 49737` + "\n" + config += ` md5_value = "$CRYPT_CLUSTER"` + "\n" + config += ` }]` + "\n" config += ` trusted_keys = [49737]` + "\n" config += ` authoritative_ntp_server = false` + "\n" diff --git a/internal/provider/resource_sdwan_system_security_profile_parcel_test.go b/internal/provider/resource_sdwan_system_security_profile_parcel_test.go index 703e7ffd..842fc7e4 100644 --- a/internal/provider/resource_sdwan_system_security_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_security_profile_parcel_test.go @@ -104,23 +104,39 @@ func testAccSdwanSystemSecurityProfileParcelConfig_all() string { config += ` integrity_type = ["esp"]` + "\n" config += ` keychains = [{` + "\n" config += ` key_chain_name = "aaa"` + "\n" + config += ` key_id = 1` + "\n" + config += ` }]` + "\n" config += ` keys = [{` + "\n" config += ` id = 0` + "\n" + config += ` name = "aaa"` + "\n" + config += ` send_id = 1` + "\n" + config += ` receiver_id = 2` + "\n" + config += ` include_tcp_options = false` + "\n" + config += ` accept_ao_mismatch = false` + "\n" + config += ` crypto_algorithm = "aes-128-cmac"` + "\n" + config += ` key_string = "abcabc"` + "\n" + config += ` send_life_time_local = true` + "\n" + config += ` send_life_time_start_epoch = 1659284400` + "\n" + config += ` send_life_time_infinite = true` + "\n" + config += ` accept_life_time_local = true` + "\n" + config += ` accept_life_time_start_epoch = 1659284400` + "\n" + config += ` accept_life_time_infinite = true` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_system_snmp_profile_parcel_test.go b/internal/provider/resource_sdwan_system_snmp_profile_parcel_test.go index b2eb2a5f..42f50ab1 100644 --- a/internal/provider/resource_sdwan_system_snmp_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_system_snmp_profile_parcel_test.go @@ -107,37 +107,59 @@ func testAccSdwanSystemSNMPProfileParcelConfig_all() string { config += ` location_of_device = "SHANGHAI"` + "\n" config += ` views = [{` + "\n" config += ` name = "VIEW1"` + "\n" + config += ` oids = [{` + "\n" config += ` id = "1.3.6.1.4.1.9.9.394"` + "\n" + config += ` exclude = false` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` communities = [{` + "\n" config += ` name = "example"` + "\n" + config += ` user_label = "COMMUNITY1"` + "\n" + config += ` view = "VIEW1"` + "\n" + config += ` authorization = "read-only"` + "\n" + config += ` }]` + "\n" config += ` groups = [{` + "\n" config += ` name = "GROUP1"` + "\n" + config += ` security_level = "auth-priv"` + "\n" + config += ` view = "VIEW1"` + "\n" + config += ` }]` + "\n" config += ` users = [{` + "\n" config += ` name = "USER1"` + "\n" + config += ` authentication_protocol = "sha"` + "\n" + config += ` authentication_password = "$CRYPT_CLUSTER$su56l1Z0Tk4Qc9N7+T/uOg==$sD6b0HLqEdI+RNwsEOoLcQ=="` + "\n" + config += ` privacy_protocol = "aes-256-cfb-128"` + "\n" + config += ` privacy_password = "$CRYPT_CLUSTER$su56l1Z0Tk4Qc9N7+T/uOg==$sD6b0HLqEdI+RNwsEOoLcQ=="` + "\n" + config += ` group = "GROUP1"` + "\n" + config += ` }]` + "\n" config += ` trap_target_servers = [{` + "\n" config += ` vpn_id = 1` + "\n" + config += ` ip = "10.75.221.156"` + "\n" + config += ` port = 161` + "\n" + config += ` user_label = "TARGET1"` + "\n" + config += ` user = "USER1"` + "\n" + config += ` source_interface = "GigabitEthernet1"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go index 7d22c1a4..1196de90 100644 --- a/internal/provider/resource_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_ipv6_tracker_group_profile_parcel_test.go @@ -34,15 +34,12 @@ func TestAccSdwanTransportIPv6TrackerGroupProfileParcel(t *testing.T) { } var checks []resource.TestCheckFunc checks = append(checks, resource.TestCheckResourceAttr("sdwan_transport_ipv6_tracker_group_profile_parcel.test", "tracker_name", "TRACKER_GROUP_1")) - checks = append(checks, resource.TestCheckResourceAttr("sdwan_transport_ipv6_tracker_group_profile_parcel.test", "tracker_elements.0.tracker_id", "615d948f-34ee-4a2e-810e-a9bd8d3d48ec")) checks = append(checks, resource.TestCheckResourceAttr("sdwan_transport_ipv6_tracker_group_profile_parcel.test", "tracker_boolean", "or")) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, Steps: []resource.TestStep{ - { - Config: testAccSdwanTransportIPv6TrackerGroupPrerequisitesProfileParcelConfig + testAccSdwanTransportIPv6TrackerGroupProfileParcelConfig_minimum(), - }, + { Config: testAccSdwanTransportIPv6TrackerGroupPrerequisitesProfileParcelConfig + testAccSdwanTransportIPv6TrackerGroupProfileParcelConfig_all(), Check: resource.ComposeTestCheckFunc(checks...), @@ -60,8 +57,23 @@ resource "sdwan_transport_feature_profile" "test" { description = "Terraform test" } -resource "sdwan_transport_ipv6_tracker_profile_parcel" "test" { - name = "TF_TEST" +resource "sdwan_transport_ipv6_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform Test" + feature_profile_id = sdwan_transport_feature_profile.test.id + tracker_name = "TRACKER_1" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "2001:0:0:1::0" + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "ipv6-interface" + tracker_type = "endpoint" +} + +resource "sdwan_transport_ipv6_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform Test" feature_profile_id = sdwan_transport_feature_profile.test.id tracker_name = "TRACKER_1" @@ -79,15 +91,6 @@ resource "sdwan_transport_ipv6_tracker_profile_parcel" "test" { // End of section. //template:end testPrerequisites // Section below is generated&owned by "gen/generator.go". //template:begin testAccConfigMinimum -func testAccSdwanTransportIPv6TrackerGroupProfileParcelConfig_minimum() string { - config := `resource "sdwan_transport_ipv6_tracker_group_profile_parcel" "test" {` + "\n" - config += ` name = "TF_TEST_MIN"` + "\n" - config += ` description = "Terraform integration test"` + "\n" - config += ` feature_profile_id = sdwan_transport_feature_profile.test.id` + "\n" - config += ` tracker_name = "TRACKER_GROUP_1"` + "\n" - config += `}` + "\n" - return config -} // End of section. //template:end testAccConfigMinimum @@ -99,7 +102,9 @@ func testAccSdwanTransportIPv6TrackerGroupProfileParcelConfig_all() string { config += ` feature_profile_id = sdwan_transport_feature_profile.test.id` + "\n" config += ` tracker_name = "TRACKER_GROUP_1"` + "\n" config += ` tracker_elements = [{` + "\n" - config += ` tracker_id = sdwan_transport_ipv6_tracker_profile_parcel.test.id` + "\n" + config += ` tracker_id = sdwan_transport_ipv6_tracker_profile_parcel.test-1.id` + "\n" + config += ` }, {` + "\n" + config += ` tracker_id = sdwan_transport_ipv6_tracker_profile_parcel.test-2.id` + "\n" config += ` }]` + "\n" config += ` tracker_boolean = "or"` + "\n" config += `}` + "\n" diff --git a/internal/provider/resource_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go index e8b62842..5cb70f0c 100644 --- a/internal/provider/resource_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_management_vpn_interface_ethernet_profile_parcel_test.go @@ -119,7 +119,9 @@ func testAccSdwanTransportManagementVPNInterfaceEthernetProfileParcelConfig_all( config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helper = ["1.2.3.4"]` + "\n" config += ` ipv4_iperf_server = "example"` + "\n" @@ -127,7 +129,9 @@ func testAccSdwanTransportManagementVPNInterfaceEthernetProfileParcelConfig_all( config += ` ipv6_address = "2001:0:0:1::/64"` + "\n" config += ` arp_entries = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` duplex = "full"` + "\n" config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" diff --git a/internal/provider/resource_sdwan_transport_management_vpn_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_management_vpn_profile_parcel_test.go index 2f784abf..fc478774 100644 --- a/internal/provider/resource_sdwan_transport_management_vpn_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_management_vpn_profile_parcel_test.go @@ -101,23 +101,34 @@ func testAccSdwanTransportManagementVPNProfileParcelConfig_all() string { config += ` secondary_dns_address_ipv6 = "2001:0:0:2::0"` + "\n" config += ` new_host_mappings = [{` + "\n" config += ` host_name = "example"` + "\n" + config += ` list_of_ip_addresses = ["1.2.3.4"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_static_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` gateway = "nextHop"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` ipv6_static_routes = [{` + "\n" config += ` prefix = "2002::/16"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "2001:0:0:1::1"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += `}` + "\n" diff --git a/internal/provider/resource_sdwan_transport_routing_bgp_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_routing_bgp_profile_parcel_test.go index 0ea36534..90294fa6 100644 --- a/internal/provider/resource_sdwan_transport_routing_bgp_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_routing_bgp_profile_parcel_test.go @@ -166,80 +166,133 @@ func testAccSdwanTransportRoutingBGPProfileParcelConfig_all() string { config += ` multipath_relax = false` + "\n" config += ` ipv4_neighbors = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` description = "neighbor1"` + "\n" + config += ` shutdown = false` + "\n" + config += ` remote_as = 200` + "\n" + config += ` local_as = 200` + "\n" + config += ` keepalive_time = 40` + "\n" + config += ` hold_time = 200` + "\n" + config += ` update_source_interface = "GigabitEthernet0"` + "\n" + config += ` next_hop_self = false` + "\n" + config += ` send_community = true` + "\n" + config += ` send_extended_community = true` + "\n" + config += ` ebgp_multihop = 1` + "\n" + config += ` password = "myPassword"` + "\n" + config += ` send_label = true` + "\n" + config += ` explicit_null = false` + "\n" + config += ` as_override = false` + "\n" + config += ` allowas_in_number = 1` + "\n" + config += ` address_families = [{` + "\n" config += ` family_type = "ipv4-unicast"` + "\n" + config += ` max_number_of_prefixes = 2000` + "\n" + config += ` threshold = 75` + "\n" + config += ` policy_type = "restart"` + "\n" + config += ` restart_interval = 30` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv6_neighbors = [{` + "\n" config += ` address = "2001::1"` + "\n" + config += ` description = "neighbor2"` + "\n" + config += ` shutdown = false` + "\n" + config += ` remote_as = 200` + "\n" + config += ` local_as = 200` + "\n" + config += ` keepalive_time = 180` + "\n" + config += ` hold_time = 60` + "\n" + config += ` update_source_interface = "Loopback1"` + "\n" + config += ` next_hop_self = true` + "\n" + config += ` send_community = true` + "\n" + config += ` send_extended_community = true` + "\n" + config += ` ebgp_multihop = 3` + "\n" + config += ` password = "myPassword"` + "\n" + config += ` as_override = true` + "\n" + config += ` allowas_in_number = 3` + "\n" + config += ` address_families = [{` + "\n" config += ` family_type = "ipv6-unicast"` + "\n" + config += ` max_number_of_prefixes = 2000` + "\n" + config += ` threshold = 75` + "\n" + config += ` policy_type = "restart"` + "\n" + config += ` restart_interval = 30` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` ipv4_aggregate_addresses = [{` + "\n" config += ` network_address = "10.10.0.0"` + "\n" + config += ` subnet_mask = "255.255.0.0"` + "\n" + config += ` as_set_path = false` + "\n" + config += ` summary_only = false` + "\n" + config += ` }]` + "\n" config += ` ipv4_networks = [{` + "\n" config += ` network_address = "10.10.0.0"` + "\n" + config += ` subnet_mask = "255.255.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_eibgp_maximum_paths = 1` + "\n" config += ` ipv4_originate = false` + "\n" config += ` ipv4_table_map_filter = false` + "\n" config += ` ipv6_aggregate_addresses = [{` + "\n" config += ` aggregate_prefix = "3001::1/128"` + "\n" + config += ` as_set_path = false` + "\n" + config += ` summary_only = false` + "\n" + config += ` }]` + "\n" config += ` ipv6_networks = [{` + "\n" config += ` network_prefix = "2001:0DB8:0000:000b::/64"` + "\n" + config += ` }]` + "\n" config += ` ipv6_eibgp_maximum_paths = 2` + "\n" config += ` ipv6_originate = true` + "\n" config += ` ipv6_table_map_filter = false` + "\n" config += ` mpls_interfaces = [{` + "\n" config += ` interface_name = "GigabitEthernet1"` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/internal/provider/resource_sdwan_transport_tracker_group_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_tracker_group_profile_parcel_test.go index dd17415e..696907ae 100644 --- a/internal/provider/resource_sdwan_transport_tracker_group_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_tracker_group_profile_parcel_test.go @@ -33,15 +33,12 @@ func TestAccSdwanTransportTrackerGroupProfileParcel(t *testing.T) { t.Skip("skipping test, set environment variable SDWAN_2012") } var checks []resource.TestCheckFunc - checks = append(checks, resource.TestCheckResourceAttr("sdwan_transport_tracker_group_profile_parcel.test", "tracker_elements.0.tracker_id", "615d948f-34ee-4a2e-810e-a9bd8d3d48ec")) checks = append(checks, resource.TestCheckResourceAttr("sdwan_transport_tracker_group_profile_parcel.test", "tracker_boolean", "or")) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, ProtoV6ProviderFactories: testAccProtoV6ProviderFactories, Steps: []resource.TestStep{ - { - Config: testAccSdwanTransportTrackerGroupPrerequisitesProfileParcelConfig + testAccSdwanTransportTrackerGroupProfileParcelConfig_minimum(), - }, + { Config: testAccSdwanTransportTrackerGroupPrerequisitesProfileParcelConfig + testAccSdwanTransportTrackerGroupProfileParcelConfig_all(), Check: resource.ComposeTestCheckFunc(checks...), @@ -59,8 +56,23 @@ resource "sdwan_transport_feature_profile" "test" { description = "Terraform test" } -resource "sdwan_transport_tracker_profile_parcel" "test" { - name = "TF_TEST" +resource "sdwan_transport_tracker_profile_parcel" "test-1" { + name = "TF_TEST_1" + description = "Terraform Test" + feature_profile_id = sdwan_transport_feature_profile.test.id + tracker_name = "TRACKER_1" + endpoint_api_url = "google.com" + endpoint_dns_name = "google.com" + endpoint_ip = "1.2.3.4" + interval = 30 + multiplier = 3 + threshold = 300 + endpoint_tracker_type = "interface" + tracker_type = "endpoint" +} + +resource "sdwan_transport_tracker_profile_parcel" "test-2" { + name = "TF_TEST_2" description = "Terraform Test" feature_profile_id = sdwan_transport_feature_profile.test.id tracker_name = "TRACKER_1" @@ -78,14 +90,6 @@ resource "sdwan_transport_tracker_profile_parcel" "test" { // End of section. //template:end testPrerequisites // Section below is generated&owned by "gen/generator.go". //template:begin testAccConfigMinimum -func testAccSdwanTransportTrackerGroupProfileParcelConfig_minimum() string { - config := `resource "sdwan_transport_tracker_group_profile_parcel" "test" {` + "\n" - config += ` name = "TF_TEST_MIN"` + "\n" - config += ` description = "Terraform integration test"` + "\n" - config += ` feature_profile_id = sdwan_transport_feature_profile.test.id1` + "\n" - config += `}` + "\n" - return config -} // End of section. //template:end testAccConfigMinimum @@ -94,9 +98,11 @@ func testAccSdwanTransportTrackerGroupProfileParcelConfig_all() string { config := `resource "sdwan_transport_tracker_group_profile_parcel" "test" {` + "\n" config += ` name = "TF_TEST_ALL"` + "\n" config += ` description = "Terraform integration test"` + "\n" - config += ` feature_profile_id = sdwan_transport_feature_profile.test.id1` + "\n" + config += ` feature_profile_id = sdwan_transport_feature_profile.test.id` + "\n" config += ` tracker_elements = [{` + "\n" - config += ` tracker_id = sdwan_transport_tracker_profile_parcel.test.id` + "\n" + config += ` tracker_id = sdwan_transport_tracker_profile_parcel.test-1.id` + "\n" + config += ` }, {` + "\n" + config += ` tracker_id = sdwan_transport_tracker_profile_parcel.test-2.id` + "\n" config += ` }]` + "\n" config += ` tracker_boolean = "or"` + "\n" config += `}` + "\n" diff --git a/internal/provider/resource_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go index ccbe3d2d..9a252b0d 100644 --- a/internal/provider/resource_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_wan_vpn_interface_cellular_profile_parcel_test.go @@ -239,15 +239,20 @@ func testAccSdwanTransportWANVPNInterfaceCellularProfileParcelConfig_all() strin config += ` tunnel_interface_allow_bfd = false` + "\n" config += ` tunnel_interface_encapsulations = [{` + "\n" config += ` encapsulation = "gre"` + "\n" + config += ` preference = 4294967` + "\n" + config += ` weight = 250` + "\n" + config += ` }]` + "\n" config += ` nat_ipv4 = true` + "\n" config += ` nat_udp_timeout = 1` + "\n" config += ` nat_tcp_timeout = 60` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` ip_mtu = 1500` + "\n" config += ` interface_mtu = 1500` + "\n" diff --git a/internal/provider/resource_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go index e5fd54bb..4ef35b07 100644 --- a/internal/provider/resource_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_wan_vpn_interface_ethernet_profile_parcel_test.go @@ -232,7 +232,9 @@ func testAccSdwanTransportWANVPNInterfaceEthernetProfileParcelConfig_all() strin config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n" config += ` ipv4_secondary_addresses = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` }]` + "\n" config += ` ipv4_dhcp_helper = ["1.2.3.4"]` + "\n" config += ` iperf_server = "example"` + "\n" @@ -281,8 +283,11 @@ func testAccSdwanTransportWANVPNInterfaceEthernetProfileParcelConfig_all() strin config += ` tunnel_interface_allow_bfd = false` + "\n" config += ` tunnel_interface_encapsulations = [{` + "\n" config += ` encapsulation = "gre"` + "\n" + config += ` preference = 4294967` + "\n" + config += ` weight = 250` + "\n" + config += ` }]` + "\n" config += ` nat_ipv4 = true` + "\n" config += ` nat_type = "interface"` + "\n" @@ -290,21 +295,30 @@ func testAccSdwanTransportWANVPNInterfaceEthernetProfileParcelConfig_all() strin config += ` nat_tcp_timeout = 60` + "\n" config += ` new_static_nats = [{` + "\n" config += ` source_ip = "1.2.3.4"` + "\n" + config += ` translated_ip = "2.3.4.5"` + "\n" + config += ` direction = "inside"` + "\n" + config += ` source_vpn = 3` + "\n" + config += ` }]` + "\n" config += ` nat_ipv6 = true` + "\n" config += ` nat64 = false` + "\n" config += ` nat66 = true` + "\n" config += ` static_nat66 = [{` + "\n" config += ` source_prefix = "2001:0db8:85a3::/48"` + "\n" + config += ` translated_source_prefix = "abcd:1234:5678::/48"` + "\n" + config += ` source_vpn_id = 4` + "\n" + config += ` }]` + "\n" config += ` arps = [{` + "\n" config += ` ip_address = "1.2.3.4"` + "\n" + config += ` mac_address = "00-B0-D0-63-C2-26"` + "\n" + config += ` }]` + "\n" config += ` icmp_redirect_disable = true` + "\n" config += ` duplex = "full"` + "\n" diff --git a/internal/provider/resource_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go index 7e06df54..b941b724 100644 --- a/internal/provider/resource_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_wan_vpn_interface_t1_e1_serial_profile_parcel_test.go @@ -238,8 +238,11 @@ func testAccSdwanTransportWANVPNInterfaceT1E1SerialProfileParcelConfig_all() str config += ` tunnel_interface_allow_bfd = false` + "\n" config += ` tunnel_interface_encapsulations = [{` + "\n" config += ` encapsulation = "gre"` + "\n" + config += ` preference = 4294967` + "\n" + config += ` weight = 250` + "\n" + config += ` }]` + "\n" config += ` tcp_mss = 1460` + "\n" config += ` mtu = 1500` + "\n" diff --git a/internal/provider/resource_sdwan_transport_wan_vpn_profile_parcel_test.go b/internal/provider/resource_sdwan_transport_wan_vpn_profile_parcel_test.go index 78b10730..0f576b22 100644 --- a/internal/provider/resource_sdwan_transport_wan_vpn_profile_parcel_test.go +++ b/internal/provider/resource_sdwan_transport_wan_vpn_profile_parcel_test.go @@ -108,33 +108,49 @@ func testAccSdwanTransportWANVPNProfileParcelConfig_all() string { config += ` secondary_dns_address_ipv6 = "2001:0:0:2::0"` + "\n" config += ` new_host_mappings = [{` + "\n" config += ` host_name = "example"` + "\n" + config += ` list_of_ip_addresses = ["1.2.3.4"]` + "\n" + config += ` }]` + "\n" config += ` ipv4_static_routes = [{` + "\n" config += ` network_address = "1.2.3.4"` + "\n" + config += ` subnet_mask = "0.0.0.0"` + "\n" + config += ` gateway = "nextHop"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "1.2.3.4"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` ipv6_static_routes = [{` + "\n" config += ` prefix = "2002::/16"` + "\n" + config += ` next_hops = [{` + "\n" config += ` address = "2001:0:0:1::0"` + "\n" + config += ` administrative_distance = 1` + "\n" + config += ` }]` + "\n" config += ` }]` + "\n" config += ` services = [{` + "\n" config += ` service_type = "TE"` + "\n" + config += ` }]` + "\n" config += ` nat_64_v4_pools = [{` + "\n" config += ` nat64_v4_pool_name = "example"` + "\n" + config += ` nat64_v4_pool_range_start = "203.0.113.50"` + "\n" + config += ` nat64_v4_pool_range_end = "203.0.113.100"` + "\n" + config += ` nat64_v4_pool_overload = false` + "\n" + config += ` }]` + "\n" config += `}` + "\n" return config diff --git a/log.json b/log.json new file mode 100644 index 00000000..d9f8e96d --- /dev/null +++ b/log.json @@ -0,0 +1,33 @@ +2024-08-12T12:54:38.462+0100 [INFO] Terraform version: 1.5.4 +2024-08-12T12:54:38.463+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0 +2024-08-12T12:54:38.463+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 +2024-08-12T12:54:38.463+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 +2024-08-12T12:54:38.463+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.2 +2024-08-12T12:54:38.463+0100 [INFO] Go runtime version: go1.20.6 +2024-08-12T12:54:38.463+0100 [INFO] CLI args: []string{"terraform", "fmt", "-recursive", "./examples/"} +2024-08-12T12:54:38.463+0100 [DEBUG] Attempting to open CLI config file: /Users/seconroy/.terraformrc +2024-08-12T12:54:38.463+0100 [INFO] Loading CLI configuration from /Users/seconroy/.terraformrc +2024-08-12T12:54:38.465+0100 [DEBUG] Explicit provider installation configuration is set +2024-08-12T12:54:38.468+0100 [INFO] CLI command args: []string{"fmt", "-recursive", "./examples/"} +2024-08-12T13:13:25.208+0100 [INFO] Terraform version: 1.5.4 +2024-08-12T13:13:25.209+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0 +2024-08-12T13:13:25.209+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 +2024-08-12T13:13:25.209+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 +2024-08-12T13:13:25.209+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.2 +2024-08-12T13:13:25.209+0100 [INFO] Go runtime version: go1.20.6 +2024-08-12T13:13:25.209+0100 [INFO] CLI args: []string{"terraform", "fmt", "-recursive", "./examples/"} +2024-08-12T13:13:25.210+0100 [DEBUG] Attempting to open CLI config file: /Users/seconroy/.terraformrc +2024-08-12T13:13:25.210+0100 [INFO] Loading CLI configuration from /Users/seconroy/.terraformrc +2024-08-12T13:13:25.213+0100 [DEBUG] Explicit provider installation configuration is set +2024-08-12T13:13:25.215+0100 [INFO] CLI command args: []string{"fmt", "-recursive", "./examples/"} +2024-08-12T13:18:41.360+0100 [INFO] Terraform version: 1.5.4 +2024-08-12T13:18:41.361+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0 +2024-08-12T13:18:41.361+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2 +2024-08-12T13:18:41.361+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0 +2024-08-12T13:18:41.361+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.2 +2024-08-12T13:18:41.361+0100 [INFO] Go runtime version: go1.20.6 +2024-08-12T13:18:41.361+0100 [INFO] CLI args: []string{"terraform", "fmt", "-recursive", "./examples/"} +2024-08-12T13:18:41.362+0100 [DEBUG] Attempting to open CLI config file: /Users/seconroy/.terraformrc +2024-08-12T13:18:41.362+0100 [INFO] Loading CLI configuration from /Users/seconroy/.terraformrc +2024-08-12T13:18:41.363+0100 [DEBUG] Explicit provider installation configuration is set +2024-08-12T13:18:41.365+0100 [INFO] CLI command args: []string{"fmt", "-recursive", "./examples/"}