diff --git a/internal/services/lb/lb.go b/internal/services/lb/lb.go index 48b18c8d6..aa85b23f8 100644 --- a/internal/services/lb/lb.go +++ b/internal/services/lb/lb.go @@ -366,6 +366,7 @@ func resourceLbRead(ctx context.Context, d *schema.ResourceData, m any) diag.Dia opts := &ipam.GetResourcePrivateIPsOptions{ ResourceType: &resourceType, PrivateNetworkID: &privateNetworkID, + ResourceID: &lb.ID, } privateIPs, err := ipam.GetResourcePrivateIPs(ctx, m, region, opts) diff --git a/internal/services/lb/testdata/lb-with-private-networks-ipam-ids.cassette.yaml b/internal/services/lb/testdata/lb-with-private-networks-ipam-ids.cassette.yaml index ebc0d43bb..7fd1ba999 100644 --- a/internal/services/lb/testdata/lb-with-private-networks-ipam-ids.cassette.yaml +++ b/internal/services/lb/testdata/lb-with-private-networks-ipam-ids.cassette.yaml @@ -18,7 +18,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs method: POST response: @@ -27,20 +27,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 394 + content_length: 404 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.300336Z","custom_routes_propagation_enabled":false,"id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-06-30T15:12:12.300336Z"}' + body: '{"created_at":"2025-10-01T14:00:58.681470Z","custom_routes_propagation_enabled":true,"id":"f6ff8af0-56d6-4fbd-9218-87f38020af72","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-01T14:00:58.681470Z"}' headers: Content-Length: - - "394" + - "404" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:12 GMT + - Wed, 01 Oct 2025 14:00:58 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,62 +48,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3b4f61e-cf5b-40ab-a6c2-1b9f99edba03 + - 77892bf1-e580-4313-96f2-3d657e15cead status: 200 OK code: 200 - duration: 300.349292ms + duration: 355.756083ms - id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 2 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: '{}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee/enable-custom-routes-propagation - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 393 - uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.300336Z","custom_routes_propagation_enabled":true,"id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-06-30T15:12:12.356994Z"}' - headers: - Content-Length: - - "393" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 30 Jun 2025 15:12:12 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4939ec90-bb2d-4cb4-a965-4dba080e6072 - status: 200 OK - code: 200 - duration: 45.12025ms - - id: 2 request: proto: HTTP/1.1 proto_major: 1 @@ -118,8 +67,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f6ff8af0-56d6-4fbd-9218-87f38020af72 method: GET response: proto: HTTP/2.0 @@ -127,20 +76,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 393 + content_length: 404 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.300336Z","custom_routes_propagation_enabled":true,"id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-06-30T15:12:12.356994Z"}' + body: '{"created_at":"2025-10-01T14:00:58.681470Z","custom_routes_propagation_enabled":true,"id":"f6ff8af0-56d6-4fbd-9218-87f38020af72","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-01T14:00:58.681470Z"}' headers: Content-Length: - - "393" + - "404" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:12 GMT + - Wed, 01 Oct 2025 14:00:58 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -148,11 +97,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd3e5ae0-0b58-4d24-841b-c523eb1a2005 + - a5596a3c-c133-44de-b4c4-596d3867f1a4 status: 200 OK code: 200 - duration: 38.716667ms - - id: 3 + duration: 52.187041ms + - id: 2 request: proto: HTTP/1.1 proto_major: 1 @@ -163,13 +112,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"tf-pn-admiring-gould","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","tags":[],"subnets":["172.16.32.0/22"],"vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee","default_route_propagation_enabled":false}' + body: '{"name":"tf-pn-hopeful-wilbur","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","tags":[],"subnets":["172.16.32.0/22"],"vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72","default_route_propagation_enabled":false}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks method: POST response: @@ -178,20 +127,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1066 + content_length: 1090 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.483517Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"da50beb2-d97f-4e14-8ead-60751924ee8d","name":"tf-pn-admiring-gould","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-06-30T15:12:12.483517Z","id":"018b66ab-c139-42f5-92c2-a62d9c95b732","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"},{"created_at":"2025-06-30T15:12:12.483517Z","id":"69ac7404-778c-4987-9894-1b9f944ab86d","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:5d5c::/64","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}],"tags":[],"updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}' + body: '{"created_at":"2025-10-01T14:00:58.845458Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","name":"tf-pn-hopeful-wilbur","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T14:00:58.845458Z","id":"6cca2372-36e4-456c-a641-19a981e7cdae","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"},{"created_at":"2025-10-01T14:00:58.845458Z","id":"8903b066-1f00-4ab4-ae7f-59d98908137d","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:1b90::/64","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}],"tags":[],"updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}' headers: Content-Length: - - "1066" + - "1090" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:12 GMT + - Wed, 01 Oct 2025 14:00:59 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -199,11 +148,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3fdf1d7-a197-473d-ab83-1c25517cadae + - 9501cfe7-1d5f-4bd6-b07a-d848de186140 status: 200 OK code: 200 - duration: 563.313917ms - - id: 4 + duration: 640.021167ms + - id: 3 request: proto: HTTP/1.1 proto_major: 1 @@ -218,8 +167,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/da50beb2-d97f-4e14-8ead-60751924ee8d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/45ebb16d-77d9-4b8a-9097-2cab72f2dfaf method: GET response: proto: HTTP/2.0 @@ -227,20 +176,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1066 + content_length: 1090 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.483517Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"da50beb2-d97f-4e14-8ead-60751924ee8d","name":"tf-pn-admiring-gould","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-06-30T15:12:12.483517Z","id":"018b66ab-c139-42f5-92c2-a62d9c95b732","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"},{"created_at":"2025-06-30T15:12:12.483517Z","id":"69ac7404-778c-4987-9894-1b9f944ab86d","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:5d5c::/64","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}],"tags":[],"updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}' + body: '{"created_at":"2025-10-01T14:00:58.845458Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","name":"tf-pn-hopeful-wilbur","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T14:00:58.845458Z","id":"6cca2372-36e4-456c-a641-19a981e7cdae","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"},{"created_at":"2025-10-01T14:00:58.845458Z","id":"8903b066-1f00-4ab4-ae7f-59d98908137d","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:1b90::/64","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}],"tags":[],"updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}' headers: Content-Length: - - "1066" + - "1090" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:13 GMT + - Wed, 01 Oct 2025 14:00:59 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -248,11 +197,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33c05780-1dc5-41bc-965c-3efd9f973e7f + - 4615ff27-4b5a-4103-a50c-c803791d10b1 status: 200 OK code: 200 - duration: 29.578ms - - id: 5 + duration: 31.555667ms + - id: 4 request: proto: HTTP/1.1 proto_major: 1 @@ -263,13 +212,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","source":{"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d"},"is_ipv6":false,"address":"172.16.32.7","tags":[]}' + body: '{"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","source":{"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf"},"is_ipv6":false,"address":"172.16.32.7","tags":[]}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips method: POST response: @@ -278,20 +227,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 358 + content_length: 369 uncompressed: false - body: '{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":null,"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:14.368594Z","zone":null}' + body: '{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":null,"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:00:59.548483Z","zone":null}' headers: Content-Length: - - "358" + - "369" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:14 GMT + - Wed, 01 Oct 2025 14:00:59 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -299,11 +248,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e9b1c12-b948-45da-a2f5-ed1a2d6922a0 + - dd31f82b-52b9-4d4c-8a0e-4a886d734a3f status: 200 OK code: 200 - duration: 1.374342916s - - id: 6 + duration: 129.019042ms + - id: 5 request: proto: HTTP/1.1 proto_major: 1 @@ -318,8 +267,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips/83e0517b-d0dd-4479-aa01-cc9741f0dce9 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips/1c94458c-5e20-4052-9285-e06a47a927d5 method: GET response: proto: HTTP/2.0 @@ -327,20 +276,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 358 + content_length: 369 uncompressed: false - body: '{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":null,"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:14.368594Z","zone":null}' + body: '{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":null,"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:00:59.548483Z","zone":null}' headers: Content-Length: - - "358" + - "369" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:14 GMT + - Wed, 01 Oct 2025 14:00:59 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -348,11 +297,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5e30fc57-8e7f-4bd6-bbba-5b7af22118b2 + - c5e29df8-1405-40e2-8a4e-7ec1a107d12f status: 200 OK code: 200 - duration: 30.157166ms - - id: 7 + duration: 32.0025ms + - id: 6 request: proto: HTTP/1.1 proto_major: 1 @@ -367,8 +316,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/da50beb2-d97f-4e14-8ead-60751924ee8d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/45ebb16d-77d9-4b8a-9097-2cab72f2dfaf method: GET response: proto: HTTP/2.0 @@ -376,20 +325,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1066 + content_length: 1090 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.483517Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"da50beb2-d97f-4e14-8ead-60751924ee8d","name":"tf-pn-admiring-gould","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-06-30T15:12:12.483517Z","id":"018b66ab-c139-42f5-92c2-a62d9c95b732","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"},{"created_at":"2025-06-30T15:12:12.483517Z","id":"69ac7404-778c-4987-9894-1b9f944ab86d","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:5d5c::/64","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}],"tags":[],"updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}' + body: '{"created_at":"2025-10-01T14:00:58.845458Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","name":"tf-pn-hopeful-wilbur","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T14:00:58.845458Z","id":"6cca2372-36e4-456c-a641-19a981e7cdae","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"},{"created_at":"2025-10-01T14:00:58.845458Z","id":"8903b066-1f00-4ab4-ae7f-59d98908137d","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:1b90::/64","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}],"tags":[],"updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}' headers: Content-Length: - - "1066" + - "1090" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:14 GMT + - Wed, 01 Oct 2025 14:00:59 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -397,11 +346,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d36483ff-6e1e-47ff-a1b7-26bde0bd48d8 + - 470496cb-06f8-4f6e-8337-f984289f26f6 status: 200 OK code: 200 - duration: 32.840416ms - - id: 8 + duration: 36.799875ms + - id: 7 request: proto: HTTP/1.1 proto_major: 1 @@ -418,7 +367,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: @@ -427,20 +376,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 894 + content_length: 919 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147108Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:14.612147108Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755177Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:00:59.774755177Z","zone":"fr-par-1"}' headers: Content-Length: - - "894" + - "919" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:14 GMT + - Wed, 01 Oct 2025 14:00:59 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -448,11 +397,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c170a522-003a-4f3a-afdb-94db9e341531 + - 9636937e-9984-42f5-b5d6-42ad6c3730ab status: 200 OK code: 200 - duration: 375.808209ms - - id: 9 + duration: 316.939625ms + - id: 8 request: proto: HTTP/1.1 proto_major: 1 @@ -467,8 +416,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -476,20 +425,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 888 + content_length: 1121 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:14.612147Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"unknown","updated_at":"2025-10-01T14:01:00.034271Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:00:59.774755Z","zone":"fr-par-1"}' headers: Content-Length: - - "888" + - "1121" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:14 GMT + - Wed, 01 Oct 2025 14:01:00 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -497,11 +446,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb01b03c-1924-4a86-adce-8d7e92e05bf3 + - 28a4efa9-f066-4689-9dd1-07d79891da69 status: 200 OK code: 200 - duration: 77.667333ms - - id: 10 + duration: 110.308833ms + - id: 9 request: proto: HTTP/1.1 proto_major: 1 @@ -516,8 +465,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -525,20 +474,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:17.026014Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:02.049130Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1084" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:45 GMT + - Wed, 01 Oct 2025 14:01:30 GMT Server: - - Scaleway API Gateway (fr-par-2;edge01) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -546,11 +495,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc4454c6-13ac-4c28-88a1-16869278230b + - eae436e9-d248-49da-a0c3-dd98801cf55b status: 200 OK code: 200 - duration: 123.364ms - - id: 11 + duration: 186.839542ms + - id: 10 request: proto: HTTP/1.1 proto_major: 1 @@ -561,14 +510,14 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"]}' + body: '{"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"]}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/attach-private-network + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/attach-private-network method: POST response: proto: HTTP/2.0 @@ -576,20 +525,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1377 + content_length: 1414 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:45.444081589Z","dhcp_config":{"ip_id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9"},"ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"],"lb":{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:17.026014Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"},"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","status":"pending","updated_at":"2025-06-30T15:12:45.444081589Z"}' + body: '{"created_at":"2025-10-01T14:01:30.774608743Z","dhcp_config":{"ip_id":"1c94458c-5e20-4052-9285-e06a47a927d5"},"ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"],"lb":{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:02.049130Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"},"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","status":"pending","updated_at":"2025-10-01T14:01:30.774608743Z"}' headers: Content-Length: - - "1377" + - "1414" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:45 GMT + - Wed, 01 Oct 2025 14:01:31 GMT Server: - - Scaleway API Gateway (fr-par-2;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -597,11 +546,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4eeba9a-f295-4583-ba2b-2cce9fb31ee7 + - 675c1bfb-308c-42c2-8156-a67c842bd3cc status: 200 OK code: 200 - duration: 635.765625ms - - id: 12 + duration: 866.525459ms + - id: 11 request: proto: HTTP/1.1 proto_major: 1 @@ -616,8 +565,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -625,20 +574,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1209 + content_length: 1241 uncompressed: false - body: '{"private_network":[{"created_at":"2025-06-30T15:12:45.444082Z","dhcp_config":{"ip_id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9"},"ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"],"lb":{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"},"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","status":"pending","updated_at":"2025-06-30T15:12:45.444082Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T14:01:30.774609Z","dhcp_config":{"ip_id":"1c94458c-5e20-4052-9285-e06a47a927d5"},"ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"],"lb":{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"},"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","status":"pending","updated_at":"2025-10-01T14:01:30.774609Z"}],"total_count":1}' headers: Content-Length: - - "1209" + - "1241" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:12:45 GMT + - Wed, 01 Oct 2025 14:01:31 GMT Server: - - Scaleway API Gateway (fr-par-2;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -646,11 +595,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 700751f4-be58-47f9-a75a-c0241578c9b8 + - c7c97b36-579e-4b3c-994e-5dafee603086 status: 200 OK code: 200 - duration: 154.110417ms - - id: 13 + duration: 186.507667ms + - id: 12 request: proto: HTTP/1.1 proto_major: 1 @@ -665,8 +614,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -674,20 +623,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1207 + content_length: 1239 uncompressed: false - body: '{"private_network":[{"created_at":"2025-06-30T15:12:45.444082Z","dhcp_config":{"ip_id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9"},"ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"],"lb":{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"},"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","status":"ready","updated_at":"2025-06-30T15:12:48.016086Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T14:01:30.774609Z","dhcp_config":{"ip_id":"1c94458c-5e20-4052-9285-e06a47a927d5"},"ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"],"lb":{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"},"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","status":"ready","updated_at":"2025-10-01T14:01:33.674234Z"}],"total_count":1}' headers: Content-Length: - - "1207" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:01 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -695,11 +644,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0765affd-9355-4a7b-87bd-4e0c64d0c14f + - 997182e1-19f5-4b7e-99b0-fa1835e711a1 status: 200 OK code: 200 - duration: 184.977833ms - - id: 14 + duration: 198.1215ms + - id: 13 request: proto: HTTP/1.1 proto_major: 1 @@ -714,8 +663,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -723,20 +672,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1084" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:01 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -744,11 +693,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e13e9b6a-2fd4-402b-9179-5c109a8e91f3 + - 44a9f9d2-3e58-4ffc-9c7b-3459fbd07c30 status: 200 OK code: 200 - duration: 66.454667ms - - id: 15 + duration: 118.328084ms + - id: 14 request: proto: HTTP/1.1 proto_major: 1 @@ -763,8 +712,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -772,20 +721,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1084" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:01 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -793,11 +742,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 122c0302-e099-402a-9539-a371c6349d84 + - efbb5703-9316-4277-9f34-117d88714733 status: 200 OK code: 200 - duration: 93.775417ms - - id: 16 + duration: 92.793583ms + - id: 15 request: proto: HTTP/1.1 proto_major: 1 @@ -812,8 +761,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -821,20 +770,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1207 + content_length: 1239 uncompressed: false - body: '{"private_network":[{"created_at":"2025-06-30T15:12:45.444082Z","dhcp_config":{"ip_id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9"},"ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"],"lb":{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"},"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","status":"ready","updated_at":"2025-06-30T15:12:48.016086Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T14:01:30.774609Z","dhcp_config":{"ip_id":"1c94458c-5e20-4052-9285-e06a47a927d5"},"ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"],"lb":{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"},"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","status":"ready","updated_at":"2025-10-01T14:01:33.674234Z"}],"total_count":1}' headers: Content-Length: - - "1207" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:01 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -842,11 +791,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49dd324b-b1f5-4155-85df-257f6a6b6ed1 + - d9467884-42a6-43d5-bac8-ca9e01527de2 status: 200 OK code: 200 - duration: 143.505333ms - - id: 17 + duration: 142.161083ms + - id: 16 request: proto: HTTP/1.1 proto_major: 1 @@ -861,8 +810,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=da50beb2-d97f-4e14-8ead-60751924ee8d&resource_type=lb_server + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=45ebb16d-77d9-4b8a-9097-2cab72f2dfaf&resource_id=b597ace6-b629-4590-89db-9b0b48283a07&resource_type=lb_server method: GET response: proto: HTTP/2.0 @@ -870,20 +819,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 521 + content_length: 536 uncompressed: false - body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"b597ace6-b629-4590-89db-9b0b48283a07","mac_address":"02:00:00:1A:98:2B","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:01:31.816420Z","zone":null}],"total_count":1}' headers: Content-Length: - - "521" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:01 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -891,11 +840,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d618d4a9-9bee-4aae-a896-f23aa96459de + - 499cdd10-e3ca-4388-9e9d-28d9edf0d15c status: 200 OK code: 200 - duration: 69.79175ms - - id: 18 + duration: 78.272542ms + - id: 17 request: proto: HTTP/1.1 proto_major: 1 @@ -910,7 +859,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?is_ipv6=false&order_by=created_at_desc&page=1&resource_name=test-lb-with-private-network-ipam&resource_type=lb_server method: GET response: @@ -919,20 +868,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 521 + content_length: 536 uncompressed: false - body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"b597ace6-b629-4590-89db-9b0b48283a07","mac_address":"02:00:00:1A:98:2B","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:01:31.816420Z","zone":null}],"total_count":1}' headers: Content-Length: - - "521" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -940,11 +889,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b91bfc7-5811-4c17-9af1-c3823c081fdf + - 8ab2618e-596d-4cb1-b2b3-413e6779eb67 status: 200 OK code: 200 - duration: 49.652625ms - - id: 19 + duration: 57.950417ms + - id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -959,8 +908,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -968,20 +917,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1084" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -989,11 +938,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbc1ec89-4942-49cb-80dc-f62747619f9f + - f241c299-10a1-4952-9b6f-aa157f12389e status: 200 OK code: 200 - duration: 79.825917ms - - id: 20 + duration: 74.749792ms + - id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -1008,7 +957,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?is_ipv6=false&order_by=created_at_desc&page=1&resource_name=test-lb-with-private-network-ipam&resource_type=lb_server method: GET response: @@ -1017,20 +966,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 521 + content_length: 536 uncompressed: false - body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"b597ace6-b629-4590-89db-9b0b48283a07","mac_address":"02:00:00:1A:98:2B","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:01:31.816420Z","zone":null}],"total_count":1}' headers: Content-Length: - - "521" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1038,60 +987,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8f334bd-b90f-4663-8597-387aca988f61 + - d9bfa2ea-7dc3-47ab-bef9-d9f26cbefb11 status: 200 OK code: 200 - duration: 56.567791ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 0 - transfer_encoding: [] - trailer: {} - host: api.scaleway.com - remote_addr: "" - request_uri: "" - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 393 - uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.300336Z","custom_routes_propagation_enabled":true,"id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-06-30T15:12:12.356994Z"}' - headers: - Content-Length: - - "393" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 30 Jun 2025 15:13:16 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e5c6924c-fe2d-40bd-939c-e0552ca84edc - status: 200 OK - code: 200 - duration: 31.607458ms - - id: 22 + duration: 87.312583ms + - id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -1106,8 +1006,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/da50beb2-d97f-4e14-8ead-60751924ee8d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f6ff8af0-56d6-4fbd-9218-87f38020af72 method: GET response: proto: HTTP/2.0 @@ -1115,20 +1015,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1066 + content_length: 404 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.483517Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"da50beb2-d97f-4e14-8ead-60751924ee8d","name":"tf-pn-admiring-gould","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-06-30T15:12:12.483517Z","id":"018b66ab-c139-42f5-92c2-a62d9c95b732","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"},{"created_at":"2025-06-30T15:12:12.483517Z","id":"69ac7404-778c-4987-9894-1b9f944ab86d","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:5d5c::/64","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}],"tags":[],"updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}' + body: '{"created_at":"2025-10-01T14:00:58.681470Z","custom_routes_propagation_enabled":true,"id":"f6ff8af0-56d6-4fbd-9218-87f38020af72","is_default":false,"name":"my vpc","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","routing_enabled":true,"tags":[],"updated_at":"2025-10-01T14:00:58.681470Z"}' headers: Content-Length: - - "1066" + - "404" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1136,11 +1036,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20d6068e-f369-4cd8-92ae-ca8bd9cc69be + - 4db4405b-0f73-43f2-8f52-4d833be171a3 status: 200 OK code: 200 - duration: 30.222333ms - - id: 23 + duration: 28.755875ms + - id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -1155,8 +1055,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips/83e0517b-d0dd-4479-aa01-cc9741f0dce9 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/45ebb16d-77d9-4b8a-9097-2cab72f2dfaf method: GET response: proto: HTTP/2.0 @@ -1164,20 +1064,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 495 + content_length: 1090 uncompressed: false - body: '{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}' + body: '{"created_at":"2025-10-01T14:00:58.845458Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","name":"tf-pn-hopeful-wilbur","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T14:00:58.845458Z","id":"6cca2372-36e4-456c-a641-19a981e7cdae","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"},{"created_at":"2025-10-01T14:00:58.845458Z","id":"8903b066-1f00-4ab4-ae7f-59d98908137d","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:1b90::/64","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}],"tags":[],"updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}' headers: Content-Length: - - "495" + - "1090" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:16 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1185,11 +1085,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ec0aef5-dda3-4bf6-850e-ee54402c6bee + - 36155eda-b800-4c1f-8c74-2767ebe60d53 status: 200 OK code: 200 - duration: 26.974208ms - - id: 24 + duration: 42.841917ms + - id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -1204,8 +1104,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/da50beb2-d97f-4e14-8ead-60751924ee8d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips/1c94458c-5e20-4052-9285-e06a47a927d5 method: GET response: proto: HTTP/2.0 @@ -1213,20 +1113,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1066 + content_length: 509 uncompressed: false - body: '{"created_at":"2025-06-30T15:12:12.483517Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"da50beb2-d97f-4e14-8ead-60751924ee8d","name":"tf-pn-admiring-gould","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-06-30T15:12:12.483517Z","id":"018b66ab-c139-42f5-92c2-a62d9c95b732","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"},{"created_at":"2025-06-30T15:12:12.483517Z","id":"69ac7404-778c-4987-9894-1b9f944ab86d","private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:5d5c::/64","updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}],"tags":[],"updated_at":"2025-06-30T15:12:12.483517Z","vpc_id":"7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee"}' + body: '{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"b597ace6-b629-4590-89db-9b0b48283a07","mac_address":"02:00:00:1A:98:2B","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:01:31.816420Z","zone":null}' headers: Content-Length: - - "1066" + - "509" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1234,11 +1134,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ecad8af-e111-401f-957d-b191fd8cd8c2 + - 12cfe967-90b6-496b-ba73-d17e8d1f6130 status: 200 OK code: 200 - duration: 34.701ms - - id: 25 + duration: 64.6725ms + - id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -1253,8 +1153,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/45ebb16d-77d9-4b8a-9097-2cab72f2dfaf method: GET response: proto: HTTP/2.0 @@ -1262,20 +1162,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1090 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"created_at":"2025-10-01T14:00:58.845458Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","name":"tf-pn-hopeful-wilbur","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T14:00:58.845458Z","id":"6cca2372-36e4-456c-a641-19a981e7cdae","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.32.0/22","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"},{"created_at":"2025-10-01T14:00:58.845458Z","id":"8903b066-1f00-4ab4-ae7f-59d98908137d","private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:1b90::/64","updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}],"tags":[],"updated_at":"2025-10-01T14:00:58.845458Z","vpc_id":"f6ff8af0-56d6-4fbd-9218-87f38020af72"}' headers: Content-Length: - - "1084" + - "1090" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1283,11 +1183,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4563225-ac76-48d4-8a8a-d020d2246c38 + - 5a709e6c-7c5c-4267-b294-7238ba7f67e9 status: 200 OK code: 200 - duration: 72.136333ms - - id: 26 + duration: 30.483375ms + - id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -1302,8 +1202,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -1311,20 +1211,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1207 + content_length: 1115 uncompressed: false - body: '{"private_network":[{"created_at":"2025-06-30T15:12:45.444082Z","dhcp_config":{"ip_id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9"},"ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"],"lb":{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"},"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","status":"ready","updated_at":"2025-06-30T15:12:48.016086Z"}],"total_count":1}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1207" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1332,11 +1232,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 283f746d-f06f-45a7-9db0-998e3daafeeb + - 4686e359-7d4f-4c7f-956f-64ff2c6bd1fd status: 200 OK code: 200 - duration: 112.902375ms - - id: 27 + duration: 80.395584ms + - id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -1351,8 +1251,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=da50beb2-d97f-4e14-8ead-60751924ee8d&resource_type=lb_server + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -1360,20 +1260,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 521 + content_length: 1239 uncompressed: false - body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T14:01:30.774609Z","dhcp_config":{"ip_id":"1c94458c-5e20-4052-9285-e06a47a927d5"},"ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"],"lb":{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"},"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","status":"ready","updated_at":"2025-10-01T14:01:33.674234Z"}],"total_count":1}' headers: Content-Length: - - "521" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:02 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1381,11 +1281,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f615f04-17d6-442b-b7c6-389065a988cd + - 13d23953-a94e-4500-924f-370b4b668a70 status: 200 OK code: 200 - duration: 74.307125ms - - id: 28 + duration: 141.777166ms + - id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -1400,8 +1300,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?is_ipv6=false&order_by=created_at_desc&page=1&resource_name=test-lb-with-private-network-ipam&resource_type=lb_server + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=45ebb16d-77d9-4b8a-9097-2cab72f2dfaf&resource_id=b597ace6-b629-4590-89db-9b0b48283a07&resource_type=lb_server method: GET response: proto: HTTP/2.0 @@ -1409,20 +1309,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 521 + content_length: 536 uncompressed: false - body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"b597ace6-b629-4590-89db-9b0b48283a07","mac_address":"02:00:00:1A:98:2B","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:01:31.816420Z","zone":null}],"total_count":1}' headers: Content-Length: - - "521" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:03 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1430,11 +1330,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8bcee65d-fe57-4aad-81df-9dc6f94f9229 + - 0009c595-973e-4ccc-8692-c13c85d133db status: 200 OK code: 200 - duration: 60.0075ms - - id: 29 + duration: 77.067916ms + - id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -1449,7 +1349,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?is_ipv6=false&order_by=created_at_desc&page=1&resource_name=test-lb-with-private-network-ipam&resource_type=lb_server method: GET response: @@ -1458,20 +1358,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 521 + content_length: 536 uncompressed: false - body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-06-30T15:12:14.368594Z","id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","mac_address":"02:00:00:1A:FF:8C","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"018b66ab-c139-42f5-92c2-a62d9c95b732"},"tags":[],"updated_at":"2025-06-30T15:12:46.362698Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.32.7/22","created_at":"2025-10-01T14:00:59.548483Z","id":"1c94458c-5e20-4052-9285-e06a47a927d5","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"b597ace6-b629-4590-89db-9b0b48283a07","mac_address":"02:00:00:1A:98:2B","name":"test-lb-with-private-network-ipam","type":"lb_server"},"reverses":[],"source":{"subnet_id":"6cca2372-36e4-456c-a641-19a981e7cdae"},"tags":[],"updated_at":"2025-10-01T14:01:31.816420Z","zone":null}],"total_count":1}' headers: Content-Length: - - "521" + - "536" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:03 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1479,11 +1379,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e63fac3d-c2bf-4262-ae86-c3df096701cb + - 7fa2a8e8-e170-4776-9210-735b1a3ec5c7 status: 200 OK code: 200 - duration: 59.066417ms - - id: 30 + duration: 67.973667ms + - id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -1498,8 +1398,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -1507,20 +1407,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1084" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:03 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1528,11 +1428,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d913e2b-8c5e-4d5d-a6a9-92bf5c11f34f + - 32720b15-bd85-46a5-aa2d-0ffa5cf0def1 status: 200 OK code: 200 - duration: 66.056166ms - - id: 31 + duration: 90.291542ms + - id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -1547,8 +1447,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -1556,20 +1456,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1207 + content_length: 1239 uncompressed: false - body: '{"private_network":[{"created_at":"2025-06-30T15:12:45.444082Z","dhcp_config":{"ip_id":"83e0517b-d0dd-4479-aa01-cc9741f0dce9"},"ipam_ids":["83e0517b-d0dd-4479-aa01-cc9741f0dce9"],"lb":{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"},"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","status":"ready","updated_at":"2025-06-30T15:12:48.016086Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T14:01:30.774609Z","dhcp_config":{"ip_id":"1c94458c-5e20-4052-9285-e06a47a927d5"},"ipam_ids":["1c94458c-5e20-4052-9285-e06a47a927d5"],"lb":{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"},"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","status":"ready","updated_at":"2025-10-01T14:01:33.674234Z"}],"total_count":1}' headers: Content-Length: - - "1207" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:17 GMT + - Wed, 01 Oct 2025 14:02:03 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1577,11 +1477,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2bf0ab9-5bc0-4438-b801-85ba3ff3fd19 + - fdfee338-a8d5-4752-9657-a4741aa57bda status: 200 OK code: 200 - duration: 125.699667ms - - id: 32 + duration: 167.146833ms + - id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -1592,14 +1492,14 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"private_network_id":"da50beb2-d97f-4e14-8ead-60751924ee8d"}' + body: '{"private_network_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06/detach-private-network + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07/detach-private-network method: POST response: proto: HTTP/2.0 @@ -1616,9 +1516,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:18 GMT + - Wed, 01 Oct 2025 14:02:04 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1626,11 +1526,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12264483-a376-4df7-8060-f46cf11a1f3b + - 0e82e088-3d3c-46a8-b455-932ae09ea90e status: 204 No Content code: 204 - duration: 403.748959ms - - id: 33 + duration: 504.097041ms + - id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -1645,8 +1545,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -1654,20 +1554,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1084 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:12:18.540679Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:01:03.525921Z","zone":"fr-par-1"}' headers: Content-Length: - - "1084" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:18 GMT + - Wed, 01 Oct 2025 14:02:04 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1675,11 +1575,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a666e9dc-07ca-4c83-b9d2-f9aa62bfc6ed + - 9ef0a473-0a9e-4827-a6c2-67856f99d200 status: 200 OK code: 200 - duration: 64.498334ms - - id: 34 + duration: 132.960041ms + - id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1694,8 +1594,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07?release_ip=false method: DELETE response: proto: HTTP/2.0 @@ -1712,9 +1612,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:18 GMT + - Wed, 01 Oct 2025 14:02:04 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1722,11 +1622,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e9ee8db-099e-4da4-918c-b28a9313d944 + - cac656d3-5d91-4d52-8ed6-20eb21df958b status: 204 No Content code: 204 - duration: 321.102125ms - - id: 35 + duration: 636.8345ms + - id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1741,8 +1641,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -1750,20 +1650,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1088 + content_length: 1119 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-06-30T15:12:14.612147Z","description":"","frontend_count":0,"id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","instances":[{"created_at":"2025-06-30T15:10:43.079918Z","id":"37203385-3d3e-4d4e-8c5d-23826ef2333b","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-06-30T15:12:47.701745Z","zone":"fr-par-1"}],"ip":[{"id":"740eeda8-89b6-4b66-95a6-f38285009834","ip_address":"51.15.221.147","lb_id":"7ede9c27-d2c2-41dc-9945-d35de57ebc06","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-15-221-147.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_delete","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-06-30T15:13:18.438122Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T14:00:59.774755Z","description":"","frontend_count":0,"id":"b597ace6-b629-4590-89db-9b0b48283a07","instances":[{"created_at":"2025-10-01T13:59:26.844287Z","id":"812ba4cf-f456-4277-bd48-9ea0988f6d13","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T14:01:33.312054Z","zone":"fr-par-1"}],"ip":[{"id":"295f252b-394b-42a5-9ffd-18295fe43ede","ip_address":"51.159.10.66","lb_id":"b597ace6-b629-4590-89db-9b0b48283a07","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-private-network-ipam","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_delete","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T14:02:04.375838Z","zone":"fr-par-1"}' headers: Content-Length: - - "1088" + - "1119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:18 GMT + - Wed, 01 Oct 2025 14:02:04 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1771,11 +1671,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5da8b8ca-8bd7-4ad5-bfde-ccf508e79052 + - 4e9c8508-aca5-40cd-9f68-55d04488d5fd status: 200 OK code: 200 - duration: 75.821583ms - - id: 36 + duration: 140.257125ms + - id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1790,8 +1690,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -1810,9 +1710,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:48 GMT + - Wed, 01 Oct 2025 14:02:34 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1820,11 +1720,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ec2286d-bf20-43d0-9e2c-23419702b8eb + - 198d97fc-f407-452e-9369-30380a75b7c8 status: 404 Not Found code: 404 - duration: 29.450375ms - - id: 37 + duration: 25.765375ms + - id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1839,8 +1739,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -1859,9 +1759,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:48 GMT + - Wed, 01 Oct 2025 14:02:35 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1869,11 +1769,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 623da2c4-6be8-4fc7-928c-b9dfc1e5c51e + - 9e05d0f1-1fa3-4e0f-957f-fe688c1d4c23 status: 404 Not Found code: 404 - duration: 52.768125ms - - id: 38 + duration: 51.312875ms + - id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1890,8 +1790,8 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips/83e0517b-d0dd-4479-aa01-cc9741f0dce9 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips/1c94458c-5e20-4052-9285-e06a47a927d5 method: DELETE response: proto: HTTP/2.0 @@ -1908,9 +1808,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:48 GMT + - Wed, 01 Oct 2025 14:02:35 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1918,11 +1818,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16ac9f2a-7271-4081-bba3-2dde557fe9a4 + - f3f426e5-3752-4919-b77e-fc58cea3e02b status: 204 No Content code: 204 - duration: 63.775958ms - - id: 39 + duration: 40.03425ms + - id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -1937,8 +1837,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/da50beb2-d97f-4e14-8ead-60751924ee8d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/45ebb16d-77d9-4b8a-9097-2cab72f2dfaf method: DELETE response: proto: HTTP/2.0 @@ -1955,9 +1855,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:51 GMT + - Wed, 01 Oct 2025 14:02:36 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,11 +1865,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e52cc24a-eef8-40b2-9efb-2b5f307ea9de + - 3e3e2807-df70-432d-8a84-e736613f2b7a status: 204 No Content code: 204 - duration: 2.396481542s - - id: 40 + duration: 1.229128792s + - id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -1984,8 +1884,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/7b3c827f-7cdf-4ea2-bd63-2bff2e1413ee + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/vpcs/f6ff8af0-56d6-4fbd-9218-87f38020af72 method: DELETE response: proto: HTTP/2.0 @@ -2002,9 +1902,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:51 GMT + - Wed, 01 Oct 2025 14:02:36 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2012,11 +1912,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e05ce26-cd51-4516-b7ba-1fffef2b8059 + - 69ac6695-d818-4b48-a21e-5a0348ea4667 status: 204 No Content code: 204 - duration: 107.283375ms - - id: 41 + duration: 125.773708ms + - id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -2031,8 +1931,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7ede9c27-d2c2-41dc-9945-d35de57ebc06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b597ace6-b629-4590-89db-9b0b48283a07 method: GET response: proto: HTTP/2.0 @@ -2051,9 +1951,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:51 GMT + - Wed, 01 Oct 2025 14:02:36 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2061,11 +1961,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 01fac420-a6df-4d1e-805d-1ce29155c9a1 + - f85ea828-a211-4eb1-8ae7-6d4a0580852b status: 404 Not Found code: 404 - duration: 26.097583ms - - id: 42 + duration: 20.063042ms + - id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -2080,8 +1980,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.4; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/da50beb2-d97f-4e14-8ead-60751924ee8d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/45ebb16d-77d9-4b8a-9097-2cab72f2dfaf method: GET response: proto: HTTP/2.0 @@ -2091,7 +1991,7 @@ interactions: trailer: {} content_length: 136 uncompressed: false - body: '{"message":"resource is not found","resource":"private_network","resource_id":"da50beb2-d97f-4e14-8ead-60751924ee8d","type":"not_found"}' + body: '{"message":"resource is not found","resource":"private_network","resource_id":"45ebb16d-77d9-4b8a-9097-2cab72f2dfaf","type":"not_found"}' headers: Content-Length: - "136" @@ -2100,9 +2000,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 30 Jun 2025 15:13:51 GMT + - Wed, 01 Oct 2025 14:02:36 GMT Server: - - Scaleway API Gateway (fr-par-2;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2110,7 +2010,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7806e2ec-c4e9-4c00-8f45-becd0f025545 + - fdeb1075-1063-4d97-96bf-6647af4ff33f status: 404 Not Found code: 404 - duration: 24.4235ms + duration: 22.892334ms diff --git a/internal/services/lb/testdata/lb-without-pn-config.cassette.yaml b/internal/services/lb/testdata/lb-without-pn-config.cassette.yaml index 0be47a4be..882ba5ee4 100644 --- a/internal/services/lb/testdata/lb-without-pn-config.cassette.yaml +++ b/internal/services/lb/testdata/lb-without-pn-config.cassette.yaml @@ -12,13 +12,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","is_ipv6":false,"tags":[]}' + body: '{"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","is_ipv6":false,"tags":[]}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips method: POST response: @@ -27,20 +27,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 294 + content_length: 296 uncompressed: false - body: '{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":null,"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' + body: '{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":null,"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' headers: Content-Length: - - "294" + - "296" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:42:46 GMT + - Wed, 01 Oct 2025 13:52:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af5652af-c2a1-429e-8b44-36f709a248e7 + - 0d417c9c-59ba-4f42-bc5b-755174ffbc5a status: 200 OK code: 200 - duration: 266.786296ms + duration: 333.824ms - id: 1 request: proto: HTTP/1.1 @@ -67,8 +67,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0478e274-35ec-488d-9266-65927ffcceac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/4a920369-9b2d-46c1-9446-6cf504442322 method: GET response: proto: HTTP/2.0 @@ -76,20 +76,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 294 + content_length: 296 uncompressed: false - body: '{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":null,"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' + body: '{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":null,"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' headers: Content-Length: - - "294" + - "296" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:42:46 GMT + - Wed, 01 Oct 2025 13:52:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,28 +97,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0799d4f5-376a-43ba-ba9e-50aaf68965d2 + - 0f23a0b4-8158-41b0-8b45-1deafda933ca status: 200 OK code: 200 - duration: 44.199331ms + duration: 44.290583ms - id: 2 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 105 + content_length: 147 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"pn-with-lb-static","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","tags":[],"subnets":null}' + body: '{"name":"pn-with-lb-static","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","tags":[],"subnets":null,"default_route_propagation_enabled":false}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks method: POST response: @@ -127,20 +127,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1043 + content_length: 1087 uncompressed: false - body: '{"created_at":"2025-05-05T18:42:46.075828Z","dhcp_enabled":true,"id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","name":"pn-with-lb-static","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","subnets":[{"created_at":"2025-05-05T18:42:46.075828Z","id":"c7d05151-0d65-46cf-b4d7-de7e7ceadb1f","private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnet":"172.16.4.0/22","updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"},{"created_at":"2025-05-05T18:42:46.075828Z","id":"cdb13615-9e35-4e1c-8760-d5aff52dcf51","private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnet":"fd63:256c:45f7:3dc0::/64","updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"}],"tags":[],"updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"}' + body: '{"created_at":"2025-10-01T13:52:02.646532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","name":"pn-with-lb-static","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T13:52:02.646532Z","id":"83eb7b63-1a2f-4a6f-a4e4-38e6f9370f4b","private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.60.0/22","updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},{"created_at":"2025-10-01T13:52:02.646532Z","id":"566e87ac-7ec7-4c2e-8b0f-274d9d01b1e3","private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:8ce2::/64","updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}],"tags":[],"updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}' headers: Content-Length: - - "1043" + - "1087" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:42:46 GMT + - Wed, 01 Oct 2025 13:52:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -148,10 +148,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8b31e56-eec5-4398-8a34-0359a23ef235 + - 03ebec89-9345-4ef8-8523-7b16aff120e6 status: 200 OK code: 200 - duration: 1.032880272s + duration: 904.926083ms - id: 3 request: proto: HTTP/1.1 @@ -167,8 +167,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/4ecbed52-c0ed-44cc-9500-9348dc47fecb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/65a64177-8af2-4fbe-94aa-3586310f7b1b method: GET response: proto: HTTP/2.0 @@ -176,20 +176,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1043 + content_length: 1087 uncompressed: false - body: '{"created_at":"2025-05-05T18:42:46.075828Z","dhcp_enabled":true,"id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","name":"pn-with-lb-static","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","subnets":[{"created_at":"2025-05-05T18:42:46.075828Z","id":"c7d05151-0d65-46cf-b4d7-de7e7ceadb1f","private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnet":"172.16.4.0/22","updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"},{"created_at":"2025-05-05T18:42:46.075828Z","id":"cdb13615-9e35-4e1c-8760-d5aff52dcf51","private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnet":"fd63:256c:45f7:3dc0::/64","updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"}],"tags":[],"updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"}' + body: '{"created_at":"2025-10-01T13:52:02.646532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","name":"pn-with-lb-static","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T13:52:02.646532Z","id":"83eb7b63-1a2f-4a6f-a4e4-38e6f9370f4b","private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.60.0/22","updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},{"created_at":"2025-10-01T13:52:02.646532Z","id":"566e87ac-7ec7-4c2e-8b0f-274d9d01b1e3","private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:8ce2::/64","updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}],"tags":[],"updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}' headers: Content-Length: - - "1043" + - "1087" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:42:46 GMT + - Wed, 01 Oct 2025 13:52:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -197,10 +197,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f496627e-39a6-4d45-9497-d75616467df4 + - e87c543d-680d-4555-822a-20ae7e963f10 status: 200 OK code: 200 - duration: 57.906667ms + duration: 56.153167ms - id: 4 request: proto: HTTP/1.1 @@ -212,13 +212,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","name":"test-lb-with-pn-static-cidr","description":"","ip_id":"0478e274-35ec-488d-9266-65927ffcceac","ip_ids":[],"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_intermediate"}' + body: '{"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","name":"test-lb-with-pn-static-cidr","description":"","ip_id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_ids":[],"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_intermediate"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: @@ -227,20 +227,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 913 + content_length: 909 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639012Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":0,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:47.045639012Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:03.430566Z","zone":"fr-par-1"}' headers: Content-Length: - - "913" + - "909" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:42:47 GMT + - Wed, 01 Oct 2025 13:52:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -248,10 +248,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a7b180a-889a-4a16-91f8-45e912aecd3e + - 2ed3c30d-88c4-4164-ad7e-950d41a5b6db status: 200 OK code: 200 - duration: 433.236186ms + duration: 326.597458ms - id: 5 request: proto: HTTP/1.1 @@ -267,8 +267,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -276,20 +276,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1114 + content_length: 909 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"unknown","updated_at":"2025-05-05T18:42:47.358462Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":0,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"creating","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:47.367164Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_create","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:03.430566Z","zone":"fr-par-1"}' headers: Content-Length: - - "1114" + - "909" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:42:47 GMT + - Wed, 01 Oct 2025 13:52:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -297,10 +297,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9257b03d-9187-41c5-bcc5-b9bc4ca76182 + - 80bfbdeb-f12b-4032-8c07-878b89509d6c status: 200 OK code: 200 - duration: 75.082672ms + duration: 71.970916ms - id: 6 request: proto: HTTP/1.1 @@ -316,8 +316,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -325,20 +325,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:42:49.210656Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":0,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:05.399860Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":0,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:17 GMT + - Wed, 01 Oct 2025 13:52:33 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -346,10 +346,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54d96ee9-ab12-4178-ac09-d2eb22978316 + - 930ca3e9-2f98-4ba5-a67e-9eaa3523e7f3 status: 200 OK code: 200 - duration: 80.812441ms + duration: 106.546084ms - id: 7 request: proto: HTTP/1.1 @@ -361,14 +361,14 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","ipam_ids":[]}' + body: '{"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","ipam_ids":[]}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/attach-private-network + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/attach-private-network method: POST response: proto: HTTP/2.0 @@ -376,20 +376,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1336 + content_length: 1338 uncompressed: false - body: '{"created_at":"2025-05-05T18:43:17.782227069Z","dhcp_config":{"ip_id":null},"ipam_ids":[],"lb":{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:42:49.210656Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"},"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","status":"pending","updated_at":"2025-05-05T18:43:17.782227069Z"}' + body: '{"created_at":"2025-10-01T13:52:34.004798254Z","dhcp_config":{"ip_id":null},"ipam_ids":[],"lb":{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:05.399860Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"},"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","status":"pending","updated_at":"2025-10-01T13:52:34.004798254Z"}' headers: Content-Length: - - "1336" + - "1338" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:17 GMT + - Wed, 01 Oct 2025 13:52:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -397,10 +397,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d410b6a1-e627-4e80-b832-42f6c5ec3072 + - d4db9991-91ef-4002-9712-0ba22641c60f status: 200 OK code: 200 - duration: 1.073729131s + duration: 335.247375ms - id: 8 request: proto: HTTP/1.1 @@ -416,8 +416,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -425,20 +425,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1235 + content_length: 1165 uncompressed: false - body: '{"private_network":[{"created_at":"2025-05-05T18:43:17.782227Z","dhcp_config":{"ip_id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8"},"ipam_ids":["7db7a036-97f6-47a3-8d4f-bdc631f709d8"],"lb":{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"},"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","status":"pending","updated_at":"2025-05-05T18:43:18.470211Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T13:52:34.004798Z","dhcp_config":{"ip_id":null},"ipam_ids":[],"lb":{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"},"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","status":"pending","updated_at":"2025-10-01T13:52:34.004798Z"}],"total_count":1}' headers: Content-Length: - - "1235" + - "1165" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:18 GMT + - Wed, 01 Oct 2025 13:52:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -446,10 +446,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24929fbb-4a88-4e4c-bd23-5f410fb82844 + - f9ac24e4-294e-4ead-b2ac-459c4359280f status: 200 OK code: 200 - duration: 510.180289ms + duration: 140.012875ms - id: 9 request: proto: HTTP/1.1 @@ -465,8 +465,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -474,20 +474,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1233 + content_length: 1235 uncompressed: false - body: '{"private_network":[{"created_at":"2025-05-05T18:43:17.782227Z","dhcp_config":{"ip_id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8"},"ipam_ids":["7db7a036-97f6-47a3-8d4f-bdc631f709d8"],"lb":{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"},"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","status":"ready","updated_at":"2025-05-05T18:43:20.646649Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T13:52:34.004798Z","dhcp_config":{"ip_id":"97515832-63d1-4b76-b6ed-2f134ed35f74"},"ipam_ids":["97515832-63d1-4b76-b6ed-2f134ed35f74"],"lb":{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"},"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","status":"ready","updated_at":"2025-10-01T13:52:35.874808Z"}],"total_count":1}' headers: Content-Length: - - "1233" + - "1235" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -495,10 +495,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88b87ad8-cfbc-4fb1-b30c-8e22cbab7b5f + - dbb6baa6-85aa-4e1a-af65-998f2b0ca0a0 status: 200 OK code: 200 - duration: 213.00551ms + duration: 141.752625ms - id: 10 request: proto: HTTP/1.1 @@ -514,8 +514,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -523,20 +523,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -544,10 +544,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aed2c6ed-cdea-4a52-a994-1ff874806dab + - 277644f2-a705-4bc8-ba90-bcb15a16392c status: 200 OK code: 200 - duration: 65.833807ms + duration: 69.787666ms - id: 11 request: proto: HTTP/1.1 @@ -563,8 +563,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -572,20 +572,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -593,10 +593,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34e6b378-a38c-4336-be5c-ed6d507592a7 + - 0ace5d0b-6767-437b-89ec-95dd2395574a status: 200 OK code: 200 - duration: 69.762791ms + duration: 67.779041ms - id: 12 request: proto: HTTP/1.1 @@ -612,8 +612,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -621,20 +621,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1233 + content_length: 1235 uncompressed: false - body: '{"private_network":[{"created_at":"2025-05-05T18:43:17.782227Z","dhcp_config":{"ip_id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8"},"ipam_ids":["7db7a036-97f6-47a3-8d4f-bdc631f709d8"],"lb":{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"},"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","status":"ready","updated_at":"2025-05-05T18:43:20.646649Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T13:52:34.004798Z","dhcp_config":{"ip_id":"97515832-63d1-4b76-b6ed-2f134ed35f74"},"ipam_ids":["97515832-63d1-4b76-b6ed-2f134ed35f74"],"lb":{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"},"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","status":"ready","updated_at":"2025-10-01T13:52:35.874808Z"}],"total_count":1}' headers: Content-Length: - - "1233" + - "1235" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -642,10 +642,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38caf4ee-8a60-4c86-a022-358e01d3471d + - d52a6aa1-abd0-4991-b6a6-1a937055312e status: 200 OK code: 200 - duration: 108.809696ms + duration: 134.043625ms - id: 13 request: proto: HTTP/1.1 @@ -661,8 +661,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=4ecbed52-c0ed-44cc-9500-9348dc47fecb&resource_type=lb_server + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=65a64177-8af2-4fbe-94aa-3586310f7b1b&resource_id=6717975e-beac-4edd-8ce8-4bb8d56359a7&resource_type=lb_server method: GET response: proto: HTTP/2.0 @@ -670,20 +670,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 529 + content_length: 530 uncompressed: false - body: '{"ips":[{"address":"172.16.4.2/22","created_at":"2025-05-05T18:43:18.328169Z","id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8","is_ipv6":false,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","resource":{"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","mac_address":"02:00:00:1B:0F:7F","name":"test-lb-with-pn-static-cidr","type":"lb_server"},"reverses":[],"source":{"subnet_id":"c7d05151-0d65-46cf-b4d7-de7e7ceadb1f"},"tags":[],"updated_at":"2025-05-05T18:43:19.012181Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.60.2/22","created_at":"2025-10-01T13:52:34.305756Z","id":"97515832-63d1-4b76-b6ed-2f134ed35f74","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","mac_address":"02:00:00:12:C7:24","name":"test-lb-with-pn-static-cidr","type":"lb_server"},"reverses":[],"source":{"subnet_id":"83eb7b63-1a2f-4a6f-a4e4-38e6f9370f4b"},"tags":[],"updated_at":"2025-10-01T13:52:34.753538Z","zone":null}],"total_count":1}' headers: Content-Length: - - "529" + - "530" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -691,10 +691,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 374db587-7128-48d8-8085-a56d9d8eb4e0 + - 7f74970a-4179-4848-be47-4f72c4228424 status: 200 OK code: 200 - duration: 72.904766ms + duration: 111.812916ms - id: 14 request: proto: HTTP/1.1 @@ -710,8 +710,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -719,20 +719,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -740,10 +740,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5facdc43-af41-4de7-9b47-679f1e23dbfd + - 798355c3-a26a-4274-9fae-13f1cb25be0b status: 200 OK code: 200 - duration: 70.802515ms + duration: 73.411917ms - id: 15 request: proto: HTTP/1.1 @@ -759,8 +759,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0478e274-35ec-488d-9266-65927ffcceac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/4a920369-9b2d-46c1-9446-6cf504442322 method: GET response: proto: HTTP/2.0 @@ -768,20 +768,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 328 + content_length: 330 uncompressed: false - body: '{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' + body: '{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' headers: Content-Length: - - "328" + - "330" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:49 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -789,10 +789,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9579534-082a-48f7-9f93-7bab78a0f720 + - 974f80f4-9b55-4a4e-80ff-b5ae22bc8c10 status: 200 OK code: 200 - duration: 54.179124ms + duration: 44.446334ms - id: 16 request: proto: HTTP/1.1 @@ -808,8 +808,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/4ecbed52-c0ed-44cc-9500-9348dc47fecb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/4a920369-9b2d-46c1-9446-6cf504442322 method: GET response: proto: HTTP/2.0 @@ -817,20 +817,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1043 + content_length: 330 uncompressed: false - body: '{"created_at":"2025-05-05T18:42:46.075828Z","dhcp_enabled":true,"id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","name":"pn-with-lb-static","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","subnets":[{"created_at":"2025-05-05T18:42:46.075828Z","id":"c7d05151-0d65-46cf-b4d7-de7e7ceadb1f","private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnet":"172.16.4.0/22","updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"},{"created_at":"2025-05-05T18:42:46.075828Z","id":"cdb13615-9e35-4e1c-8760-d5aff52dcf51","private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnet":"fd63:256c:45f7:3dc0::/64","updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"}],"tags":[],"updated_at":"2025-05-05T18:42:46.075828Z","vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c"}' + body: '{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' headers: Content-Length: - - "1043" + - "330" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:50 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -838,10 +838,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5748c987-bd9e-48dc-9bb8-c0ffdfc7a148 + - 4baa410e-b643-40d7-a0c0-8d6e2bb60897 status: 200 OK code: 200 - duration: 67.03793ms + duration: 46.707291ms - id: 17 request: proto: HTTP/1.1 @@ -857,8 +857,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0478e274-35ec-488d-9266-65927ffcceac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/65a64177-8af2-4fbe-94aa-3586310f7b1b method: GET response: proto: HTTP/2.0 @@ -866,20 +866,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 328 + content_length: 1087 uncompressed: false - body: '{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' + body: '{"created_at":"2025-10-01T13:52:02.646532Z","default_route_propagation_enabled":false,"dhcp_enabled":true,"id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","name":"pn-with-lb-static","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","subnets":[{"created_at":"2025-10-01T13:52:02.646532Z","id":"83eb7b63-1a2f-4a6f-a4e4-38e6f9370f4b","private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"172.16.60.0/22","updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},{"created_at":"2025-10-01T13:52:02.646532Z","id":"566e87ac-7ec7-4c2e-8b0f-274d9d01b1e3","private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnet":"fd46:78ab:30b8:8ce2::/64","updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}],"tags":[],"updated_at":"2025-10-01T13:52:02.646532Z","vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}' headers: Content-Length: - - "328" + - "1087" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:50 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -887,10 +887,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc8c10db-8041-4603-b291-c6ff83e9642b + - 5d1ef745-89d4-4637-b30a-375dbc276740 status: 200 OK code: 200 - duration: 67.827304ms + duration: 46.431375ms - id: 18 request: proto: HTTP/1.1 @@ -906,8 +906,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -915,20 +915,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:50 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -936,10 +936,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8f84e69-87fd-4091-bfde-51d002276241 + - dbcb6470-06ad-453e-8f02-576973e5f115 status: 200 OK code: 200 - duration: 64.029847ms + duration: 67.737916ms - id: 19 request: proto: HTTP/1.1 @@ -955,8 +955,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -964,20 +964,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:50 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -985,10 +985,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d52ba76-f196-4960-9796-b8a3581f708d + - 4a063a3a-e69d-4134-a217-678ee7ea18a3 status: 200 OK code: 200 - duration: 76.505553ms + duration: 90.732333ms - id: 20 request: proto: HTTP/1.1 @@ -1004,8 +1004,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -1013,20 +1013,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1233 + content_length: 1235 uncompressed: false - body: '{"private_network":[{"created_at":"2025-05-05T18:43:17.782227Z","dhcp_config":{"ip_id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8"},"ipam_ids":["7db7a036-97f6-47a3-8d4f-bdc631f709d8"],"lb":{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"},"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","status":"ready","updated_at":"2025-05-05T18:43:20.646649Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T13:52:34.004798Z","dhcp_config":{"ip_id":"97515832-63d1-4b76-b6ed-2f134ed35f74"},"ipam_ids":["97515832-63d1-4b76-b6ed-2f134ed35f74"],"lb":{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"},"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","status":"ready","updated_at":"2025-10-01T13:52:35.874808Z"}],"total_count":1}' headers: Content-Length: - - "1233" + - "1235" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:50 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1034,10 +1034,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87a18178-a150-4436-8151-f610ff8c31c7 + - 2971b62e-cb50-4cdc-9ac0-027435dad718 status: 200 OK code: 200 - duration: 110.472321ms + duration: 143.6285ms - id: 21 request: proto: HTTP/1.1 @@ -1053,8 +1053,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=4ecbed52-c0ed-44cc-9500-9348dc47fecb&resource_type=lb_server + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/ipam/v1/regions/fr-par/ips?order_by=created_at_desc&private_network_id=65a64177-8af2-4fbe-94aa-3586310f7b1b&resource_id=6717975e-beac-4edd-8ce8-4bb8d56359a7&resource_type=lb_server method: GET response: proto: HTTP/2.0 @@ -1062,20 +1062,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 529 + content_length: 530 uncompressed: false - body: '{"ips":[{"address":"172.16.4.2/22","created_at":"2025-05-05T18:43:18.328169Z","id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8","is_ipv6":false,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","resource":{"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","mac_address":"02:00:00:1B:0F:7F","name":"test-lb-with-pn-static-cidr","type":"lb_server"},"reverses":[],"source":{"subnet_id":"c7d05151-0d65-46cf-b4d7-de7e7ceadb1f"},"tags":[],"updated_at":"2025-05-05T18:43:19.012181Z","zone":null}],"total_count":1}' + body: '{"ips":[{"address":"172.16.60.2/22","created_at":"2025-10-01T13:52:34.305756Z","id":"97515832-63d1-4b76-b6ed-2f134ed35f74","is_ipv6":false,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","resource":{"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","mac_address":"02:00:00:12:C7:24","name":"test-lb-with-pn-static-cidr","type":"lb_server"},"reverses":[],"source":{"subnet_id":"83eb7b63-1a2f-4a6f-a4e4-38e6f9370f4b"},"tags":[],"updated_at":"2025-10-01T13:52:34.753538Z","zone":null}],"total_count":1}' headers: Content-Length: - - "529" + - "530" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:50 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1083,10 +1083,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a38b0e6-7e1d-451e-a749-51bcfde362a9 + - 085aa53d-f3ab-42f3-8933-015e03f8b930 status: 200 OK code: 200 - duration: 90.892842ms + duration: 82.582333ms - id: 22 request: proto: HTTP/1.1 @@ -1102,8 +1102,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -1111,20 +1111,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:51 GMT + - Wed, 01 Oct 2025 13:53:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1132,10 +1132,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba0ab068-6925-4b3c-b7ce-8de4981846ef + - 3b3437a8-9c95-42c4-ab8a-7e59b619408b status: 200 OK code: 200 - duration: 75.204288ms + duration: 63.050416ms - id: 23 request: proto: HTTP/1.1 @@ -1151,8 +1151,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/private-networks?order_by=created_at_asc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/private-networks?order_by=created_at_asc method: GET response: proto: HTTP/2.0 @@ -1160,20 +1160,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1233 + content_length: 1235 uncompressed: false - body: '{"private_network":[{"created_at":"2025-05-05T18:43:17.782227Z","dhcp_config":{"ip_id":"7db7a036-97f6-47a3-8d4f-bdc631f709d8"},"ipam_ids":["7db7a036-97f6-47a3-8d4f-bdc631f709d8"],"lb":{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"},"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb","status":"ready","updated_at":"2025-05-05T18:43:20.646649Z"}],"total_count":1}' + body: '{"private_network":[{"created_at":"2025-10-01T13:52:34.004798Z","dhcp_config":{"ip_id":"97515832-63d1-4b76-b6ed-2f134ed35f74"},"ipam_ids":["97515832-63d1-4b76-b6ed-2f134ed35f74"],"lb":{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"},"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b","status":"ready","updated_at":"2025-10-01T13:52:35.874808Z"}],"total_count":1}' headers: Content-Length: - - "1233" + - "1235" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:51 GMT + - Wed, 01 Oct 2025 13:53:06 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1181,10 +1181,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78606d2c-8777-427d-9d52-eebd62f79436 + - 9c3d23f4-b1c6-485a-810f-37024c9f2b39 status: 200 OK code: 200 - duration: 109.023597ms + duration: 137.8875ms - id: 24 request: proto: HTTP/1.1 @@ -1196,14 +1196,14 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"private_network_id":"4ecbed52-c0ed-44cc-9500-9348dc47fecb"}' + body: '{"private_network_id":"65a64177-8af2-4fbe-94aa-3586310f7b1b"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06/detach-private-network + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7/detach-private-network method: POST response: proto: HTTP/2.0 @@ -1220,9 +1220,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:51 GMT + - Wed, 01 Oct 2025 13:53:06 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1230,10 +1230,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2bc53779-a165-4dd2-a02a-cb06bc853ce6 + - 82249231-ccb6-479f-9e75-ae93e6fd9374 status: 204 No Content code: 204 - duration: 428.791763ms + duration: 340.039542ms - id: 25 request: proto: HTTP/1.1 @@ -1249,8 +1249,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -1258,20 +1258,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1109 + content_length: 1111 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:42:50.700324Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"ready","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:52:06.385131Z","zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1111" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:51 GMT + - Wed, 01 Oct 2025 13:53:06 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1279,10 +1279,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 320d84e5-3cab-45f3-8b44-16e918e0afcb + - 328293c2-4ac1-463d-81ae-399e23014a7a status: 200 OK code: 200 - duration: 72.807483ms + duration: 107.23075ms - id: 26 request: proto: HTTP/1.1 @@ -1298,8 +1298,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7?release_ip=false method: DELETE response: proto: HTTP/2.0 @@ -1316,9 +1316,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:52 GMT + - Wed, 01 Oct 2025 13:53:06 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1326,10 +1326,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aed5e6c0-c33f-4bfb-84c3-f0844f43978b + - 81f6f813-2779-4a0b-8b56-91d915a78342 status: 204 No Content code: 204 - duration: 436.589967ms + duration: 327.749209ms - id: 27 request: proto: HTTP/1.1 @@ -1345,8 +1345,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -1354,20 +1354,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1113 + content_length: 1115 uncompressed: false - body: '{"backend_count":0,"created_at":"2025-05-05T18:42:47.045639Z","description":"","frontend_count":0,"id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","instances":[{"created_at":"2025-05-05T18:15:34.885397Z","id":"d131910c-2fe7-4205-be1d-e6f066485c50","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-05-05T18:43:20.353266Z","zone":"fr-par-1"}],"ip":[{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":"32898ce9-6bfc-4630-ba1b-4c83b3560c06","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","private_network_count":1,"project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_delete","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-05-05T18:43:52.045742Z","zone":"fr-par-1"}' + body: '{"backend_count":0,"created_at":"2025-10-01T13:52:03.430566Z","description":"","frontend_count":0,"id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","instances":[{"created_at":"2025-10-01T13:46:36.842626Z","id":"40b44dbf-dc3c-4807-a763-ee71275b5c59","ip_address":"","region":"fr-par","status":"ready","updated_at":"2025-10-01T13:52:35.681422Z","zone":"fr-par-1"}],"ip":[{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":"6717975e-beac-4edd-8ce8-4bb8d56359a7","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}],"name":"test-lb-with-pn-static-cidr","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","private_network_count":1,"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","route_count":0,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","status":"to_delete","subscriber":null,"tags":[],"type":"lb-s","updated_at":"2025-10-01T13:53:06.603996Z","zone":"fr-par-1"}' headers: Content-Length: - - "1113" + - "1115" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:43:52 GMT + - Wed, 01 Oct 2025 13:53:06 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1375,10 +1375,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de42e9b2-0f43-4f27-8a59-15a3d401a337 + - fe0efb2d-5ecc-4704-8462-f56f749fddac status: 200 OK code: 200 - duration: 116.010697ms + duration: 73.032542ms - id: 28 request: proto: HTTP/1.1 @@ -1394,8 +1394,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -1414,9 +1414,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:44:22 GMT + - Wed, 01 Oct 2025 13:53:36 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1424,10 +1424,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94b3f0d0-8c0e-4f90-a3c5-a0c10fc760d9 + - 6380da43-9c0b-4fe9-8677-afd42bc388dc status: 404 Not Found code: 404 - duration: 45.385441ms + duration: 41.343292ms - id: 29 request: proto: HTTP/1.1 @@ -1443,8 +1443,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -1463,9 +1463,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:44:22 GMT + - Wed, 01 Oct 2025 13:53:36 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1473,10 +1473,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6550134c-716f-4dc3-ae48-57a1214761ea + - 678ed22a-59d2-49a6-9820-9607b26f1149 status: 404 Not Found code: 404 - duration: 109.438272ms + duration: 36.695667ms - id: 30 request: proto: HTTP/1.1 @@ -1492,8 +1492,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0478e274-35ec-488d-9266-65927ffcceac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/4a920369-9b2d-46c1-9446-6cf504442322 method: GET response: proto: HTTP/2.0 @@ -1501,20 +1501,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 294 + content_length: 296 uncompressed: false - body: '{"id":"0478e274-35ec-488d-9266-65927ffcceac","ip_address":"51.159.10.66","lb_id":null,"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","region":"fr-par","reverse":"51-159-10-66.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' + body: '{"id":"4a920369-9b2d-46c1-9446-6cf504442322","ip_address":"51.159.26.194","lb_id":null,"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","region":"fr-par","reverse":"51-159-26-194.lb.fr-par.scw.cloud","tags":[],"zone":"fr-par-1"}' headers: Content-Length: - - "294" + - "296" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 05 May 2025 18:44:22 GMT + - Wed, 01 Oct 2025 13:53:37 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1522,10 +1522,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7e32404-3ae5-48e1-a250-54ed41c0230c + - 36c2a0e7-40a5-4aed-8c4d-0e0c1522bf1f status: 200 OK code: 200 - duration: 92.701168ms + duration: 50.860583ms - id: 31 request: proto: HTTP/1.1 @@ -1541,8 +1541,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/0478e274-35ec-488d-9266-65927ffcceac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/4a920369-9b2d-46c1-9446-6cf504442322 method: DELETE response: proto: HTTP/2.0 @@ -1559,9 +1559,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:44:23 GMT + - Wed, 01 Oct 2025 13:53:37 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1569,10 +1569,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45d6c856-febb-4e2b-99d6-2a7c4bda2e48 + - 9a06fd19-ad84-467b-8f57-252e9e3ba96f status: 204 No Content code: 204 - duration: 342.555537ms + duration: 850.077917ms - id: 32 request: proto: HTTP/1.1 @@ -1588,8 +1588,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/4ecbed52-c0ed-44cc-9500-9348dc47fecb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/65a64177-8af2-4fbe-94aa-3586310f7b1b method: DELETE response: proto: HTTP/2.0 @@ -1606,9 +1606,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:44:24 GMT + - Wed, 01 Oct 2025 13:53:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1616,10 +1616,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7771576-e645-420e-9e58-8f22442e0cb5 + - ac825864-6dcc-48d2-97c0-e1a4e9617636 status: 204 No Content code: 204 - duration: 1.461491463s + duration: 1.232273416s - id: 33 request: proto: HTTP/1.1 @@ -1635,8 +1635,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.1; linux; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/32898ce9-6bfc-4630-ba1b-4c83b3560c06 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.1; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/6717975e-beac-4edd-8ce8-4bb8d56359a7 method: GET response: proto: HTTP/2.0 @@ -1655,9 +1655,9 @@ interactions: Content-Type: - application/json Date: - - Mon, 05 May 2025 18:44:24 GMT + - Wed, 01 Oct 2025 13:53:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,7 +1665,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6be4c889-eabc-41f1-aa08-24bf7074a951 + - 8c750e93-7bda-440c-99d7-d8ab6e25edb7 status: 404 Not Found code: 404 - duration: 37.098938ms + duration: 19.679958ms