diff --git a/docs/resources/mnq_sqs_queue.md b/docs/resources/mnq_sqs_queue.md index ba60fc8b1d..1be90661d5 100644 --- a/docs/resources/mnq_sqs_queue.md +++ b/docs/resources/mnq_sqs_queue.md @@ -36,6 +36,44 @@ resource "scaleway_mnq_sqs_queue" "main" { } ``` +### With Dead Letter Queue + +```terraform +resource "scaleway_mnq_sqs" "main" {} + +resource "scaleway_mnq_sqs_credentials" "main" { + project_id = scaleway_mnq_sqs.main.project_id + name = "sqs-credentials" + + permissions { + can_manage = true + can_receive = false + can_publish = false + } +} + +resource "scaleway_mnq_sqs_queue" "dead_letter" { + project_id = scaleway_mnq_sqs.main.project_id + name = "dead-letter-queue" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key +} + +resource "scaleway_mnq_sqs_queue" "main" { + project_id = scaleway_mnq_sqs.main.project_id + name = "my-queue" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key + + dead_letter_queue { + id = scaleway_mnq_sqs_queue.dead_letter.id + max_receive_count = 3 + } +} +``` + ## Argument Reference The following arguments are supported: @@ -62,10 +100,20 @@ The following arguments are supported: - `message_max_size` - (Optional) The maximum size of a message. Should be in bytes. Must be between 1024 and 262_144. Defaults to 262_144. +- `dead_letter_queue` - (Optional) Configuration for the dead letter queue. See [Dead Letter Queue](#dead-letter-queue) below for details. + - `region` - (Defaults to [provider](../index.md#region) `region`). The [region](../guides/regions_and_zones.md#regions) in which SQS is enabled. - `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the Project in which SQS is enabled. +## Dead Letter Queue + +The `dead_letter_queue` block supports the following: + +- `id` - (Required) The ID of the dead letter queue. Can be either in the format `{region}/{project-id}/{queue-name}` or `arn:scw:sqs:{region}:project-{project-id}:{queue-name}`. + +- `max_receive_count` - (Required) The number of times a message is delivered to the source queue before being moved to the dead letter queue. Must be between 1 and 1000. + ## Attributes Reference diff --git a/internal/services/container/testdata/trigger-sqs.cassette.yaml b/internal/services/container/testdata/trigger-sqs.cassette.yaml index 15c2385a87..62cc08c830 100644 --- a/internal/services/container/testdata/trigger-sqs.cassette.yaml +++ b/internal/services/container/testdata/trigger-sqs.cassette.yaml @@ -18,7 +18,7 @@ interactions: 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/account/v3/projects method: POST response: @@ -29,7 +29,7 @@ interactions: trailer: {} content_length: 266 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.183860Z","description":"","id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-08-27T15:06:28.183860Z"}' + body: '{"created_at":"2025-09-02T09:31:46.331532Z","description":"","id":"a892113d-791f-446e-a109-72e043e12999","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-09-02T09:31:46.331532Z"}' headers: Content-Length: - "266" @@ -38,9 +38,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:28 GMT + - Tue, 02 Sep 2025 09:31:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9025af5e-5610-45aa-9519-b5586b23c8a6 + - e670f620-964c-4334-9aa8-cacbcb3992aa status: 200 OK code: 200 - duration: 394.900162ms + duration: 710.075458ms - 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/account/v3/projects/451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -78,7 +78,7 @@ interactions: trailer: {} content_length: 311 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.183860Z","description":"","id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:28.183860Z"}' + body: '{"created_at":"2025-09-02T09:31:46.331532Z","description":"","id":"a892113d-791f-446e-a109-72e043e12999","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:31:46.331532Z"}' headers: Content-Length: - "311" @@ -87,9 +87,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:28 GMT + - Tue, 02 Sep 2025 09:31:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4935c6bb-958b-4196-a169-91ea5d2976fc + - 9bdb2dea-0d2b-467c-b3e7-b1bdc5163181 status: 200 OK code: 200 - duration: 187.264822ms + duration: 206.43275ms - id: 2 request: proto: HTTP/1.1 @@ -112,13 +112,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed"}' + body: '{"project_id":"a892113d-791f-446e-a109-72e043e12999"}' 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs method: POST response: @@ -129,7 +129,7 @@ interactions: trailer: {} content_length: 239 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881912Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881912Z"}' + body: '{"created_at":"2025-09-02T09:31:47.110780777Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780777Z"}' headers: Content-Length: - "239" @@ -138,9 +138,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:28 GMT + - Tue, 02 Sep 2025 09:31:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -148,10 +148,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0fc6e5f0-143d-4cd4-8c2f-935e29bd22a4 + - e206d0c3-a224-43d3-8ef2-5d6b49b3a0b3 status: 200 OK code: 200 - duration: 184.432007ms + duration: 278.326333ms - 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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881Z"}' + body: '{"created_at":"2025-09-02T09:31:47.110780Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780Z"}' headers: Content-Length: - "233" @@ -187,9 +187,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:28 GMT + - Tue, 02 Sep 2025 09:31:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -197,28 +197,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f980fc3-6327-4857-adc8-636afbd21a24 + - 6532f5bb-1dea-472e-8e9e-57755df64c43 status: 200 OK code: 200 - duration: 75.417916ms + duration: 168.278167ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 175 + content_length: 168 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","name":"tf-sqs-credentials-dazzling-visvesvaraya","permissions":{"can_publish":true,"can_receive":true,"can_manage":true}}' + body: '{"project_id":"a892113d-791f-446e-a109-72e043e12999","name":"tf-sqs-credentials-pedantic-booth","permissions":{"can_publish":true,"can_receive":true,"can_manage":true}}' 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials method: POST response: @@ -227,20 +227,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 506 + content_length: 499 uncompressed: false - body: '{"access_key":"6q9lhzw6NRO0iF3k2A4d","created_at":"2025-08-27T15:06:28.976527189Z","id":"4637a1d0-51e8-4863-957f-ce050f8f97e8","name":"tf-sqs-credentials-dazzling-visvesvaraya","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","secret_checksum":"571dc5b9999c5ba7a5e4d1a15402dd416b2a043d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:28.976527189Z"}' + body: '{"access_key":"0P6UrJA08IYJIajE9uzT","created_at":"2025-09-02T09:31:47.518620625Z","id":"d278b54f-5b18-4522-a086-962f6acebeb3","name":"tf-sqs-credentials-pedantic-booth","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","secret_checksum":"82b2569d825e348bb6f670fe282b935d86a2d325","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:31:47.518620625Z"}' headers: Content-Length: - - "506" + - "499" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:29 GMT + - Tue, 02 Sep 2025 09:31:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -248,10 +248,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8dec5cb2-6271-4a0d-9d43-6a1a0468b211 + - d94a3265-80b0-44c1-91df-f82c759bad19 status: 200 OK code: 200 - duration: 181.681855ms + duration: 157.69875ms - 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/mnq/v1beta1/regions/fr-par/sqs-credentials/4637a1d0-51e8-4863-957f-ce050f8f97e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/d278b54f-5b18-4522-a086-962f6acebeb3 method: GET response: proto: HTTP/2.0 @@ -276,20 +276,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 436 + content_length: 429 uncompressed: false - body: '{"access_key":"6q9lhzw6NRO0iF3k2A4d","created_at":"2025-08-27T15:06:28.976527Z","id":"4637a1d0-51e8-4863-957f-ce050f8f97e8","name":"tf-sqs-credentials-dazzling-visvesvaraya","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","secret_checksum":"571dc5b9999c5ba7a5e4d1a15402dd416b2a043d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:28.976527Z"}' + body: '{"access_key":"0P6UrJA08IYJIajE9uzT","created_at":"2025-09-02T09:31:47.518620Z","id":"d278b54f-5b18-4522-a086-962f6acebeb3","name":"tf-sqs-credentials-pedantic-booth","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","secret_checksum":"82b2569d825e348bb6f670fe282b935d86a2d325","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:31:47.518620Z"}' headers: Content-Length: - - "436" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:29 GMT + - Tue, 02 Sep 2025 09:31:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -297,10 +297,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af93ee85-6c16-4e9f-8603-7051ae93ca43 + - e4456842-783d-4fd5-bf39-705e999730c7 status: 200 OK code: 200 - duration: 87.726464ms + duration: 177.004416ms - 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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -327,7 +327,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881Z"}' + body: '{"created_at":"2025-09-02T09:31:47.110780Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780Z"}' headers: Content-Length: - "233" @@ -336,9 +336,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:29 GMT + - Tue, 02 Sep 2025 09:31:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -346,87 +346,87 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f24c6f76-fa48-4e48-9a0a-6f3a07856b9d + - 4a50d429-bf51-4dcc-b713-2a52c36e861e status: 200 OK code: 200 - duration: 75.413587ms + duration: 168.980667ms - id: 7 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 129 + content_length: 189 transfer_encoding: [] trailer: {} - host: sqs.mnq.fr-par.scaleway.com + host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","VisibilityTimeout":"30"},"QueueName":"TestQueue"}' + body: '{"name":"tf-ns-cool-williamson","environment_variables":{},"project_id":"a892113d-791f-446e-a109-72e043e12999","secret_environment_variables":[],"tags":null,"activate_vpc_integration":true}' form: {} headers: - Amz-Sdk-Invocation-Id: - - ea3d6990-0439-4365-adb2-12374ffb6071 - Amz-Sdk-Request: - - attempt=1; max=3 Content-Type: - - application/x-amz-json-1.0 + - application/json User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e - X-Amz-Date: - - 20250827T150629Z - X-Amz-Target: - - AmazonSQS.CreateQueue - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces method: POST response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 106 + content_length: 506 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"created_at":"2025-09-02T09:31:47.977224140Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:31:47.977224140Z","vpc_integration_activated":true}' headers: Content-Length: - - "106" + - "506" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json; charset=utf-8 + - application/json Date: - - Wed, 27 Aug 2025 15:06:29 GMT - X-Amzn-Requestid: - - txb2b7de24-ee47-4c43-85f5-9ec6c0cbdaa0 + - Tue, 02 Sep 2025 09:31:48 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: + - 49575191-f178-418f-9b5c-be0d858c462e status: 200 OK code: 200 - duration: 186.306795ms + duration: 1.146385917s - id: 8 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 25 + content_length: 129 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueName":"TestQueue"}' + body: '{"Attributes":{"MessageRetentionPeriod":"345600","VisibilityTimeout":"30","MaximumMessageSize":"262144"},"QueueName":"TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 1c1e3db0-f9f0-4f61-99dd-f12c8f76cad4 + - 73bea0fe-1705-4410-abf1-4d2bc29e3695 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150629Z + - 20250902T093147Z X-Amz-Target: - - AmazonSQS.GetQueueUrl + - AmazonSQS.CreateQueue X-Amzn-Query-Mode: - "true" url: https://sqs.mnq.fr-par.scaleway.com/ @@ -439,45 +439,45 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:29 GMT + - Tue, 02 Sep 2025 09:31:48 GMT X-Amzn-Requestid: - - txa493d8e8-4d69-425a-b130-bbffa2001e04 + - txa0378ff1-8567-4ac1-8262-0d42edcde095 status: 200 OK code: 200 - duration: 21.71037ms + duration: 247.930167ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 25 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"QueueName":"TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 8093a29e-0992-4a67-b0a0-d65e81876373 + - 0ae23205-7262-4497-b3b5-b0c9fafe1d8f Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150629Z + - 20250902T093148Z X-Amz-Target: - - AmazonSQS.GetQueueAttributes + - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: - "true" url: https://sqs.mnq.fr-par.scaleway.com/ @@ -488,72 +488,72 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 106 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' headers: Content-Length: - - "142" + - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:29 GMT + - Tue, 02 Sep 2025 09:31:48 GMT X-Amzn-Requestid: - - tx1ef795f8-700b-4ab7-85ef-d0934d0be3e3 + - txd73c2465-c969-4168-b7cc-4021224c011f status: 200 OK code: 200 - duration: 30.859249ms + duration: 33.946209ms - id: 10 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 192 + content_length: 289 transfer_encoding: [] trailer: {} - host: api.scaleway.com + host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"tf-ns-vibrant-hofstadter","environment_variables":{},"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","secret_environment_variables":[],"tags":null,"activate_vpc_integration":true}' + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' form: {} headers: + Amz-Sdk-Invocation-Id: + - bc0aa7f1-d36d-47f1-99c4-3ea42edb8456 + Amz-Sdk-Request: + - attempt=1; max=3 Content-Type: - - application/json + - application/x-amz-json-1.0 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/containers/v1beta1/regions/fr-par/namespaces + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T093148Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ method: POST response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 509 + content_length: 229 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153439509Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:30.153439509Z","vpc_integration_activated":true}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-a892113d-791f-446e-a109-72e043e12999:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "509" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' + - "229" Content-Type: - - application/json + - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:30 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6c6fbff9-2a84-4872-994c-cc52d6ea9018 + - Tue, 02 Sep 2025 09:31:48 GMT + X-Amzn-Requestid: + - txb996df08-d1e4-46b5-b9b2-b4f51aaf37b5 status: 200 OK code: 200 - duration: 1.624708466s + duration: 89.313417ms - id: 11 request: proto: HTTP/1.1 @@ -569,8 +569,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -578,20 +578,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 503 + content_length: 500 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:30.153440Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:31:47.977224Z","vpc_integration_activated":true}' headers: Content-Length: - - "503" + - "500" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:30 GMT + - Tue, 02 Sep 2025 09:31:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -599,10 +599,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1478dcd2-2110-4e87-9a28-fe9737026fc8 + - daa401c9-6355-4caf-a0c1-0e2aa1e23825 status: 200 OK code: 200 - duration: 78.800133ms + duration: 208.475541ms - id: 12 request: proto: HTTP/1.1 @@ -618,8 +618,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -627,20 +627,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 594 + content_length: 587 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:30.870647Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "594" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:35 GMT + - Tue, 02 Sep 2025 09:31:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -648,10 +648,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - baa02180-6124-4388-8883-d54e9fd07852 + - 3f2265c6-7d7b-41b3-b93f-47b756a86fd6 status: 200 OK code: 200 - duration: 74.668732ms + duration: 103.671708ms - id: 13 request: proto: HTTP/1.1 @@ -667,8 +667,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -676,20 +676,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 594 + content_length: 587 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:30.870647Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "594" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:40 GMT + - Tue, 02 Sep 2025 09:31:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -697,10 +697,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16dee1c9-21b6-4245-9b50-48b1e92824f4 + - 448e632a-8993-4de2-ab4b-fa73729cb545 status: 200 OK code: 200 - duration: 101.184531ms + duration: 103.662625ms - id: 14 request: proto: HTTP/1.1 @@ -716,8 +716,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -725,20 +725,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 594 + content_length: 587 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:30.870647Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "594" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:45 GMT + - Tue, 02 Sep 2025 09:31:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -746,48 +746,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f425a298-c7b3-414b-af9e-66832c7a9c60 + - bfedac2d-0808-44ff-9786-3b3e75c79846 status: 200 OK code: 200 - duration: 96.62588ms + duration: 85.709125ms - id: 15 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 245 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-co-busy-shaw","privacy":"public","protocol":"http1","secret_environment_variables":null,"http_option":"enabled","sandbox":"unknown_sandbox","tags":null,"command":null,"args":null}' 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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 952 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029902555Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:31:54.029902555Z"}' headers: Content-Length: - - "592" + - "952" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:31:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -795,10 +797,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - baf6eec5-babf-4e45-aafe-129df6217a09 + - 7b6788c5-d2cb-4c26-acd0-313da273d47e status: 200 OK code: 200 - duration: 82.849286ms + duration: 807.973833ms - id: 16 request: proto: HTTP/1.1 @@ -814,8 +816,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/cee76d2f-fe87-4787-8acd-10c11308e695 method: GET response: proto: HTTP/2.0 @@ -823,20 +825,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 946 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029903Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:31:54.029903Z"}' headers: Content-Length: - - "592" + - "946" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:31:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -844,48 +846,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a376e2c-c32c-487e-9c31-76083a2368e5 + - 1b141af1-fd67-437f-a4ce-130825ae2504 status: 200 OK code: 200 - duration: 77.557335ms + duration: 95.149708ms - id: 17 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 208 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"name":"test-container-trigger-sqs","container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","scw_sqs_config":{"queue":"TestQueue","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par"}}' 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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 358 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "592" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:31:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -893,50 +897,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6da58a84-f25a-42b7-96bb-20cb18bf119d + - 41d0e086-27c5-4d9e-b694-c410a45e292d status: 200 OK code: 200 - duration: 72.882172ms + duration: 290.079709ms - id: 18 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 255 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-co-xenodochial-lumiere","privacy":"public","protocol":"http1","secret_environment_variables":null,"http_option":"enabled","sandbox":"unknown_sandbox","tags":null,"command":null,"args":null}' + body: "" 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/containers/v1beta1/regions/fr-par/containers - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 986 + content_length: 358 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340464Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:51.253340464Z"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "986" + - "358" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:31:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -944,10 +946,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 218a64c9-8fd4-4a92-a080-0255b3023775 + - a215e4c3-83ff-4e4c-a3c7-93a4f88c7614 status: 200 OK code: 200 - duration: 599.036514ms + duration: 115.018208ms - id: 19 request: proto: HTTP/1.1 @@ -963,8 +965,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/containers/v1beta1/regions/fr-par/containers/58f5113a-2906-471f-87fe-727be3c9a3fa + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -972,20 +974,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 980 + content_length: 392 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:51.253340Z"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "980" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:32:00 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -993,50 +995,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10bd88bc-915c-42b4-84f2-66662ddfded2 + - 7aab5fb2-27cd-4efc-adab-da5792256369 status: 200 OK code: 200 - duration: 173.283728ms + duration: 110.3755ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 208 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"test-container-trigger-sqs","container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","scw_sqs_config":{"queue":"TestQueue","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par"}}' + body: "" 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/containers/v1beta1/regions/fr-par/triggers - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 358 + content_length: 392 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "358" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:32:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1044,10 +1044,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e9ff202-def8-4f15-8047-bdb87bf6a776 + - 5795b8f3-de62-4776-b4d3-7a1e01ff534b status: 200 OK code: 200 - duration: 295.294245ms + duration: 111.103667ms - id: 21 request: proto: HTTP/1.1 @@ -1063,8 +1063,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1072,20 +1072,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 358 + content_length: 392 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "358" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:32:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1093,10 +1093,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b63aff9-7e4e-4f88-9487-3fd13035f492 + - be8b7e5d-85d0-4d61-91e1-4afd37da55f6 status: 200 OK code: 200 - duration: 96.143294ms + duration: 278.742542ms - id: 22 request: proto: HTTP/1.1 @@ -1112,8 +1112,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1121,20 +1121,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 389 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - - "392" + - "389" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:57 GMT + - Tue, 02 Sep 2025 09:32:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,10 +1142,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99fcc5d3-50f8-4430-9791-5ad27c206d9c + - f41fc7e6-9445-40c4-9010-8f07a12ed620 status: 200 OK code: 200 - duration: 117.738282ms + duration: 103.787583ms - id: 23 request: proto: HTTP/1.1 @@ -1161,8 +1161,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1170,20 +1170,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 389 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - - "392" + - "389" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:02 GMT + - Tue, 02 Sep 2025 09:32:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1191,10 +1191,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71f0c877-79e8-44db-b915-ab55832f0813 + - 16bd9303-ce04-4229-be52-76718f4ed23b status: 200 OK code: 200 - duration: 113.877118ms + duration: 118.092125ms - id: 24 request: proto: HTTP/1.1 @@ -1210,8 +1210,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1219,20 +1219,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 389 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - - "392" + - "389" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:07 GMT + - Tue, 02 Sep 2025 09:32:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1240,10 +1240,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3a9c7c4-5fdd-4007-af85-619ce718f8f7 + - c4ed6d32-d1c8-49cc-bb77-9352e7541253 status: 200 OK code: 200 - duration: 95.730674ms + duration: 107.913667ms - id: 25 request: proto: HTTP/1.1 @@ -1259,8 +1259,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1268,20 +1268,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 389 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - - "392" + - "389" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:12 GMT + - Tue, 02 Sep 2025 09:32:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1289,10 +1289,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3e09f46-a323-4b0d-ba0c-76e5d81a4eb5 + - 2303388c-f520-427a-9cb0-e50801f72e37 status: 200 OK code: 200 - duration: 86.697694ms + duration: 102.522833ms - id: 26 request: proto: HTTP/1.1 @@ -1308,8 +1308,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -1317,20 +1317,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 311 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"created_at":"2025-09-02T09:31:46.331532Z","description":"","id":"a892113d-791f-446e-a109-72e043e12999","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:31:46.331532Z"}' headers: Content-Length: - - "392" + - "311" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:17 GMT + - Tue, 02 Sep 2025 09:32:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1338,10 +1338,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7bc70eb-c3a2-4a2c-b06d-e08b9f2423b6 + - 91c02cb8-7344-4f2d-a8b9-084938bc5f03 status: 200 OK code: 200 - duration: 103.624852ms + duration: 195.123875ms - id: 27 request: proto: HTTP/1.1 @@ -1357,8 +1357,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -1366,20 +1366,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 389 + content_length: 233 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"created_at":"2025-09-02T09:31:47.110780Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780Z"}' headers: Content-Length: - - "389" + - "233" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:22 GMT + - Tue, 02 Sep 2025 09:32:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1387,10 +1387,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8576743f-8f54-4e48-b6ff-d25b114a8559 + - ca51ed26-6f4e-4e8b-8a46-02295ff20b18 status: 200 OK code: 200 - duration: 107.137435ms + duration: 78.49025ms - id: 28 request: proto: HTTP/1.1 @@ -1406,8 +1406,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -1415,20 +1415,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 389 + content_length: 587 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "389" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:22 GMT + - Tue, 02 Sep 2025 09:32:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1436,10 +1436,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d5d3cf0-0d39-4ffc-a5a5-46c18a1be2dc + - 9ee12b0e-73b3-4e83-b410-a1bf75311ff1 status: 200 OK code: 200 - duration: 103.771609ms + duration: 112.445833ms - id: 29 request: proto: HTTP/1.1 @@ -1455,8 +1455,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/d278b54f-5b18-4522-a086-962f6acebeb3 method: GET response: proto: HTTP/2.0 @@ -1464,20 +1464,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 389 + content_length: 429 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"access_key":"0P6UrJA08IYJIajE9uzT","created_at":"2025-09-02T09:31:47.518620Z","id":"d278b54f-5b18-4522-a086-962f6acebeb3","name":"tf-sqs-credentials-pedantic-booth","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","secret_checksum":"82b2569d825e348bb6f670fe282b935d86a2d325","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:31:47.518620Z"}' headers: Content-Length: - - "389" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:22 GMT + - Tue, 02 Sep 2025 09:32:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1485,60 +1485,113 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82b118a8-04a2-4fa7-b3f5-f4d8ae3d3c20 + - 096f9c78-6afb-4917-86dd-e48f12e2e0c0 status: 200 OK code: 200 - duration: 76.625494ms + duration: 78.547208ms - id: 30 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 25 transfer_encoding: [] trailer: {} - host: api.scaleway.com + host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"QueueName":"TestQueue"}' form: {} headers: + Amz-Sdk-Invocation-Id: + - c04f768d-c53c-4c76-a131-37e14b3e3307 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b - method: GET + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T093217Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 389 + content_length: 106 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' headers: Content-Length: - - "389" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' + - "106" Content-Type: - - application/json + - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:07:22 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8039823f-4e12-4149-acfb-99a0778385ec + - Tue, 02 Sep 2025 09:32:17 GMT + X-Amzn-Requestid: + - txf2fbd072-58b1-4028-8804-ea1fe65895d9 status: 200 OK code: 200 - duration: 103.21215ms + duration: 25.447875ms - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 289 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - b76bd713-c01b-4770-8bf9-9e828ee0b94c + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T093217Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 229 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-a892113d-791f-446e-a109-72e043e12999:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "229" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 09:32:17 GMT + X-Amzn-Requestid: + - tx8a45eaf1-2eb0-43e8-adf9-bb4380c2b581 + status: 200 OK + code: 200 + duration: 27.927292ms + - id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1553,8 +1606,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/account/v3/projects/451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/cee76d2f-fe87-4787-8acd-10c11308e695 method: GET response: proto: HTTP/2.0 @@ -1562,20 +1615,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 311 + content_length: 946 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.183860Z","description":"","id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:28.183860Z"}' + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029903Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:31:54.029903Z"}' headers: Content-Length: - - "311" + - "946" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1583,11 +1636,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d417d2f-1420-4e6d-a5fe-ced7d2f7d2b0 + - cc555fcd-ae99-47fb-85ba-b839c087a848 status: 200 OK code: 200 - duration: 228.23442ms - - id: 32 + duration: 98.831167ms + - id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1602,8 +1655,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1611,20 +1664,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 389 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - - "592" + - "389" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1632,11 +1685,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d21aeddc-d10e-4804-891f-d0103b36ccc3 + - 1b94779a-b6ed-4e30-ab43-5b6c27e74720 status: 200 OK code: 200 - duration: 76.050064ms - - id: 33 + duration: 104.176208ms + - id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1651,8 +1704,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -1660,20 +1713,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 233 + content_length: 311 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881Z"}' + body: '{"created_at":"2025-09-02T09:31:46.331532Z","description":"","id":"a892113d-791f-446e-a109-72e043e12999","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:31:46.331532Z"}' headers: Content-Length: - - "233" + - "311" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1681,11 +1734,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eba6f7e8-6490-4cb9-9d8a-302b077ae132 + - 9e9bd767-2441-41a4-a327-6e85f70cf6a3 status: 200 OK code: 200 - duration: 79.492815ms - - id: 34 + duration: 212.599084ms + - id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1700,8 +1753,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/containers/v1beta1/regions/fr-par/containers/58f5113a-2906-471f-87fe-727be3c9a3fa + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -1709,20 +1762,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 980 + content_length: 233 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:51.253340Z"}' + body: '{"created_at":"2025-09-02T09:31:47.110780Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780Z"}' headers: Content-Length: - - "980" + - "233" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1730,11 +1783,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f508c575-9c11-4e67-b1fb-fb80eec33306 + - b1cd0be9-ea6d-4986-9e1d-d8a3f0a2cd1c status: 200 OK code: 200 - duration: 92.356206ms - - id: 35 + duration: 88.978ms + - id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1749,8 +1802,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/mnq/v1beta1/regions/fr-par/sqs-credentials/4637a1d0-51e8-4863-957f-ce050f8f97e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -1758,20 +1811,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 436 + content_length: 587 uncompressed: false - body: '{"access_key":"6q9lhzw6NRO0iF3k2A4d","created_at":"2025-08-27T15:06:28.976527Z","id":"4637a1d0-51e8-4863-957f-ce050f8f97e8","name":"tf-sqs-credentials-dazzling-visvesvaraya","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","secret_checksum":"571dc5b9999c5ba7a5e4d1a15402dd416b2a043d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:28.976527Z"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "436" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1779,11 +1832,109 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31e1b7be-5d1a-4491-92b4-6255c8140aaa + - 632f6c54-991a-4e84-bf56-fcf71ab54e21 status: 200 OK code: 200 - duration: 99.894864ms - - id: 36 + duration: 107.679333ms + - id: 37 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/d278b54f-5b18-4522-a086-962f6acebeb3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 429 + uncompressed: false + body: '{"access_key":"0P6UrJA08IYJIajE9uzT","created_at":"2025-09-02T09:31:47.518620Z","id":"d278b54f-5b18-4522-a086-962f6acebeb3","name":"tf-sqs-credentials-pedantic-booth","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","secret_checksum":"82b2569d825e348bb6f670fe282b935d86a2d325","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:31:47.518620Z"}' + headers: + Content-Length: + - "429" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:19 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: + - 12392fb9-c0d8-4f79-b384-a476242da1d8 + status: 200 OK + code: 200 + duration: 104.787917ms + - id: 38 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/cee76d2f-fe87-4787-8acd-10c11308e695 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 946 + uncompressed: false + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029903Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:31:54.029903Z"}' + headers: + Content-Length: + - "946" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:19 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: + - 8ddce1b6-19f1-494d-8e3d-16e50448a36c + status: 200 OK + code: 200 + duration: 104.066375ms + - id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -1798,15 +1949,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 51fa401b-d103-4dea-b913-de41f907155b + - ce5a72a2-1e76-49c7-89d9-b08c2d4b6168 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150723Z + - 20250902T093219Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1821,43 +1972,43 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:19 GMT X-Amzn-Requestid: - - tx0a96c078-83ba-4565-bdf1-66a8e4bb282a + - txf417aba7-f299-406f-ac13-5aba18822c58 status: 200 OK code: 200 - duration: 29.531331ms - - id: 37 + duration: 30.388625ms + - id: 40 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 289 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 4c0e4958-5aa0-4c7f-9870-549e913f418f + - e2733ebd-9992-42aa-a499-782f5f3cbe7d Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150723Z + - 20250902T093219Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -1870,22 +2021,22 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 229 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-a892113d-791f-446e-a109-72e043e12999:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "229" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:19 GMT X-Amzn-Requestid: - - txec0340b2-0e8b-4851-bf23-12d6c287a927 + - tx63911243-9654-4a86-9ed8-ffc10873bf44 status: 200 OK code: 200 - duration: 30.430991ms - - id: 38 + duration: 40.531291ms + - id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -1900,8 +2051,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -1911,7 +2062,7 @@ interactions: trailer: {} content_length: 389 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "389" @@ -1920,9 +2071,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:23 GMT + - Tue, 02 Sep 2025 09:32:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1930,11 +2081,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f08e074-b343-4cb6-9548-0c3d47b2f466 + - dd9749c7-0176-46cf-a1fb-4ed92f6dc830 status: 200 OK code: 200 - duration: 103.416743ms - - id: 39 + duration: 107.187667ms + - id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -1949,8 +2100,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/account/v3/projects/451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -1960,7 +2111,7 @@ interactions: trailer: {} content_length: 311 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.183860Z","description":"","id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:28.183860Z"}' + body: '{"created_at":"2025-09-02T09:31:46.331532Z","description":"","id":"a892113d-791f-446e-a109-72e043e12999","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:31:46.331532Z"}' headers: Content-Length: - "311" @@ -1969,9 +2120,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1979,11 +2130,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e782d362-f8c1-42f5-b136-e0059371cf71 + - ac146c56-7a21-4e97-9c63-559f45b53546 status: 200 OK code: 200 - duration: 184.145538ms - - id: 40 + duration: 201.14ms + - id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -1998,8 +2149,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -2007,20 +2158,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.110780Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780Z"}' headers: Content-Length: - - "592" + - "233" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2028,11 +2179,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8bbac7d-417c-4898-ade5-c30d31098124 + - fe08c17d-c811-4db3-adc2-87cc470fd073 status: 200 OK code: 200 - duration: 80.311492ms - - id: 41 + duration: 79.791417ms + - id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -2047,8 +2198,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -2056,20 +2207,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 233 + content_length: 587 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881Z"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "233" + - "587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2077,11 +2228,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdfe1a46-c6f7-4daa-957e-a9c20f12cdd7 + - 29ad7a76-af2b-468e-8ae0-a2ed417f364f status: 200 OK code: 200 - duration: 101.859111ms - - id: 42 + duration: 86.77ms + - id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -2096,8 +2247,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/mnq/v1beta1/regions/fr-par/sqs-credentials/4637a1d0-51e8-4863-957f-ce050f8f97e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/d278b54f-5b18-4522-a086-962f6acebeb3 method: GET response: proto: HTTP/2.0 @@ -2105,20 +2256,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 436 + content_length: 429 uncompressed: false - body: '{"access_key":"6q9lhzw6NRO0iF3k2A4d","created_at":"2025-08-27T15:06:28.976527Z","id":"4637a1d0-51e8-4863-957f-ce050f8f97e8","name":"tf-sqs-credentials-dazzling-visvesvaraya","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","secret_checksum":"571dc5b9999c5ba7a5e4d1a15402dd416b2a043d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:28.976527Z"}' + body: '{"access_key":"0P6UrJA08IYJIajE9uzT","created_at":"2025-09-02T09:31:47.518620Z","id":"d278b54f-5b18-4522-a086-962f6acebeb3","name":"tf-sqs-credentials-pedantic-booth","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","secret_checksum":"82b2569d825e348bb6f670fe282b935d86a2d325","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:31:47.518620Z"}' headers: Content-Length: - - "436" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2126,11 +2277,62 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48ae5d3e-588c-4c96-9600-0451341a91df + - 5c04457a-4c22-4d2b-b3a5-175260c4843d status: 200 OK code: 200 - duration: 75.755802ms - - id: 43 + duration: 77.384125ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 25 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"TestQueue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 5daf5056-96fd-4043-a2c5-25543e7f5422 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T093220Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 106 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' + headers: + Content-Length: + - "106" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 09:32:20 GMT + X-Amzn-Requestid: + - tx09b0076e-831e-40d0-9d82-b0ff1858ea7c + status: 200 OK + code: 200 + duration: 24.423625ms + - id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -2145,8 +2347,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/containers/v1beta1/regions/fr-par/containers/58f5113a-2906-471f-87fe-727be3c9a3fa + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/cee76d2f-fe87-4787-8acd-10c11308e695 method: GET response: proto: HTTP/2.0 @@ -2154,20 +2356,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 980 + content_length: 946 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:51.253340Z"}' + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029903Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:31:54.029903Z"}' headers: Content-Length: - - "980" + - "946" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2175,11 +2377,111 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c76ff55-e9d3-43d2-82eb-465e95dfba49 + - a971644a-8b1d-4b07-aff9-aafd4a96f02b status: 200 OK code: 200 - duration: 101.854471ms - - id: 44 + duration: 97.821583ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 289 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 57561655-15fb-4dd4-ab46-a647d61e8cd1 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T093220Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 229 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-a892113d-791f-446e-a109-72e043e12999:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "229" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 09:32:20 GMT + X-Amzn-Requestid: + - tx12e21b6c-465f-4325-ae0f-b8ba10a5bdcb + status: 200 OK + code: 200 + duration: 26.083042ms + - id: 49 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 389 + uncompressed: false + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + headers: + Content-Length: + - "389" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:20 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: + - b94b525a-5da5-4d35-9e0a-1e3b05af54e9 + status: 200 OK + code: 200 + duration: 108.829166ms + - id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -2194,15 +2496,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 52b3c643-6cfe-44b9-b066-ec1bbce04440 + - 12dd6153-df97-4e5d-9b0b-13907fb7ba67 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150724Z + - 20250902T093221Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -2217,45 +2519,45 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:21 GMT X-Amzn-Requestid: - - txe8651a4b-a379-4cc1-ac22-8d4f32735731 + - txa73544a0-d1e6-4257-89e2-ca7149987853 status: 200 OK code: 200 - duration: 24.961866ms - - id: 45 + duration: 34.731ms + - id: 51 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 105 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-a892113d-791f-446e-a109-72e043e12999/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 9768ac50-0231-44a9-aa0d-63058e07a633 + - 891c80bb-8642-4d09-89be-7f7a323d5c21 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150724Z + - 20250902T093221Z X-Amz-Target: - - AmazonSQS.GetQueueAttributes + - AmazonSQS.DeleteQueue X-Amzn-Query-Mode: - "true" url: https://sqs.mnq.fr-par.scaleway.com/ @@ -2266,22 +2568,75 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 0 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: "" headers: Content-Length: - - "142" + - "0" Content-Type: - - application/json; charset=utf-8 + - application/x-amz-json-1.0; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:21 GMT X-Amzn-Requestid: - - tx6febcb9d-5d49-4627-bcfe-5df7692a4eb4 + - tx7636de28-59e6-4612-a2b7-b3a5e439ef05 status: 200 OK code: 200 - duration: 25.681016ms - - id: 46 + duration: 26.211667ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 25 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"TestQueue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - f8aec67a-770b-4593-a575-5b889fbb68c8 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T093221Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 97 + uncompressed: false + body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"TestQueue\" does not exist."}' + headers: + Content-Length: + - "97" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 09:32:21 GMT + X-Amzn-Query-Error: + - AWS.SimpleQueueService.NonExistentQueue;Sender + X-Amzn-Requestid: + - tx6d352f57-f5ab-4d32-81f1-cba3990aae83 + status: 404 Not Found + code: 404 + duration: 25.95475ms + - id: 53 request: proto: HTTP/1.1 proto_major: 1 @@ -2296,8 +2651,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -2307,7 +2662,7 @@ interactions: trailer: {} content_length: 389 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "389" @@ -2316,9 +2671,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:32:21 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2326,11 +2681,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ee49654-e920-40e1-9f48-d4dcdc183177 + - e5bd7f9c-5625-476d-98f4-231ec9eb1803 status: 200 OK code: 200 - duration: 91.875273ms - - id: 47 + duration: 97.710667ms + - id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -2345,29 +2700,29 @@ 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/account/v3/projects/451a75ce-766a-43f9-9b0f-77a056b7e1ed - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 311 + content_length: 392 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.183860Z","description":"","id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","name":"tf_tests_container_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:28.183860Z"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - - "311" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:32:21 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2375,11 +2730,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2c7d719-2ebc-437b-92d0-589ffac5314e + - 47a1c17f-3a0d-4ad6-976e-7c5d14bd1572 status: 200 OK code: 200 - duration: 177.73081ms - - id: 48 + duration: 128.415875ms + - id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -2394,8 +2749,55 @@ 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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/d278b54f-5b18-4522-a086-962f6acebeb3 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:21 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: + - 72dcb75f-25fd-4b44-985b-0ffa787f074c + status: 204 No Content + code: 204 + duration: 135.344584ms + - id: 56 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -2403,20 +2805,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 233 + content_length: 392 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881Z"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - - "233" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:32:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2424,11 +2826,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d70779af-f556-4d61-bb91-a21fd476d3a3 + - 473d97e4-f876-45ed-b533-0cdddd6d620f status: 200 OK code: 200 - duration: 72.86665ms - - id: 49 + duration: 105.638ms + - id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -2443,8 +2845,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -2452,20 +2854,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 392 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - - "592" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:32:27 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2473,11 +2875,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2fd37adf-d2ee-45ae-8e1f-5fb1b27b6cce + - aec62042-7a80-43af-8568-15aba2234295 status: 200 OK code: 200 - duration: 82.078618ms - - id: 50 + duration: 96.487833ms + - id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -2492,8 +2894,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/mnq/v1beta1/regions/fr-par/sqs-credentials/4637a1d0-51e8-4863-957f-ce050f8f97e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -2501,20 +2903,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 436 + content_length: 392 uncompressed: false - body: '{"access_key":"6q9lhzw6NRO0iF3k2A4d","created_at":"2025-08-27T15:06:28.976527Z","id":"4637a1d0-51e8-4863-957f-ce050f8f97e8","name":"tf-sqs-credentials-dazzling-visvesvaraya","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","secret_checksum":"571dc5b9999c5ba7a5e4d1a15402dd416b2a043d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:28.976527Z"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - - "436" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:32:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2522,11 +2924,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e852970-ee37-4396-a29b-cf610150791e + - 4206c55b-d178-4f7f-a298-080444dbf056 status: 200 OK code: 200 - duration: 186.685425ms - - id: 51 + duration: 158.917542ms + - id: 59 request: proto: HTTP/1.1 proto_major: 1 @@ -2541,8 +2943,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/containers/v1beta1/regions/fr-par/containers/58f5113a-2906-471f-87fe-727be3c9a3fa + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: GET response: proto: HTTP/2.0 @@ -2550,20 +2952,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 980 + content_length: 392 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:51.253340Z"}' + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - - "980" + - "392" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:32:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2571,113 +2973,158 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a1e40b5-fbd8-4c46-80c1-a8b73559d5ec + - d1301acd-c87e-4077-ac63-e6b2e612bbbf status: 200 OK code: 200 - duration: 173.054915ms - - id: 52 + duration: 105.07375ms + - id: 60 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 25 + content_length: 0 transfer_encoding: [] trailer: {} - host: sqs.mnq.fr-par.scaleway.com + host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueName":"TestQueue"}' + body: "" form: {} headers: - Amz-Sdk-Invocation-Id: - - 804e95fa-0c5b-4887-8824-e743132677db - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e - X-Amz-Date: - - 20250827T150725Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f + method: GET response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 392 + uncompressed: false + body: '{"container_id":"cee76d2f-fe87-4787-8acd-10c11308e695","description":"","error_message":null,"id":"bbbc17c1-986d-4335-a657-3c78b92b697f","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"f1dfb799-c545-4168-b97c-4020e476696f","mnq_project_id":"a892113d-791f-446e-a109-72e043e12999","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + headers: + Content-Length: + - "392" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:42 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: + - d556db56-3026-4ff2-a9c7-7f5b317d7750 + status: 200 OK + code: 200 + duration: 106.19825ms + - id: 61 + request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 + content_length: 0 transfer_encoding: [] trailer: {} - content_length: 106 + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 36 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"message":"trigger does not exist"}' headers: Content-Length: - - "106" + - "36" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json; charset=utf-8 + - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT - X-Amzn-Requestid: - - tx1e097780-b1bb-4c1a-8c72-ec07422e46a6 - status: 200 OK - code: 200 - duration: 26.766343ms - - id: 53 + - Tue, 02 Sep 2025 09:32:47 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: + - ce8a45dc-6a42-4e1f-ac55-f3a4c641f0b4 + status: 404 Not Found + code: 404 + duration: 30.081208ms + - id: 62 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 0 transfer_encoding: [] trailer: {} - host: sqs.mnq.fr-par.scaleway.com + host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: "" form: {} headers: - Amz-Sdk-Invocation-Id: - - ffb7b905-22ac-4ab6-88a3-abd976f8dee4 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e - X-Amz-Date: - - 20250827T150725Z - X-Amz-Target: - - AmazonSQS.GetQueueAttributes - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/cee76d2f-fe87-4787-8acd-10c11308e695 + method: GET response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 946 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029903Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:31:54.029903Z"}' headers: Content-Length: - - "142" + - "946" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json; charset=utf-8 + - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT - X-Amzn-Requestid: - - tx79fb9000-f24c-49dc-a4ff-24a6bf8b741c + - Tue, 02 Sep 2025 09:32:47 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: + - dd4e9239-90fe-46b3-8812-71c925943c0e status: 200 OK code: 200 - duration: 25.202118ms - - id: 54 + duration: 99.607583ms + - id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -2692,8 +3139,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=a892113d-791f-446e-a109-72e043e12999 method: GET response: proto: HTTP/2.0 @@ -2701,20 +3148,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 389 + content_length: 233 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"created_at":"2025-09-02T09:31:47.110780Z","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:31:47.110780Z"}' headers: Content-Length: - - "389" + - "233" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:32:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2722,166 +3169,160 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e797de6-ed50-4b01-bd73-7c9de57c2384 + - 9014cff8-9063-42bd-b75a-e2f6fc3b40fe status: 200 OK code: 200 - duration: 94.923485ms - - id: 55 + duration: 106.500333ms + - id: 64 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 25 + content_length: 0 transfer_encoding: [] trailer: {} - host: sqs.mnq.fr-par.scaleway.com + host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueName":"TestQueue"}' + body: "" form: {} headers: - Amz-Sdk-Invocation-Id: - - 067e96c7-835a-41da-b569-90e518e97600 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e - X-Amz-Date: - - 20250827T150725Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/cee76d2f-fe87-4787-8acd-10c11308e695 + method: DELETE response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 106 + content_length: 950 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-09-02T09:31:54.029903Z","description":"","domain_name":"tfnscoolwilliamson2albvzj4-tf-co-busy-shaw.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"cee76d2f-fe87-4787-8acd-10c11308e695","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-busy-shaw","namespace_id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4/tf-co-busy-shaw:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"deleting","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:32:47.788468320Z"}' headers: Content-Length: - - "106" + - "950" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json; charset=utf-8 + - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT - X-Amzn-Requestid: - - tx99c94f4b-2562-4b97-bbe9-f1ce53f681ce + - Tue, 02 Sep 2025 09:32:47 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: + - 1b060552-2b50-40b1-82f8-f3be08c247da status: 200 OK code: 200 - duration: 30.827494ms - - id: 56 + duration: 187.903584ms + - id: 65 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 105 + content_length: 53 transfer_encoding: [] trailer: {} - host: sqs.mnq.fr-par.scaleway.com + host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-451a75ce-766a-43f9-9b0f-77a056b7e1ed/TestQueue"}' + body: '{"project_id":"a892113d-791f-446e-a109-72e043e12999"}' form: {} headers: - Amz-Sdk-Invocation-Id: - - 8b9c3c09-f403-4316-977c-dbd8d778522a - Amz-Sdk-Request: - - attempt=1; max=3 Content-Type: - - application/x-amz-json-1.0 + - application/json User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e - X-Amz-Date: - - 20250827T150725Z - X-Amz-Target: - - AmazonSQS.DeleteQueue - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs method: POST response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 0 + content_length: 184 uncompressed: false - body: "" + body: '{"created_at":null,"project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' headers: Content-Length: - - "0" + - "184" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/x-amz-json-1.0; charset=utf-8 + - application/json Date: - - Wed, 27 Aug 2025 15:07:26 GMT - X-Amzn-Requestid: - - txb4a55e39-3581-458d-a56e-5f0bef32d44a + - Tue, 02 Sep 2025 09:32:47 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: + - ffa554e0-f476-46ac-835a-8874ca231eb9 status: 200 OK code: 200 - duration: 39.550225ms - - id: 57 + duration: 261.455958ms + - id: 66 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 25 + content_length: 0 transfer_encoding: [] trailer: {} - host: sqs.mnq.fr-par.scaleway.com + host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueName":"TestQueue"}' + body: "" form: {} headers: - Amz-Sdk-Invocation-Id: - - d781c4c3-12e0-4724-8850-4d524d6154a1 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e - X-Amz-Date: - - 20250827T150726Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: GET response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 97 + content_length: 587 uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"TestQueue\" does not exist."}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:31:51.005281Z","vpc_integration_activated":true}' headers: Content-Length: - - "97" + - "587" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - - application/json; charset=utf-8 + - application/json Date: - - Wed, 27 Aug 2025 15:07:26 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx795a86c4-13b0-471d-9b2a-d37d904c0eeb - status: 404 Not Found - code: 404 - duration: 23.38679ms - - id: 58 + - Tue, 02 Sep 2025 09:32:47 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: + - aebc88bc-d7cb-4f91-aff5-31493f053382 + status: 200 OK + code: 200 + duration: 90.496583ms + - id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -2896,29 +3337,29 @@ 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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 389 + content_length: 593 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059943561Z","vpc_integration_activated":true}' headers: Content-Length: - - "389" + - "593" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:26 GMT + - Tue, 02 Sep 2025 09:32:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2926,11 +3367,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcaf0ca6-4ef6-40f2-b69e-883cbae89fb9 + - 42daa220-0812-4dab-9997-4f177477dd3b status: 200 OK code: 200 - duration: 97.646545ms - - id: 59 + duration: 271.043042ms + - id: 68 request: proto: HTTP/1.1 proto_major: 1 @@ -2945,27 +3386,29 @@ 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/mnq/v1beta1/regions/fr-par/sqs-credentials/4637a1d0-51e8-4863-957f-ce050f8f97e8 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 0 + content_length: 590 uncompressed: false - body: "" + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: + Content-Length: + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:26 GMT + - Tue, 02 Sep 2025 09:32:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2973,11 +3416,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0dc8c98b-9a6b-4ec5-9476-b52a6a8d9215 - status: 204 No Content - code: 204 - duration: 126.127967ms - - id: 60 + - 3c2ad9f3-f854-469e-bf10-0b625d6bd041 + status: 200 OK + code: 200 + duration: 89.46875ms + - id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -2992,29 +3435,29 @@ 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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 590 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "392" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:26 GMT + - Tue, 02 Sep 2025 09:32:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3022,11 +3465,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb582123-48dc-4dbc-928e-ad5204926c23 + - ae348cd4-d870-4b67-b7ea-2cf440f36619 status: 200 OK code: 200 - duration: 128.055545ms - - id: 61 + duration: 78.196167ms + - id: 70 request: proto: HTTP/1.1 proto_major: 1 @@ -3041,8 +3484,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3050,20 +3493,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 590 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "392" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:26 GMT + - Tue, 02 Sep 2025 09:32:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3071,11 +3514,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46c441cc-4ffa-4ff7-a616-550f0c98222b + - 1e34af04-db8c-41f3-b627-cac1c1f4088a status: 200 OK code: 200 - duration: 91.705946ms - - id: 62 + duration: 167.519959ms + - id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -3090,8 +3533,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3099,20 +3542,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 590 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "392" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:31 GMT + - Tue, 02 Sep 2025 09:33:03 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3120,11 +3563,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d8b7fb9-3fc9-4e19-beaf-eebd02e94d13 + - d03aefcd-06ca-41ee-a36e-0a5bbd2ec0fd status: 200 OK code: 200 - duration: 110.945936ms - - id: 63 + duration: 107.1605ms + - id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -3139,8 +3582,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3148,20 +3591,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 590 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "392" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:36 GMT + - Tue, 02 Sep 2025 09:33:08 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3169,11 +3612,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cf1aa0b-16ab-43b5-8053-1493fd2f7d2b + - 71311dce-0d7b-4c6e-9361-9493b8746fb8 status: 200 OK code: 200 - duration: 109.395016ms - - id: 64 + duration: 80.232208ms + - id: 73 request: proto: HTTP/1.1 proto_major: 1 @@ -3188,8 +3631,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3197,20 +3640,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 590 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "392" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:41 GMT + - Tue, 02 Sep 2025 09:33:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3218,11 +3661,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56dfd224-7889-47b2-aa48-7e0b531aa043 + - 69c2eeed-32e6-46de-b348-6f1f7842eab5 status: 200 OK code: 200 - duration: 91.746947ms - - id: 65 + duration: 89.75075ms + - id: 74 request: proto: HTTP/1.1 proto_major: 1 @@ -3237,8 +3680,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3246,20 +3689,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 392 + content_length: 590 uncompressed: false - body: '{"container_id":"58f5113a-2906-471f-87fe-727be3c9a3fa","description":"","error_message":null,"id":"145cc115-791d-479c-bd32-19e29f05916b","input_type":"scw_sqs","name":"test-container-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"acb5e3a2-8cb7-485d-a6ad-fd7c848d1888","mnq_project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "392" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:46 GMT + - Tue, 02 Sep 2025 09:33:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3267,11 +3710,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afe3161d-257b-4dde-956e-466c7b1a26e3 + - e6ba4a6d-7cd7-4bd9-9741-a918b946bc08 status: 200 OK code: 200 - duration: 94.370471ms - - id: 66 + duration: 195.332333ms + - id: 75 request: proto: HTTP/1.1 proto_major: 1 @@ -3286,8 +3729,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3295,20 +3738,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 36 + content_length: 590 uncompressed: false - body: '{"message":"trigger does not exist"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "36" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:51 GMT + - Tue, 02 Sep 2025 09:33:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3316,11 +3759,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c185a4bf-31c2-43b7-8dab-34623777929f - status: 404 Not Found - code: 404 - duration: 25.686187ms - - id: 67 + - 0e216fd4-58f5-4373-8594-e6a28b395fb0 + status: 200 OK + code: 200 + duration: 89.072042ms + - id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -3335,8 +3778,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3344,20 +3787,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 233 + content_length: 590 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:28.684881Z","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:28.684881Z"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "233" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:51 GMT + - Tue, 02 Sep 2025 09:33:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3365,11 +3808,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76153c58-9d03-4911-9c23-0734f814572c + - bbcc9cc4-9ee9-4ae1-b412-8337d9d5a788 status: 200 OK code: 200 - duration: 100.727744ms - - id: 68 + duration: 89.046917ms + - id: 77 request: proto: HTTP/1.1 proto_major: 1 @@ -3384,8 +3827,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/containers/v1beta1/regions/fr-par/containers/58f5113a-2906-471f-87fe-727be3c9a3fa + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3393,20 +3836,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 980 + content_length: 590 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:51.253340Z"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "980" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:51 GMT + - Tue, 02 Sep 2025 09:33:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3414,11 +3857,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f45966ed-f1e4-49a6-bc50-1d1a0924ec7f + - 5e75262c-9e8a-479d-824a-d6276560b40f status: 200 OK code: 200 - duration: 107.466ms - - id: 69 + duration: 105.591375ms + - id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -3433,29 +3876,29 @@ 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/containers/v1beta1/regions/fr-par/containers/58f5113a-2906-471f-87fe-727be3c9a3fa - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 984 + content_length: 590 uncompressed: false - body: '{"args":[],"command":[],"cpu_limit":1000,"created_at":"2025-08-27T15:06:51.253340Z","description":"","domain_name":"tfnsvibranthofstadtexf2vueoe-tf-co-xenodochial-lumiere.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"58f5113a-2906-471f-87fe-727be3c9a3fa","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-xenodochial-lumiere","namespace_id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","port":8080,"privacy":"public","private_network_id":null,"protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe/tf-co-xenodochial-lumiere:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"deleting","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:07:51.901887806Z"}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "984" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:51 GMT + - Tue, 02 Sep 2025 09:33:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3463,11 +3906,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b558691c-28f6-4203-8f9c-e54ced2b401c + - 32bf37ce-f44d-43d2-b312-26083be71748 status: 200 OK code: 200 - duration: 141.896479ms - - id: 70 + duration: 93.754083ms + - id: 79 request: proto: HTTP/1.1 proto_major: 1 @@ -3482,8 +3925,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3491,20 +3934,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 592 + content_length: 590 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:48.641793Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "592" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:52 GMT + - Tue, 02 Sep 2025 09:33:44 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3512,50 +3955,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c90ab709-fb3b-4ff8-9a0d-55dca42d9832 + - 4bece8e6-238a-426c-868f-2977721777bf status: 200 OK code: 200 - duration: 88.7046ms - - id: 71 + duration: 85.601208ms + - id: 80 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 53 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed"}' + body: "" 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/mnq/v1beta1/regions/fr-par/deactivate-sqs - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 184 + content_length: 590 uncompressed: false - body: '{"created_at":null,"project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "184" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:52 GMT + - Tue, 02 Sep 2025 09:33:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3563,11 +4004,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 487679a6-eda5-4f3b-9b02-95f0ab7ba83e + - f136fbd4-743c-4ed8-9b55-b052b0a4112c status: 200 OK code: 200 - duration: 264.306116ms - - id: 72 + duration: 83.938334ms + - id: 81 request: proto: HTTP/1.1 proto_major: 1 @@ -3582,29 +4023,29 @@ 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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 598 + content_length: 590 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-08-27T15:07:52.089740322Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "598" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:52 GMT + - Tue, 02 Sep 2025 09:33:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3612,11 +4053,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fecc87a7-e13b-4b2c-98b9-819da02391a0 + - a3af0758-1aef-41a4-983b-12323e11a4e7 status: 200 OK code: 200 - duration: 261.241415ms - - id: 73 + duration: 226.13225ms + - id: 82 request: proto: HTTP/1.1 proto_major: 1 @@ -3631,8 +4072,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3640,20 +4081,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 595 + content_length: 590 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:30.153440Z","description":"","environment_variables":{},"error_message":null,"id":"e7e9218b-d951-4020-a0d5-1f0f613bd6cd","name":"tf-ns-vibrant-hofstadter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"451a75ce-766a-43f9-9b0f-77a056b7e1ed","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsvibranthofstadtexf2vueoe","registry_namespace_id":"d2cecc96-e3f5-4aeb-bd79-4057c8b9816b","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-08-27T15:07:52.089740Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:31:47.977224Z","description":"","environment_variables":{},"error_message":null,"id":"1bbdce24-d9ef-4104-bc70-acd1c5669480","name":"tf-ns-cool-williamson","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"a892113d-791f-446e-a109-72e043e12999","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnscoolwilliamson2albvzj4","registry_namespace_id":"22776a8b-1b18-4cb9-8c0a-4f4fbc623831","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:32:48.059944Z","vpc_integration_activated":true}' headers: Content-Length: - - "595" + - "590" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:52 GMT + - Tue, 02 Sep 2025 09:33:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3661,11 +4102,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f8e2090-daa4-4b40-ac6f-3667bb2a906d + - 8b821d37-f0b7-4ee6-9e5a-82a02bc38321 status: 200 OK code: 200 - duration: 90.449305ms - - id: 74 + duration: 92.48275ms + - id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -3680,8 +4121,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/containers/v1beta1/regions/fr-par/namespaces/e7e9218b-d951-4020-a0d5-1f0f613bd6cd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/1bbdce24-d9ef-4104-bc70-acd1c5669480 method: GET response: proto: HTTP/2.0 @@ -3700,9 +4141,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:57 GMT + - Tue, 02 Sep 2025 09:34:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3710,11 +4151,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1698dca0-c0fc-4db5-a7c6-08a30d41618f + - 74b46010-a0f2-4939-9775-201d8ee07e6e status: 404 Not Found code: 404 - duration: 34.791737ms - - id: 75 + duration: 25.6535ms + - id: 84 request: proto: HTTP/1.1 proto_major: 1 @@ -3729,8 +4170,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/account/v3/projects/451a75ce-766a-43f9-9b0f-77a056b7e1ed + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/a892113d-791f-446e-a109-72e043e12999 method: DELETE response: proto: HTTP/2.0 @@ -3747,9 +4188,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:58 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3757,11 +4198,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb7645cc-1425-4c1a-a861-5904cdfaab7d + - 8d4941f1-a7cf-4f86-91a0-ba35a9ee5a7c status: 204 No Content code: 204 - duration: 1.362618525s - - id: 76 + duration: 1.546927583s + - id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -3776,8 +4217,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/containers/v1beta1/regions/fr-par/triggers/145cc115-791d-479c-bd32-19e29f05916b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/triggers/bbbc17c1-986d-4335-a657-3c78b92b697f method: DELETE response: proto: HTTP/2.0 @@ -3787,7 +4228,7 @@ interactions: trailer: {} content_length: 105 uncompressed: false - body: '{"message":"trigger does not exist: could not find trigger with id 145cc115-791d-479c-bd32-19e29f05916b"}' + body: '{"message":"trigger does not exist: could not find trigger with id bbbc17c1-986d-4335-a657-3c78b92b697f"}' headers: Content-Length: - "105" @@ -3796,9 +4237,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:58 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3806,7 +4247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0af51cf6-3061-4fc7-8b15-4627642cb4e6 + - 23aa0839-af63-4291-b0e7-fb6e83949d66 status: 404 Not Found code: 404 - duration: 29.589594ms + duration: 25.033958ms diff --git a/internal/services/function/testdata/function-trigger-sqs.cassette.yaml b/internal/services/function/testdata/function-trigger-sqs.cassette.yaml index b83ef8efc1..c6c68a518e 100644 --- a/internal/services/function/testdata/function-trigger-sqs.cassette.yaml +++ b/internal/services/function/testdata/function-trigger-sqs.cassette.yaml @@ -18,7 +18,7 @@ interactions: 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/account/v3/projects method: POST response: @@ -29,7 +29,7 @@ interactions: trailer: {} content_length: 265 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.403028Z","description":"","id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-08-27T15:06:19.403028Z"}' + body: '{"created_at":"2025-09-02T09:32:38.601982Z","description":"","id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-09-02T09:32:38.601982Z"}' headers: Content-Length: - "265" @@ -38,9 +38,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:19 GMT + - Tue, 02 Sep 2025 09:32:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 034e0b25-a66f-48bb-abb2-c8edd4facfab + - bca15887-ecff-47c9-b88e-ccaba7711b26 status: 200 OK code: 200 - duration: 446.348704ms + duration: 547.301584ms - 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/account/v3/projects/52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -78,7 +78,7 @@ interactions: trailer: {} content_length: 310 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.403028Z","description":"","id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:19.403028Z"}' + body: '{"created_at":"2025-09-02T09:32:38.601982Z","description":"","id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:32:38.601982Z"}' headers: Content-Length: - "310" @@ -87,9 +87,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:19 GMT + - Tue, 02 Sep 2025 09:32:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c0cf1470-e9b9-4c5d-b30f-149a68eabe95 + - 4e09f9a6-2722-464a-b127-2ccfda2bb8ca status: 200 OK code: 200 - duration: 232.065837ms + duration: 195.444417ms - id: 2 request: proto: HTTP/1.1 @@ -112,13 +112,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0"}' + body: '{"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e"}' 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs method: POST response: @@ -129,7 +129,7 @@ interactions: trailer: {} content_length: 239 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953963Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953963Z"}' + body: '{"created_at":"2025-09-02T09:32:39.106415150Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415150Z"}' headers: Content-Length: - "239" @@ -138,9 +138,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -148,10 +148,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b478139-2088-415c-ac3e-31aa04ba1dad + - ecfdae20-a78c-45af-a4b4-aeb50888de9c status: 200 OK code: 200 - duration: 191.680945ms + duration: 132.630083ms - 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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953Z"}' + body: '{"created_at":"2025-09-02T09:32:39.106415Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415Z"}' headers: Content-Length: - "233" @@ -187,9 +187,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -197,28 +197,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d365fd1-c0a5-4158-ad07-ca7806e7d251 + - ebce706f-2939-4304-99aa-0aaefbbf451b status: 200 OK code: 200 - duration: 74.700478ms + duration: 91.883917ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 168 + content_length: 163 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","name":"tf-sqs-credentials-gallant-mclean","permissions":{"can_publish":true,"can_receive":true,"can_manage":true}}' + body: '{"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","name":"tf-sqs-credentials-sad-gould","permissions":{"can_publish":true,"can_receive":true,"can_manage":true}}' 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials method: POST response: @@ -227,20 +227,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 499 + content_length: 494 uncompressed: false - body: '{"access_key":"CzoighBpAX8xTKHVnLaq","created_at":"2025-08-27T15:06:20.258532811Z","id":"cdcc9ac4-fbdb-400c-bf7e-683edb95fc41","name":"tf-sqs-credentials-gallant-mclean","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","secret_checksum":"24ad85e21e25174cfd68c9fc789cd65518fc07ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:20.258532811Z"}' + body: '{"access_key":"FLMaEiCurpbc7cB6Omx7","created_at":"2025-09-02T09:32:39.399646681Z","id":"eb794368-de57-4274-89ec-3b1b19a67045","name":"tf-sqs-credentials-sad-gould","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","secret_checksum":"6baeba80d6597aa3d244b211bdb6c23b31cafb86","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:32:39.399646681Z"}' headers: Content-Length: - - "499" + - "494" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -248,10 +248,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 551c6189-2d52-4cc3-8719-66cdd989ca99 + - 4263bc7e-ea51-43d4-b63e-f47a199b6215 status: 200 OK code: 200 - duration: 131.554786ms + duration: 137.684083ms - 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/mnq/v1beta1/regions/fr-par/sqs-credentials/cdcc9ac4-fbdb-400c-bf7e-683edb95fc41 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb794368-de57-4274-89ec-3b1b19a67045 method: GET response: proto: HTTP/2.0 @@ -276,20 +276,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 429 + content_length: 424 uncompressed: false - body: '{"access_key":"CzoighBpAX8xTKHVnLaq","created_at":"2025-08-27T15:06:20.258532Z","id":"cdcc9ac4-fbdb-400c-bf7e-683edb95fc41","name":"tf-sqs-credentials-gallant-mclean","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","secret_checksum":"24ad85e21e25174cfd68c9fc789cd65518fc07ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:20.258532Z"}' + body: '{"access_key":"FLMaEiCurpbc7cB6Omx7","created_at":"2025-09-02T09:32:39.399646Z","id":"eb794368-de57-4274-89ec-3b1b19a67045","name":"tf-sqs-credentials-sad-gould","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","secret_checksum":"6baeba80d6597aa3d244b211bdb6c23b31cafb86","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:32:39.399646Z"}' headers: Content-Length: - - "429" + - "424" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -297,10 +297,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17241841-7ef7-4d49-8d38-2e4ab97aa9a2 + - e0426ddd-3bbf-496a-b4ce-6677a65bc20c status: 200 OK code: 200 - duration: 92.759365ms + duration: 96.038291ms - 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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -327,7 +327,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953Z"}' + body: '{"created_at":"2025-09-02T09:32:39.106415Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415Z"}' headers: Content-Length: - "233" @@ -336,9 +336,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -346,10 +346,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2206585a-d6d0-4551-8c95-0ec2496ec1ba + - cc777a43-2c99-449c-93b6-504cb7669ae6 status: 200 OK code: 200 - duration: 82.141951ms + duration: 124.061708ms - id: 7 request: proto: HTTP/1.1 @@ -361,19 +361,19 @@ interactions: host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","VisibilityTimeout":"30"},"QueueName":"TestQueue"}' + body: '{"Attributes":{"VisibilityTimeout":"30","MaximumMessageSize":"262144","MessageRetentionPeriod":"345600"},"QueueName":"TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 4c1b7f85-3195-4408-8e50-ad8c9bbeb135 + - 9cac0826-358c-4d82-97b5-0ede3c1bcf28 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150620Z + - 20250902T093239Z X-Amz-Target: - AmazonSQS.CreateQueue X-Amzn-Query-Mode: @@ -388,19 +388,19 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT X-Amzn-Requestid: - - txe91cdd1c-4fee-4541-b1ef-6df57eee0b1c + - tx206faa9b-44e4-4de4-83e8-c0109d5b344e status: 200 OK code: 200 - duration: 215.213925ms + duration: 185.531208ms - id: 8 request: proto: HTTP/1.1 @@ -416,15 +416,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 4cea2fe2-91dd-4fa3-b1cc-284ae96be189 + - 649fcb5b-628c-4feb-820a-8f7858e53efb Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150620Z + - 20250902T093239Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -439,43 +439,43 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT X-Amzn-Requestid: - - tx2867f8d1-0013-42ff-8ee1-bd067301846a + - txfbffac57-69df-46a5-8f1b-795ef9baea75 status: 200 OK code: 200 - duration: 49.118813ms + duration: 28.639792ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 289 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 64dce68a-9401-47a9-a979-e640e42b75ac + - e0015291-25b9-4884-ba1b-3adab584015d Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150620Z + - 20250902T093239Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -488,21 +488,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 229 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "229" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:20 GMT + - Tue, 02 Sep 2025 09:32:39 GMT X-Amzn-Requestid: - - txbe13d15c-48ec-4e96-a55a-8c255c37a050 + - tx2dd3957c-e275-449f-b506-3405659764e9 status: 200 OK code: 200 - duration: 26.119283ms + duration: 24.890125ms - id: 10 request: proto: HTTP/1.1 @@ -514,13 +514,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"test-function-trigger-sqs","environment_variables":{},"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","secret_environment_variables":[],"tags":null,"activate_vpc_integration":true}' + body: '{"name":"test-function-trigger-sqs","environment_variables":{},"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","secret_environment_variables":[],"tags":null,"activate_vpc_integration":true}' 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces method: POST response: @@ -531,7 +531,7 @@ interactions: trailer: {} content_length: 510 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382375Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:21.464382375Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010221505Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.010221505Z","vpc_integration_activated":true}' headers: Content-Length: - "510" @@ -540,9 +540,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:21 GMT + - Tue, 02 Sep 2025 09:32:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -550,10 +550,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b20df48d-9443-4744-b125-0e345bbcbce4 + - c0477e60-8a5e-4579-a65f-0af4a88b5b77 status: 200 OK code: 200 - duration: 1.683854191s + duration: 998.462583ms - id: 11 request: proto: HTTP/1.1 @@ -569,8 +569,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -580,7 +580,7 @@ interactions: trailer: {} content_length: 504 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-08-27T15:06:21.464382Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.010222Z","vpc_integration_activated":true}' headers: Content-Length: - "504" @@ -589,9 +589,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:21 GMT + - Tue, 02 Sep 2025 09:32:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -599,10 +599,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c8e38ab-12d0-4e30-b34d-8c8de55523fd + - 083c61e3-1a10-4ecb-8a9a-63d01b2b7115 status: 200 OK code: 200 - duration: 91.407289ms + duration: 84.822875ms - id: 12 request: proto: HTTP/1.1 @@ -618,8 +618,302 @@ 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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 504 + uncompressed: false + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.770110Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "504" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:45 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: + - 24489076-79cc-4c21-a9e1-1703a7b90a17 + status: 200 OK + code: 200 + duration: 97.753083ms + - id: 13 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 504 + uncompressed: false + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.770110Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "504" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:50 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: + - e7d0262d-d69d-4ab9-953c-f3c0a4093a0d + status: 200 OK + code: 200 + duration: 84.122208ms + - id: 14 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 504 + uncompressed: false + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.770110Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "504" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:32:55 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: + - 050209c5-98b9-4725-b408-635a1eec32c8 + status: 200 OK + code: 200 + duration: 216.17825ms + - id: 15 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 504 + uncompressed: false + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.770110Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "504" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:00 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: + - 88f355a2-50ec-4d43-b9c1-97a05863724e + status: 200 OK + code: 200 + duration: 103.743875ms + - id: 16 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 504 + uncompressed: false + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-09-02T09:32:40.770110Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "504" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:05 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: + - 94fd017f-5e4c-4159-b803-2a296d827e3d + status: 200 OK + code: 200 + duration: 96.800792ms + - id: 17 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 593 + uncompressed: false + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:33:07.048811Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "593" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:10 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: + - 9faf7a69-5178-45b2-8b55-9e7d54aefde3 + status: 200 OK + code: 200 + duration: 84.834584ms + - id: 18 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -629,18 +923,267 @@ interactions: trailer: {} content_length: 593 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:25.489989Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:33:07.048811Z","vpc_integration_activated":true}' + headers: + Content-Length: + - "593" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:10 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: + - 4a234d22-bdb3-4726-ae15-0ebb3cc55ee4 + status: 200 OK + code: 200 + duration: 93.677959ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 329 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","environment_variables":{},"min_scale":0,"max_scale":20,"runtime":"node22","memory_limit":256,"handler":"handler.handle","privacy":"private","secret_environment_variables":[],"http_option":"enabled","sandbox":"unknown_sandbox","tags":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 744 + uncompressed: false + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393135835Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393135835Z"}' + headers: + Content-Length: + - "744" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:11 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: + - 9405bd9e-b998-4c48-83fa-f2fc82ce3a0a + status: 200 OK + code: 200 + duration: 488.865833ms + - id: 20 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 738 + uncompressed: false + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393136Z"}' + headers: + Content-Length: + - "738" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:11 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: + - e7bc7eda-e12b-4965-b49d-7209f3272b1e + status: 200 OK + code: 200 + duration: 180.711292ms + - 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 738 + uncompressed: false + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393136Z"}' + headers: + Content-Length: + - "738" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:11 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: + - 177c2b93-0662-4198-8ab6-255aa6c8f46f + status: 200 OK + code: 200 + duration: 91.381459ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 206 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"name":"test-function-trigger-sqs","function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","scw_sqs_config":{"queue":"TestQueue","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par"}}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 356 + uncompressed: false + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + headers: + Content-Length: + - "356" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:33:11 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: + - 3a5c59d8-6423-4f8f-bd4c-4992d37c42c7 + status: 200 OK + code: 200 + duration: 268.025292ms + - id: 23 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 356 + uncompressed: false + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "593" + - "356" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:26 GMT + - Tue, 02 Sep 2025 09:33:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -648,11 +1191,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e6218b2-1e86-47aa-95eb-bbba5945d8d7 + - a9fed219-4e87-41cb-b878-2ccfe03c7b15 status: 200 OK code: 200 - duration: 80.7545ms - - id: 13 + duration: 139.435083ms + - id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -667,8 +1210,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -676,20 +1219,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 593 + content_length: 356 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:25.489989Z","vpc_integration_activated":true}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "593" + - "356" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:26 GMT + - Tue, 02 Sep 2025 09:33:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -697,50 +1240,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e961b1e2-cc80-443e-a6c0-38edd6121b7a + - 5ad626fc-ab87-48fe-84be-0366c486df2d status: 200 OK code: 200 - duration: 86.570283ms - - id: 14 + duration: 240.6725ms + - id: 25 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 329 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","environment_variables":{},"min_scale":0,"max_scale":20,"runtime":"node22","memory_limit":256,"handler":"handler.handle","privacy":"private","secret_environment_variables":[],"http_option":"enabled","sandbox":"unknown_sandbox","tags":null}' + body: "" 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/functions/v1beta1/regions/fr-par/functions - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 744 + content_length: 356 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585910657Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585910657Z"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "744" + - "356" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:27 GMT + - Tue, 02 Sep 2025 09:33:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -748,11 +1289,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e85391a3-ba11-4395-a790-65569049e1eb + - 1d67fd82-8959-408a-b895-4bafdebe312c status: 200 OK code: 200 - duration: 787.15786ms - - id: 15 + duration: 91.34175ms + - id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -767,8 +1308,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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -776,20 +1317,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 738 + content_length: 356 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585911Z"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "738" + - "356" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:27 GMT + - Tue, 02 Sep 2025 09:33:27 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -797,11 +1338,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99c5d4e4-d2b9-434b-9600-7605046d9273 + - d7f05cdc-974a-41e2-993c-4a1d9834fda9 status: 200 OK code: 200 - duration: 136.51137ms - - id: 16 + duration: 102.419667ms + - id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -816,8 +1357,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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -825,20 +1366,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 738 + content_length: 356 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585911Z"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - - "738" + - "356" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:27 GMT + - Tue, 02 Sep 2025 09:33:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -846,30 +1387,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33d8a714-f73f-4486-b74c-1f5f9314044a + - d2326289-1e51-4851-a3ea-b389db4f3e12 status: 200 OK code: 200 - duration: 93.548308ms - - id: 17 + duration: 403.981666ms + - id: 28 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 206 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"test-function-trigger-sqs","function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","scw_sqs_config":{"queue":"TestQueue","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par"}}' + body: "" 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/functions/v1beta1/regions/fr-par/triggers - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d + method: GET response: proto: HTTP/2.0 proto_major: 2 @@ -878,7 +1417,7 @@ interactions: trailer: {} content_length: 356 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - "356" @@ -887,9 +1426,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:28 GMT + - Tue, 02 Sep 2025 09:33:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -897,11 +1436,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 261d851a-b732-4350-a7cc-f5a04057758c + - f560a582-f9d6-4587-94cb-5a453a02ee0a status: 200 OK code: 200 - duration: 702.448141ms - - id: 18 + duration: 139.466917ms + - id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -916,8 +1455,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -927,7 +1466,7 @@ interactions: trailer: {} content_length: 356 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":null,"mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - "356" @@ -936,9 +1475,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:28 GMT + - Tue, 02 Sep 2025 09:33:43 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -946,11 +1485,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1ca5633-8c4c-47b5-b85e-7503fe6bb808 + - 9fdc2aa0-785c-4b43-9b95-9ccfaeef5868 status: 200 OK code: 200 - duration: 101.506462ms - - id: 19 + duration: 102.523625ms + - id: 30 request: proto: HTTP/1.1 proto_major: 1 @@ -965,8 +1504,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -976,7 +1515,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - "390" @@ -985,9 +1524,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:33 GMT + - Tue, 02 Sep 2025 09:33:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -995,11 +1534,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d72089d-efd8-410a-9a53-01341675154e + - da0e9a90-44bd-46a8-9388-fb50d7a2d623 status: 200 OK code: 200 - duration: 92.576667ms - - id: 20 + duration: 102.833084ms + - id: 31 request: proto: HTTP/1.1 proto_major: 1 @@ -1014,8 +1553,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1025,7 +1564,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - "390" @@ -1034,9 +1573,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:38 GMT + - Tue, 02 Sep 2025 09:33:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1044,11 +1583,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22d4a1a9-1f0b-4f2e-9a4e-ede6452536c4 + - de450c60-1ce7-4f80-8802-3f884182dac4 status: 200 OK code: 200 - duration: 117.030929ms - - id: 21 + duration: 101.440459ms + - id: 32 request: proto: HTTP/1.1 proto_major: 1 @@ -1063,8 +1602,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1074,7 +1613,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"creating"}' headers: Content-Length: - "390" @@ -1083,9 +1622,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:43 GMT + - Tue, 02 Sep 2025 09:33:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1093,11 +1632,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e516b54-b0fb-4ea5-8f35-e27ea6f549ad + - 5ffbf16d-557d-443b-b176-f807bd9f45bd status: 200 OK code: 200 - duration: 80.914374ms - - id: 22 + duration: 114.188167ms + - id: 33 request: proto: HTTP/1.1 proto_major: 1 @@ -1112,8 +1651,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1123,7 +1662,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -1132,9 +1671,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:48 GMT + - Tue, 02 Sep 2025 09:34:03 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,11 +1681,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1791d248-a53a-4824-85a2-7d631c2a949d + - 6308b76c-e941-4cf4-80fc-edeb83f6a176 status: 200 OK code: 200 - duration: 96.198507ms - - id: 23 + duration: 113.798208ms + - id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1161,8 +1700,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1172,7 +1711,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -1181,9 +1720,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:49 GMT + - Tue, 02 Sep 2025 09:34:03 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1191,11 +1730,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f29ddf03-39a1-4905-90d8-ba6326a79698 + - 963f0dd1-f6fa-40e1-93bc-b125d392d51b status: 200 OK code: 200 - duration: 94.427133ms - - id: 24 + duration: 91.345334ms + - id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1210,8 +1749,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1221,7 +1760,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -1230,9 +1769,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:49 GMT + - Tue, 02 Sep 2025 09:34:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1240,11 +1779,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67747dd9-440a-4967-ad81-8a20fb81b730 + - 303a4367-47b6-4994-89c7-b5232ccf475c status: 200 OK code: 200 - duration: 101.398886ms - - id: 25 + duration: 125.580291ms + - id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1259,8 +1798,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1270,7 +1809,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -1279,9 +1818,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:49 GMT + - Tue, 02 Sep 2025 09:34:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1289,11 +1828,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b6f9fae-8bb8-4418-bd35-b91b3aaea23d + - 41e251a6-0d2c-4bd7-a18c-4f80ca829e72 status: 200 OK code: 200 - duration: 104.275284ms - - id: 26 + duration: 131.655333ms + - id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -1308,8 +1847,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/account/v3/projects/52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -1319,7 +1858,7 @@ interactions: trailer: {} content_length: 310 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.403028Z","description":"","id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:19.403028Z"}' + body: '{"created_at":"2025-09-02T09:32:38.601982Z","description":"","id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:32:38.601982Z"}' headers: Content-Length: - "310" @@ -1328,9 +1867,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:49 GMT + - Tue, 02 Sep 2025 09:34:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1338,11 +1877,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4d2f172-0fee-4476-87af-afdb7ff8bb3b + - 0a1d2c73-c047-4d2e-a066-a82903120224 status: 200 OK code: 200 - duration: 175.768289ms - - id: 27 + duration: 179.816458ms + - id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -1357,8 +1896,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -1366,20 +1905,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 593 + content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:25.489989Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:39.106415Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415Z"}' headers: Content-Length: - - "593" + - "233" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:49 GMT + - Tue, 02 Sep 2025 09:34:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1387,11 +1926,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dee9a109-5964-448a-9c4d-17b1f803a2a5 + - fd9a6f1e-1ef7-4753-9b5a-47f72d8d37ed status: 200 OK code: 200 - duration: 81.695421ms - - id: 28 + duration: 83.229333ms + - id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -1406,8 +1945,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -1415,20 +1954,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 233 + content_length: 593 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953Z"}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:33:07.048811Z","vpc_integration_activated":true}' headers: Content-Length: - - "233" + - "593" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:49 GMT + - Tue, 02 Sep 2025 09:34:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1436,11 +1975,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a21601d-406a-4c45-b9ba-aa0a3669e792 + - 07bb27ba-7040-4600-8f5e-9eac55f9bb2c status: 200 OK code: 200 - duration: 82.14771ms - - id: 29 + duration: 85.669375ms + - id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -1455,8 +1994,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/mnq/v1beta1/regions/fr-par/sqs-credentials/cdcc9ac4-fbdb-400c-bf7e-683edb95fc41 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb794368-de57-4274-89ec-3b1b19a67045 method: GET response: proto: HTTP/2.0 @@ -1464,20 +2003,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 429 + content_length: 424 uncompressed: false - body: '{"access_key":"CzoighBpAX8xTKHVnLaq","created_at":"2025-08-27T15:06:20.258532Z","id":"cdcc9ac4-fbdb-400c-bf7e-683edb95fc41","name":"tf-sqs-credentials-gallant-mclean","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","secret_checksum":"24ad85e21e25174cfd68c9fc789cd65518fc07ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:20.258532Z"}' + body: '{"access_key":"FLMaEiCurpbc7cB6Omx7","created_at":"2025-09-02T09:32:39.399646Z","id":"eb794368-de57-4274-89ec-3b1b19a67045","name":"tf-sqs-credentials-sad-gould","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","secret_checksum":"6baeba80d6597aa3d244b211bdb6c23b31cafb86","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:32:39.399646Z"}' headers: Content-Length: - - "429" + - "424" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1485,11 +2024,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20618b7f-af11-421e-89a6-386622bc6213 + - ac5e3056-e589-49bd-8d3b-6b54b3a6d693 status: 200 OK code: 200 - duration: 87.608968ms - - id: 30 + duration: 102.036625ms + - id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -1504,8 +2043,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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 method: GET response: proto: HTTP/2.0 @@ -1515,7 +2054,7 @@ interactions: trailer: {} content_length: 738 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585911Z"}' + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393136Z"}' headers: Content-Length: - "738" @@ -1524,9 +2063,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1534,11 +2073,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2017372-71c6-417c-ac8f-d204648d90e4 + - e82aaf3c-1683-4fe0-a1f0-cdbbc5aab5fe status: 200 OK code: 200 - duration: 87.058867ms - - id: 31 + duration: 97.435333ms + - id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -1553,15 +2092,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - f4f7187b-81ba-44e8-98b2-be0e9c6bd235 + - bf0e2fad-38c1-4cec-9be6-5e069ab51a46 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150650Z + - 20250902T093405Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1576,43 +2115,43 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:05 GMT X-Amzn-Requestid: - - tx20439ee2-66c7-4ffb-88f6-80ceac7ca3fa + - txe83fdc3e-4b9f-4a70-9d4d-7aa886609acc status: 200 OK code: 200 - duration: 27.079879ms - - id: 32 + duration: 27.519042ms + - id: 43 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 289 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 80dbecac-8060-4612-b197-13f4667c3a1b + - 6427b92c-2322-4273-b5b2-2a75fb5e84e8 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150650Z + - 20250902T093405Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -1625,22 +2164,22 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 229 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "229" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:05 GMT X-Amzn-Requestid: - - tx3e3ddb5d-b4f3-4ea9-8793-1b59decc0318 + - txdf515cb3-3681-4a00-b355-77b78d89e6cb status: 200 OK code: 200 - duration: 42.628578ms - - id: 33 + duration: 33.774875ms + - id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -1655,8 +2194,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -1666,7 +2205,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -1675,9 +2214,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1685,11 +2224,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfbd85d8-e0f2-4671-af33-891a11402faf + - b2c351c7-36fa-42ec-ba89-51b66b2ddc58 status: 200 OK code: 200 - duration: 94.801677ms - - id: 34 + duration: 95.994208ms + - id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -1704,8 +2243,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/account/v3/projects/52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -1715,7 +2254,7 @@ interactions: trailer: {} content_length: 310 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.403028Z","description":"","id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:19.403028Z"}' + body: '{"created_at":"2025-09-02T09:32:38.601982Z","description":"","id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:32:38.601982Z"}' headers: Content-Length: - "310" @@ -1724,9 +2263,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1734,11 +2273,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3f8b333-a3b9-427b-87c5-8ec4babda28f + - f7d00b9e-5d89-46b8-9d1a-5dfc2c672e47 status: 200 OK code: 200 - duration: 180.611369ms - - id: 35 + duration: 197.842834ms + - id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -1753,8 +2292,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -1764,7 +2303,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953Z"}' + body: '{"created_at":"2025-09-02T09:32:39.106415Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415Z"}' headers: Content-Length: - "233" @@ -1773,9 +2312,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1783,11 +2322,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6263e6ba-3e2e-468e-899e-7ab58f294fa4 + - 297a6b4b-98b0-4f0d-9a98-4e376436e042 status: 200 OK code: 200 - duration: 81.49225ms - - id: 36 + duration: 78.854ms + - id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -1802,8 +2341,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -1813,7 +2352,7 @@ interactions: trailer: {} content_length: 593 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:25.489989Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:33:07.048811Z","vpc_integration_activated":true}' headers: Content-Length: - "593" @@ -1822,9 +2361,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1832,11 +2371,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fea4a2c3-59d9-4be5-89d3-9043751cd47f + - a9a8b94d-dc2b-4dce-8f5b-457009d56182 status: 200 OK code: 200 - duration: 95.374682ms - - id: 37 + duration: 88.41025ms + - id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -1851,8 +2390,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/mnq/v1beta1/regions/fr-par/sqs-credentials/cdcc9ac4-fbdb-400c-bf7e-683edb95fc41 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb794368-de57-4274-89ec-3b1b19a67045 method: GET response: proto: HTTP/2.0 @@ -1860,20 +2399,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 429 + content_length: 424 uncompressed: false - body: '{"access_key":"CzoighBpAX8xTKHVnLaq","created_at":"2025-08-27T15:06:20.258532Z","id":"cdcc9ac4-fbdb-400c-bf7e-683edb95fc41","name":"tf-sqs-credentials-gallant-mclean","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","secret_checksum":"24ad85e21e25174cfd68c9fc789cd65518fc07ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:20.258532Z"}' + body: '{"access_key":"FLMaEiCurpbc7cB6Omx7","created_at":"2025-09-02T09:32:39.399646Z","id":"eb794368-de57-4274-89ec-3b1b19a67045","name":"tf-sqs-credentials-sad-gould","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","secret_checksum":"6baeba80d6597aa3d244b211bdb6c23b31cafb86","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:32:39.399646Z"}' headers: Content-Length: - - "429" + - "424" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1881,11 +2420,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60f227cd-1cad-49d5-82ca-bc2088cacc54 + - a3bb667c-83e9-4652-8797-b4ceb9bf1cf2 status: 200 OK code: 200 - duration: 88.494731ms - - id: 38 + duration: 92.944125ms + - id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -1900,8 +2439,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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 method: GET response: proto: HTTP/2.0 @@ -1911,7 +2450,7 @@ interactions: trailer: {} content_length: 738 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585911Z"}' + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393136Z"}' headers: Content-Length: - "738" @@ -1920,9 +2459,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1930,11 +2469,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e67400a-f312-4c18-99eb-6a634a162bd7 + - b4adec06-b796-405d-a4b7-20146d2282f9 status: 200 OK code: 200 - duration: 89.734727ms - - id: 39 + duration: 107.039625ms + - id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -1949,15 +2488,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 2e9a58c9-3b6c-4739-aea3-8d2823bae463 + - 64ffe0bd-137f-4235-b315-4744f72667dd Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150650Z + - 20250902T093406Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1972,43 +2511,43 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT X-Amzn-Requestid: - - txe4c58b89-1bd1-4b2c-99ea-5eb27c8f9faa + - tx1a701893-af1f-47bc-b6b8-f0344d3407c2 status: 200 OK code: 200 - duration: 23.431402ms - - id: 40 + duration: 29.224833ms + - id: 51 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 289 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - f1734564-f6d1-4c0d-9abb-14b1ff7d84de + - 126ae9f4-c07c-48ca-9b1f-9bfcebc38297 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150650Z + - 20250902T093406Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -2021,22 +2560,22 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 229 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "229" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT X-Amzn-Requestid: - - txc852627e-2e70-45d5-8a37-8db35cebe21e + - tx7d0d8675-7f7b-4b05-b728-fc2e6bd01461 status: 200 OK code: 200 - duration: 35.836852ms - - id: 41 + duration: 29.0425ms + - id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -2051,8 +2590,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2062,7 +2601,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -2071,9 +2610,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:50 GMT + - Tue, 02 Sep 2025 09:34:06 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2081,11 +2620,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 562edc21-d549-4cff-bca3-ac51217bd131 + - 1b108c1c-f4fa-4a60-95e9-f3238f2368e9 status: 200 OK code: 200 - duration: 84.951532ms - - id: 42 + duration: 98.88375ms + - id: 53 request: proto: HTTP/1.1 proto_major: 1 @@ -2100,8 +2639,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/account/v3/projects/52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -2111,7 +2650,7 @@ interactions: trailer: {} content_length: 310 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.403028Z","description":"","id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-08-27T15:06:19.403028Z"}' + body: '{"created_at":"2025-09-02T09:32:38.601982Z","description":"","id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","name":"tf_tests_function_trigger_sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:32:38.601982Z"}' headers: Content-Length: - "310" @@ -2120,9 +2659,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2130,11 +2669,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d4357dd-ed4d-479d-acb8-cee9d6ddc1c6 + - 3222ad0d-2ee3-496d-92df-55733d955eeb status: 200 OK code: 200 - duration: 204.679135ms - - id: 43 + duration: 191.780167ms + - id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -2149,8 +2688,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -2160,7 +2699,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953Z"}' + body: '{"created_at":"2025-09-02T09:32:39.106415Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415Z"}' headers: Content-Length: - "233" @@ -2169,9 +2708,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2179,11 +2718,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d55eba7-f483-4c3e-9076-3c849c8e9da0 + - 4c30a5e7-a9f0-4ea5-b279-3cca6a17d1b7 status: 200 OK code: 200 - duration: 69.327803ms - - id: 44 + duration: 80.873167ms + - id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -2198,8 +2737,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -2209,7 +2748,7 @@ interactions: trailer: {} content_length: 593 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:25.489989Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:33:07.048811Z","vpc_integration_activated":true}' headers: Content-Length: - "593" @@ -2218,9 +2757,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2228,11 +2767,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03404764-0650-458a-9c47-0c8c2bd901f9 + - 232b42e6-e282-4d0c-b5eb-56fec88e7733 status: 200 OK code: 200 - duration: 84.080868ms - - id: 45 + duration: 80.431ms + - id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -2247,8 +2786,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/mnq/v1beta1/regions/fr-par/sqs-credentials/cdcc9ac4-fbdb-400c-bf7e-683edb95fc41 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb794368-de57-4274-89ec-3b1b19a67045 method: GET response: proto: HTTP/2.0 @@ -2256,20 +2795,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 429 + content_length: 424 uncompressed: false - body: '{"access_key":"CzoighBpAX8xTKHVnLaq","created_at":"2025-08-27T15:06:20.258532Z","id":"cdcc9ac4-fbdb-400c-bf7e-683edb95fc41","name":"tf-sqs-credentials-gallant-mclean","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","secret_checksum":"24ad85e21e25174cfd68c9fc789cd65518fc07ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-08-27T15:06:20.258532Z"}' + body: '{"access_key":"FLMaEiCurpbc7cB6Omx7","created_at":"2025-09-02T09:32:39.399646Z","id":"eb794368-de57-4274-89ec-3b1b19a67045","name":"tf-sqs-credentials-sad-gould","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","secret_checksum":"6baeba80d6597aa3d244b211bdb6c23b31cafb86","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:32:39.399646Z"}' headers: Content-Length: - - "429" + - "424" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2277,11 +2816,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d4f9931-37fc-4c27-b327-6413fee6e2b1 + - ee6f819b-4db3-4a6f-8e87-024b70fe1be3 status: 200 OK code: 200 - duration: 78.994493ms - - id: 46 + duration: 84.905917ms + - id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -2296,8 +2835,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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 method: GET response: proto: HTTP/2.0 @@ -2307,7 +2846,7 @@ interactions: trailer: {} content_length: 738 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585911Z"}' + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393136Z"}' headers: Content-Length: - "738" @@ -2316,9 +2855,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2326,11 +2865,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ebd8f9d1-42e4-4752-918a-c3411013f1eb + - 65fa5f5c-62d1-4533-8be7-b2659a63f57b status: 200 OK code: 200 - duration: 70.015723ms - - id: 47 + duration: 97.709959ms + - id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -2345,15 +2884,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 1a0f0599-3f2b-48f3-99f5-18ca20f43b0c + - 38ba17e2-f92b-4d04-95f6-8a4d0c1048a1 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150651Z + - 20250902T093407Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -2368,43 +2907,43 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT X-Amzn-Requestid: - - txeb9abb12-6c36-4242-b342-eff89ee0e556 + - tx20da575a-9802-4585-80f6-7928f08822c5 status: 200 OK code: 200 - duration: 28.807771ms - - id: 48 + duration: 33.090541ms + - id: 59 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 262 + content_length: 289 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - f75e59fc-bd4e-48ab-b8e7-e79983b1dc97 + - 5b9e2044-a8a9-40a9-bb60-a6a3d005084a Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150651Z + - 20250902T093407Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -2417,22 +2956,22 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 229 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e:TestQueue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "229" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT X-Amzn-Requestid: - - tx895cdbd0-f2d0-4c17-8d5a-1358136b664a + - tx2a728d3f-fd2a-4746-a9bd-cb137872b614 status: 200 OK code: 200 - duration: 27.87518ms - - id: 49 + duration: 27.241166ms + - id: 60 request: proto: HTTP/1.1 proto_major: 1 @@ -2447,8 +2986,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2458,7 +2997,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -2467,9 +3006,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:51 GMT + - Tue, 02 Sep 2025 09:34:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2477,11 +3016,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2b1f209-33e6-476a-9f7e-875f5e155f31 + - 636390d3-ae71-4235-a0ad-7fd72c55f2a8 status: 200 OK code: 200 - duration: 85.373974ms - - id: 50 + duration: 105.926084ms + - id: 61 request: proto: HTTP/1.1 proto_major: 1 @@ -2496,15 +3035,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 2ffca6ec-843d-4411-8d68-6ce66fc02a03 + - 768d5a81-f03d-452e-947d-9d8e34aee6ed Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150652Z + - 20250902T093408Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -2519,20 +3058,20 @@ interactions: trailer: {} content_length: 106 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' headers: Content-Length: - "106" Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:08 GMT X-Amzn-Requestid: - - tx1a789236-1cd8-4314-89da-2c2da61c0fb5 + - tx43298959-2786-42fd-be66-4ed0e5ee4386 status: 200 OK code: 200 - duration: 26.338939ms - - id: 51 + duration: 28.575625ms + - id: 62 request: proto: HTTP/1.1 proto_major: 1 @@ -2543,19 +3082,19 @@ interactions: host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-52b94a0b-0f98-4f84-9b02-f19b6970eed0/TestQueue"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-3f11d11d-5f9e-4504-9b22-b0a44c953f1e/TestQueue"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 746fdae9-393a-415a-8e88-8e92a8afd7a4 + - e935fa7b-8d58-43ab-b7f0-0b9b2b8d702d Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150652Z + - 20250902T093408Z X-Amz-Target: - AmazonSQS.DeleteQueue X-Amzn-Query-Mode: @@ -2577,13 +3116,13 @@ interactions: Content-Type: - application/x-amz-json-1.0; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:08 GMT X-Amzn-Requestid: - - txe44f171f-7e4e-4450-934a-ea2f155d30a1 + - tx2841e1ac-6611-419d-a76b-820660641a4b status: 200 OK code: 200 - duration: 34.854629ms - - id: 52 + duration: 31.155375ms + - id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -2598,15 +3137,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 78528c19-b410-4a6b-9ddc-8cfa532c8e4e + - 5db5cfdc-db35-495d-836a-e7729a7f1d3c Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.37.1 ua/2.1 os/linux lang/go#1.24.1 md/GOOS#linux md/GOARCH#amd64 api/sqs#1.38.6 m/E,e + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20250827T150652Z + - 20250902T093408Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -2628,15 +3167,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:08 GMT X-Amzn-Query-Error: - AWS.SimpleQueueService.NonExistentQueue;Sender X-Amzn-Requestid: - - tx99446cb8-2b66-48b7-8e02-665f43cd4886 + - tx43f29ad3-b293-47fb-bc88-665369fb84bf status: 404 Not Found code: 404 - duration: 31.849439ms - - id: 53 + duration: 25.1505ms + - id: 64 request: proto: HTTP/1.1 proto_major: 1 @@ -2651,8 +3190,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2662,7 +3201,7 @@ interactions: trailer: {} content_length: 387 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"ready"}' headers: Content-Length: - "387" @@ -2671,9 +3210,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:08 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2681,11 +3220,58 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a474aee9-9b9e-4d15-9f20-747c15659ba5 + - 5afdb3e3-e4f0-40ac-beb0-29276c50cb8b status: 200 OK code: 200 - duration: 109.833546ms - - id: 54 + duration: 110.564542ms + - id: 65 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb794368-de57-4274-89ec-3b1b19a67045 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 09:34:08 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: + - 2954175b-e885-486e-b150-9144f0d31dec + status: 204 No Content + code: 204 + duration: 110.030042ms + - id: 66 request: proto: HTTP/1.1 proto_major: 1 @@ -2700,8 +3286,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: DELETE response: proto: HTTP/2.0 @@ -2711,7 +3297,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - "390" @@ -2720,9 +3306,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:08 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2730,11 +3316,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3f48391-cbd2-4614-a653-1187d24d6e0f + - 22fe9557-da9c-4692-9c2b-488844f474a3 status: 200 OK code: 200 - duration: 125.112127ms - - id: 55 + duration: 127.397958ms + - id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -2749,27 +3335,29 @@ 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/mnq/v1beta1/regions/fr-par/sqs-credentials/cdcc9ac4-fbdb-400c-bf7e-683edb95fc41 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 0 + content_length: 390 uncompressed: false - body: "" + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: + Content-Length: + - "390" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:08 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2777,11 +3365,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 742d3297-3fed-4415-9bb7-06aaf6159add - status: 204 No Content - code: 204 - duration: 137.146401ms - - id: 56 + - fb99288a-064f-4b59-bd24-14cdd0161372 + status: 200 OK + code: 200 + duration: 101.8645ms + - id: 68 request: proto: HTTP/1.1 proto_major: 1 @@ -2796,8 +3384,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2807,7 +3395,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - "390" @@ -2816,9 +3404,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:52 GMT + - Tue, 02 Sep 2025 09:34:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2826,11 +3414,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ea8ffa1-c102-4fd1-88f8-17bdaa36663e + - c8e27f25-9e6e-4dba-8bcb-5087fc048340 status: 200 OK code: 200 - duration: 105.047225ms - - id: 57 + duration: 112.115333ms + - id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -2845,8 +3433,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2856,7 +3444,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - "390" @@ -2865,9 +3453,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:06:57 GMT + - Tue, 02 Sep 2025 09:34:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2875,11 +3463,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9443959b-649d-473a-ada8-7b0253516e1f + - 8616ff29-13e1-4838-b1e1-074b97f225d9 status: 200 OK code: 200 - duration: 102.90903ms - - id: 58 + duration: 101.420458ms + - id: 70 request: proto: HTTP/1.1 proto_major: 1 @@ -2894,8 +3482,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2905,7 +3493,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - "390" @@ -2914,9 +3502,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:02 GMT + - Tue, 02 Sep 2025 09:34:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2924,11 +3512,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aac5149d-62a2-48e1-824a-b7dc063e1a51 + - 67eae652-f42c-4518-a238-1c13fe4f8065 status: 200 OK code: 200 - duration: 93.509274ms - - id: 59 + duration: 113.119333ms + - id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -2943,8 +3531,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -2954,7 +3542,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - "390" @@ -2963,9 +3551,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:07 GMT + - Tue, 02 Sep 2025 09:34:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2973,11 +3561,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 91f8f2c6-411c-459d-9c26-ba5247cfd971 + - 06be0c5d-a8e0-4cc1-8f28-96c01bead744 status: 200 OK code: 200 - duration: 97.325929ms - - id: 60 + duration: 99.497792ms + - id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -2992,8 +3580,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -3003,7 +3591,7 @@ interactions: trailer: {} content_length: 390 uncompressed: false - body: '{"description":"","error_message":null,"function_id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","id":"5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"09b19b46-8f95-4ac9-b677-cdf22b19926d","mnq_project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' + body: '{"description":"","error_message":null,"function_id":"e097376f-8593-46a1-b029-1b18f484f5d3","id":"2474aea3-bde2-4c3e-a25f-921c6343420d","input_type":"scw_sqs","name":"test-function-trigger-sqs","scw_sqs_config":{"mnq_credential_id":"30c71353-ed91-4c59-b04e-f2e92d014a23","mnq_project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","mnq_region":"fr-par","queue":"TestQueue"},"status":"deleting"}' headers: Content-Length: - "390" @@ -3012,9 +3600,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:12 GMT + - Tue, 02 Sep 2025 09:34:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3022,11 +3610,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee9a6efc-34fb-4c5f-a8b8-348f3bf041b2 + - 372f16f1-92be-41e5-a166-9a9fbe8141b0 status: 200 OK code: 200 - duration: 90.034897ms - - id: 61 + duration: 104.096709ms + - id: 73 request: proto: HTTP/1.1 proto_major: 1 @@ -3041,8 +3629,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: GET response: proto: HTTP/2.0 @@ -3061,9 +3649,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:17 GMT + - Tue, 02 Sep 2025 09:34:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3071,11 +3659,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39029671-4e64-4f5b-a58c-55f0b724f989 + - 05811b30-9c0c-4225-8d5f-6ef4e56cca28 status: 404 Not Found code: 404 - duration: 31.596899ms - - id: 62 + duration: 28.7585ms + - id: 74 request: proto: HTTP/1.1 proto_major: 1 @@ -3090,8 +3678,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/mnq/v1beta1/regions/fr-par/sqs-info?project_id=52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: GET response: proto: HTTP/2.0 @@ -3101,7 +3689,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:19.969953Z","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-08-27T15:06:19.969953Z"}' + body: '{"created_at":"2025-09-02T09:32:39.106415Z","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:32:39.106415Z"}' headers: Content-Length: - "233" @@ -3110,9 +3698,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:17 GMT + - Tue, 02 Sep 2025 09:34:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3120,11 +3708,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7588508f-82b2-474b-9cff-a6c687e677a0 + - 5587b19a-6020-4db2-b86d-e3281de07788 status: 200 OK code: 200 - duration: 80.239585ms - - id: 63 + duration: 106.921166ms + - id: 75 request: proto: HTTP/1.1 proto_major: 1 @@ -3139,8 +3727,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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 method: GET response: proto: HTTP/2.0 @@ -3150,7 +3738,7 @@ interactions: trailer: {} content_length: 738 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:06:27.585911Z"}' + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"created","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:33:11.393136Z"}' headers: Content-Length: - "738" @@ -3159,9 +3747,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:17 GMT + - Tue, 02 Sep 2025 09:34:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3169,48 +3757,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cbdebe0-79f2-4b38-a3a8-ed799805e40c + - 7468830f-dd33-4f43-8639-bd3f1411d14c status: 200 OK code: 200 - duration: 83.602095ms - - id: 64 + duration: 106.191875ms + - id: 76 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 53 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e"}' 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/functions/v1beta1/regions/fr-par/functions/478b4ede-72e2-4734-9b11-0ad89b7494b2 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 742 + content_length: 184 uncompressed: false - body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-08-27T15:06:27.585911Z","description":"","domain_name":"testfunctiontriggersjhzlswz4-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"478b4ede-72e2-4734-9b11-0ad89b7494b2","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"deleting","tags":[],"timeout":"300s","updated_at":"2025-08-27T15:07:18.075903260Z"}' + body: '{"created_at":null,"project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' headers: Content-Length: - - "742" + - "184" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:18 GMT + - Tue, 02 Sep 2025 09:34:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3218,50 +3808,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1a64744-791d-4861-a373-a70b5c476639 + - 8c4b4032-0ddf-4d8f-8375-402402735ec2 status: 200 OK code: 200 - duration: 158.074437ms - - id: 65 + duration: 334.234625ms + - id: 77 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 53 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0"}' + body: "" 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/mnq/v1beta1/regions/fr-par/deactivate-sqs - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/functions/e097376f-8593-46a1-b029-1b18f484f5d3 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 184 + content_length: 742 uncompressed: false - body: '{"created_at":null,"project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' + body: '{"build_message":null,"cpu_limit":140,"created_at":"2025-09-02T09:33:11.393136Z","description":"","domain_name":"testfunctiontriggersra5bjv5m-test-function-trigger-sqs.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"handler":"handler.handle","http_option":"enabled","id":"e097376f-8593-46a1-b029-1b18f484f5d3","max_scale":20,"memory_limit":256,"min_scale":0,"name":"test-function-trigger-sqs","namespace_id":"ac614d2d-d372-4401-8129-ccde92bde63f","privacy":"private","private_network_id":null,"ready_at":null,"region":"fr-par","runtime":"node22","runtime_message":"","sandbox":"v2","secret_environment_variables":[],"status":"deleting","tags":[],"timeout":"300s","updated_at":"2025-09-02T09:34:39.881986637Z"}' headers: Content-Length: - - "184" + - "742" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:18 GMT + - Tue, 02 Sep 2025 09:34:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3269,11 +3857,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5f218a2-81a4-4d1b-ab6a-10ad96720510 + - 68cb0e05-75fd-4509-96b2-60f4e3b72420 status: 200 OK code: 200 - duration: 252.38001ms - - id: 66 + duration: 334.199625ms + - id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -3288,8 +3876,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -3299,7 +3887,7 @@ interactions: trailer: {} content_length: 593 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-08-27T15:06:25.489989Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-09-02T09:33:07.048811Z","vpc_integration_activated":true}' headers: Content-Length: - "593" @@ -3308,9 +3896,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:18 GMT + - Tue, 02 Sep 2025 09:34:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3318,11 +3906,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da64fcb8-87c1-4bbc-9edb-04150a5ab29c + - 2705e8e2-0ebb-4022-b907-7a93421a07c9 status: 200 OK code: 200 - duration: 90.456039ms - - id: 67 + duration: 123.555666ms + - id: 79 request: proto: HTTP/1.1 proto_major: 1 @@ -3337,8 +3925,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: DELETE response: proto: HTTP/2.0 @@ -3348,7 +3936,7 @@ interactions: trailer: {} content_length: 599 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-08-27T15:07:18.265541768Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:34:40.264184088Z","vpc_integration_activated":true}' headers: Content-Length: - "599" @@ -3357,9 +3945,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:18 GMT + - Tue, 02 Sep 2025 09:34:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3367,11 +3955,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 490d7766-e4ab-4a10-8e5e-ba1b28773af4 + - 94b78dd7-6b2b-4e43-8fbc-eab5c87eacd9 status: 200 OK code: 200 - duration: 751.314519ms - - id: 68 + duration: 234.195042ms + - id: 80 request: proto: HTTP/1.1 proto_major: 1 @@ -3386,8 +3974,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -3397,7 +3985,7 @@ interactions: trailer: {} content_length: 596 uncompressed: false - body: '{"created_at":"2025-08-27T15:06:21.464382Z","description":"","environment_variables":{},"error_message":null,"id":"8c3e5206-c129-4532-92a4-272b9d16e6f0","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"52b94a0b-0f98-4f84-9b02-f19b6970eed0","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersjhzlswz4","registry_namespace_id":"ad6dd704-2b22-4ac0-ba04-6c1fbd78a1da","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-08-27T15:07:18.265542Z","vpc_integration_activated":true}' + body: '{"created_at":"2025-09-02T09:32:40.010222Z","description":"","environment_variables":{},"error_message":null,"id":"ac614d2d-d372-4401-8129-ccde92bde63f","name":"test-function-trigger-sqs","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"3f11d11d-5f9e-4504-9b22-b0a44c953f1e","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtestfunctiontriggersra5bjv5m","registry_namespace_id":"e66d7708-bef2-4151-b992-f1fd42604283","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-09-02T09:34:40.264184Z","vpc_integration_activated":true}' headers: Content-Length: - "596" @@ -3406,9 +3994,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:19 GMT + - Tue, 02 Sep 2025 09:34:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3416,11 +4004,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ffbdbdb-86bd-43f6-a2b4-4d14acce0334 + - 0b656721-a480-4b2a-bdca-f11b65011071 status: 200 OK code: 200 - duration: 85.616226ms - - id: 69 + duration: 174.319125ms + - id: 81 request: proto: HTTP/1.1 proto_major: 1 @@ -3435,8 +4023,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/functions/v1beta1/regions/fr-par/namespaces/8c3e5206-c129-4532-92a4-272b9d16e6f0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/namespaces/ac614d2d-d372-4401-8129-ccde92bde63f method: GET response: proto: HTTP/2.0 @@ -3455,9 +4043,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:24 GMT + - Tue, 02 Sep 2025 09:34:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3465,11 +4053,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3c0bbfa-b82c-4b82-8ef8-ca62f2e03c70 + - 84d11675-7da2-4517-9733-8bce25037bbb status: 404 Not Found code: 404 - duration: 28.789109ms - - id: 70 + duration: 116.674792ms + - id: 82 request: proto: HTTP/1.1 proto_major: 1 @@ -3484,8 +4072,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/account/v3/projects/52b94a0b-0f98-4f84-9b02-f19b6970eed0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/3f11d11d-5f9e-4504-9b22-b0a44c953f1e method: DELETE response: proto: HTTP/2.0 @@ -3502,9 +4090,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:34:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3512,11 +4100,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 875a7350-3223-4411-b6a8-a9f23e50ccc2 + - 1e1ad434-3a99-427e-be94-ff71a834dbdd status: 204 No Content code: 204 - duration: 1.468755254s - - id: 71 + duration: 1.50621775s + - id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -3531,8 +4119,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/functions/v1beta1/regions/fr-par/triggers/5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/functions/v1beta1/regions/fr-par/triggers/2474aea3-bde2-4c3e-a25f-921c6343420d method: DELETE response: proto: HTTP/2.0 @@ -3542,7 +4130,7 @@ interactions: trailer: {} content_length: 105 uncompressed: false - body: '{"message":"trigger does not exist: could not find trigger with id 5b9489f7-e9cd-4f0f-aaa9-e2ed48bf457b"}' + body: '{"message":"trigger does not exist: could not find trigger with id 2474aea3-bde2-4c3e-a25f-921c6343420d"}' headers: Content-Length: - "105" @@ -3551,9 +4139,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 27 Aug 2025 15:07:25 GMT + - Tue, 02 Sep 2025 09:34:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3561,7 +4149,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 915ed374-2880-443c-a58a-92409beb940a + - 9a9d7554-b2d9-4752-9b48-59bf789ff2da status: 404 Not Found code: 404 - duration: 22.858179ms + duration: 23.540917ms diff --git a/internal/services/mnq/helpers_mnq.go b/internal/services/mnq/helpers_mnq.go index 49c6766067..a785975b41 100644 --- a/internal/services/mnq/helpers_mnq.go +++ b/internal/services/mnq/helpers_mnq.go @@ -1,6 +1,7 @@ package mnq import ( + "encoding/json" "errors" "fmt" "strconv" @@ -17,6 +18,12 @@ import ( const ( AWSErrQueueDeletedRecently = "AWS.SimpleQueueService.QueueDeletedRecently" AWSErrNonExistentQueue = "AWS.SimpleQueueService.NonExistentQueue" + + // SQS ARN prefix + SQSPrefix = "arn:scw:sqs:" + + // Dead letter queue resource path + DeadLetterQueuePath = "dead_letter_queue" ) func newMNQNatsAPI(d *schema.ResourceData, m any) (*mnq.NatsAPI, scw.Region, error) { @@ -172,11 +179,9 @@ func ComposeSNSARN(region scw.Region, projectID string, resourceName string) str return composeARN("sns", region, projectID, resourceName) } -// Set the value inside values at the resource path (e.g. a.0.b sets b's value) func setResourceValue(values map[string]any, resourcePath string, value any, resourceSchemas map[string]*schema.Schema) { parts := strings.Split(resourcePath, ".") if len(parts) > 1 { - // Terraform's nested objects are represented as slices of maps if _, ok := values[parts[0]]; !ok { values[parts[0]] = []any{make(map[string]any)} } @@ -224,6 +229,49 @@ func awsResourceDataToAttribute(awsAttributes map[string]string, awsAttribute st s = strconv.Itoa(resourceValue.(int)) case schema.TypeString: s = resourceValue.(string) + case schema.TypeList: + if resourcePath == DeadLetterQueuePath { + deadLetterConfig := resourceValue.([]any) + if len(deadLetterConfig) > 0 { + config := deadLetterConfig[0].(map[string]any) + queueID := config["id"].(string) + maxReceiveCount := config["max_receive_count"].(int) + + var scwARN string + + switch { + case strings.HasPrefix(queueID, SQSPrefix): + scwARN = queueID + case strings.Contains(queueID, "/"): + parts := strings.Split(queueID, "/") + if len(parts) == 3 { + region := parts[0] + projectID := parts[1] + queueName := parts[2] + + scwARN = fmt.Sprintf("arn:scw:sqs:%s:project-%s:%s", region, projectID, queueName) + } else { + return fmt.Errorf("invalid queue ID format for dead-letter queue: %s (expected region/project-id/queue-name or arn:scw:sqs:region:project-id:queue-name)", queueID) + } + default: + scwARN = queueID + } + + redrivePolicy := map[string]any{ + "deadLetterTargetArn": scwARN, + "maxReceiveCount": maxReceiveCount, + } + + jsonData, err := json.Marshal(redrivePolicy) + if err != nil { + return fmt.Errorf("failed to marshal redrive policy: %w", err) + } + + s = string(jsonData) + } + } else { + return fmt.Errorf("unsupported list type for %s", resourcePath) + } default: return fmt.Errorf("unsupported type %s for %s", resourceSchema.Type, resourcePath) } @@ -265,6 +313,40 @@ func awsAttributeToResourceData(values map[string]any, value string, resourcePat setResourceValue(values, resourcePath, i, resourceSchemas) case schema.TypeString: setResourceValue(values, resourcePath, value, resourceSchemas) + case schema.TypeList: + if resourcePath == DeadLetterQueuePath && value != "" { + var redrivePolicy map[string]any + if err := json.Unmarshal([]byte(value), &redrivePolicy); err != nil { + return fmt.Errorf("failed to unmarshal redrive policy: %w", err) + } + + deadLetterTargetArn := redrivePolicy["deadLetterTargetArn"].(string) + + var terraformID string + + if strings.HasPrefix(deadLetterTargetArn, SQSPrefix) { + parts := strings.Split(deadLetterTargetArn, ":") + if len(parts) >= 6 { + region := parts[3] + projectID := strings.TrimPrefix(parts[4], "project-") + queueName := parts[5] + terraformID = fmt.Sprintf("%s/%s/%s", region, projectID, queueName) + } else { + terraformID = deadLetterTargetArn + } + } else { + terraformID = deadLetterTargetArn + } + + deadLetterConfig := map[string]any{ + "id": terraformID, + "max_receive_count": int(redrivePolicy["maxReceiveCount"].(float64)), + } + + setResourceValue(values, resourcePath, []any{deadLetterConfig}, resourceSchemas) + } else { + return fmt.Errorf("unsupported list type for %s", resourcePath) + } default: return fmt.Errorf("unsupported type %s for %s", resourceSchema.Type, resourcePath) } @@ -272,7 +354,6 @@ func awsAttributeToResourceData(values map[string]any, value string, resourcePat return nil } -// awsAttributesToResourceData returns a map of valid values for a terraform schema from an attributes map and a conversion map func awsAttributesToResourceData(attributes map[string]string, resourceSchemas map[string]*schema.Schema, attributesToResourceMap map[string]string) (map[string]any, error) { values := make(map[string]any) diff --git a/internal/services/mnq/helpers_mnq_queue.go b/internal/services/mnq/helpers_mnq_queue.go index ba5fc9088f..d0ec3b015f 100644 --- a/internal/services/mnq/helpers_mnq_queue.go +++ b/internal/services/mnq/helpers_mnq_queue.go @@ -155,6 +155,8 @@ var SQSAttributesToResourceMap = map[string]string{ string(awstype.QueueAttributeNameContentBasedDeduplication): "content_based_deduplication", string(awstype.QueueAttributeNameReceiveMessageWaitTimeSeconds): "receive_wait_time_seconds", string(awstype.QueueAttributeNameVisibilityTimeout): "visibility_timeout_seconds", + string(awstype.QueueAttributeNameRedrivePolicy): "dead_letter_queue", + string(awstype.QueueAttributeNameQueueArn): "arn", } // Returns all managed SQS attribute names @@ -208,6 +210,28 @@ func resourceMNQQueueCustomizeDiff(_ context.Context, d *schema.ResourceDiff, _ return errors.New("content-based deduplication can only be set for FIFO queue") } + // Validate dead-letter queue configuration + if deadLetterConfig, ok := d.GetOk("dead_letter_queue"); ok { + deadLetterList := deadLetterConfig.([]any) + if len(deadLetterList) > 0 { + config := deadLetterList[0].(map[string]any) + queueID := config["id"].(string) + maxReceiveCount := config["max_receive_count"].(int) + + if queueID == "" || strings.Contains(queueID, "scaleway_mnq_sqs_queue") { + return nil + } + + if queueID == "" { + return errors.New("dead-letter queue ID cannot be empty") + } + + if maxReceiveCount < 1 || maxReceiveCount > 1000 { + return errors.New("max_receive_count must be between 1 and 1,000") + } + } + } + if !nameRegex.MatchString(name) { return fmt.Errorf("invalid queue name: %s (format is %s)", name, nameRegex.String()) } diff --git a/internal/services/mnq/sqs_queue.go b/internal/services/mnq/sqs_queue.go index 6f19d32ea5..c5ae7069e8 100644 --- a/internal/services/mnq/sqs_queue.go +++ b/internal/services/mnq/sqs_queue.go @@ -106,6 +106,27 @@ func ResourceSQSQueue() *schema.Resource { ValidateFunc: validation.IntBetween(1024, 262_144), Description: "The maximum size of a message. Should be in bytes.", }, + "dead_letter_queue": { + Type: schema.TypeList, + Optional: true, + MaxItems: 1, + Description: "Configuration for the dead-letter queue", + Elem: &schema.Resource{ + Schema: map[string]*schema.Schema{ + "id": { + Type: schema.TypeString, + Required: true, + Description: "The ID or ARN of the dead-letter queue where messages are sent after the maximum receive count is exceeded.", + }, + "max_receive_count": { + Type: schema.TypeInt, + Required: true, + ValidateFunc: validation.IntBetween(1, 1000), + Description: "The number of times a message is delivered to the source queue before being sent to the dead-letter queue. Must be between 1 and 1,000.", + }, + }, + }, + }, "region": regional.Schema(), "project_id": account.ProjectIDSchema(), @@ -116,6 +137,11 @@ func ResourceSQSQueue() *schema.Resource { Computed: true, Description: "The URL of the queue", }, + "arn": { + Type: schema.TypeString, + Computed: true, + Description: "The ARN of the queue", + }, }, CustomizeDiff: resourceMNQQueueCustomizeDiff, StateUpgraders: []schema.StateUpgrader{ diff --git a/internal/services/mnq/sqs_queue_test.go b/internal/services/mnq/sqs_queue_test.go index 270b0a8900..e1449c50f3 100644 --- a/internal/services/mnq/sqs_queue_test.go +++ b/internal/services/mnq/sqs_queue_test.go @@ -3,6 +3,7 @@ package mnq_test import ( "context" "fmt" + "regexp" "testing" "github.com/aws/aws-sdk-go-v2/aws" @@ -170,6 +171,131 @@ func TestAccSQSQueue_DefaultProject(t *testing.T) { }) } +func TestAccSQSQueue_DeadLetterQueue(t *testing.T) { + tt := acctest.NewTestTools(t) + defer tt.Cleanup() + + ctx := t.Context() + + resource.ParallelTest(t, resource.TestCase{ + PreCheck: func() { acctest.PreCheck(t) }, + ProviderFactories: tt.ProviderFactories, + CheckDestroy: isSQSQueueDestroyed(ctx, tt), + Steps: []resource.TestStep{ + { + Config: ` + resource scaleway_account_project main { + name = "tf_tests_mnq_sqs_queue_dead_letter" + } + + resource scaleway_mnq_sqs main { + project_id = scaleway_account_project.main.id + } + + resource scaleway_mnq_sqs_credentials main { + project_id = scaleway_mnq_sqs.main.project_id + permissions { + can_manage = true + } + } + + resource scaleway_mnq_sqs_queue dead_letter_queue { + project_id = scaleway_mnq_sqs.main.project_id + name = "dead-letter-queue" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key + } + + resource scaleway_mnq_sqs_queue main { + project_id = scaleway_mnq_sqs.main.project_id + name = "test-mnq-sqs-queue-dead-letter" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key + + dead_letter_queue { + id = scaleway_mnq_sqs_queue.dead_letter_queue.id + max_receive_count = 3 + } + + depends_on = [scaleway_mnq_sqs_queue.dead_letter_queue] + } + `, + Check: resource.ComposeTestCheckFunc( + isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.main"), + isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.dead_letter_queue"), + acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.main", "id"), + acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.dead_letter_queue", "id"), + resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "name", "test-mnq-sqs-queue-dead-letter"), + resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.dead_letter_queue", "name", "dead-letter-queue"), + resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "dead_letter_queue.0.max_receive_count", "3"), + // Test that ARN is computed and follows expected format + resource.TestCheckResourceAttrSet("scaleway_mnq_sqs_queue.main", "arn"), + resource.TestCheckResourceAttrSet("scaleway_mnq_sqs_queue.dead_letter_queue", "arn"), + resource.TestMatchResourceAttr("scaleway_mnq_sqs_queue.main", "arn", regexp.MustCompile(`^arn:scw:sqs:.*:.*:.*$`)), + resource.TestMatchResourceAttr("scaleway_mnq_sqs_queue.dead_letter_queue", "arn", regexp.MustCompile(`^arn:scw:sqs:.*:.*:.*$`)), + ), + }, + { + Config: ` + resource scaleway_account_project main { + name = "tf_tests_mnq_sqs_queue_dead_letter" + } + + resource scaleway_mnq_sqs main { + project_id = scaleway_account_project.main.id + } + + resource scaleway_mnq_sqs_credentials main { + project_id = scaleway_mnq_sqs.main.project_id + permissions { + can_manage = true + } + } + + resource scaleway_mnq_sqs_queue dead_letter_queue { + project_id = scaleway_mnq_sqs.main.project_id + name = "dead-letter-queue" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key + } + + resource scaleway_mnq_sqs_queue main { + project_id = scaleway_mnq_sqs.main.project_id + name = "test-mnq-sqs-queue-dead-letter" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key + + dead_letter_queue { + id = scaleway_mnq_sqs_queue.dead_letter_queue.id + max_receive_count = 5 + } + + depends_on = [scaleway_mnq_sqs_queue.dead_letter_queue] + } + `, + Check: resource.ComposeTestCheckFunc( + isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.main"), + isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.dead_letter_queue"), + acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.main", "id"), + acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.dead_letter_queue", "id"), + resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "name", "test-mnq-sqs-queue-dead-letter"), + resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.dead_letter_queue", "name", "dead-letter-queue"), + resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "dead_letter_queue.0.max_receive_count", "5"), + // Test that ARN is computed and follows expected format + resource.TestCheckResourceAttrSet("scaleway_mnq_sqs_queue.main", "arn"), + resource.TestCheckResourceAttrSet("scaleway_mnq_sqs_queue.dead_letter_queue", "arn"), + resource.TestMatchResourceAttr("scaleway_mnq_sqs_queue.main", "arn", regexp.MustCompile(`^arn:scw:sqs:.*:.*:.*$`)), + resource.TestMatchResourceAttr("scaleway_mnq_sqs_queue.dead_letter_queue", "arn", regexp.MustCompile(`^arn:scw:sqs:.*:.*:.*$`)), + ), + }, + }, + }) +} + func isSQSQueuePresent(ctx context.Context, tt *acctest.TestTools, n string) resource.TestCheckFunc { return func(state *terraform.State) error { rs, ok := state.RootModule().Resources[n] diff --git a/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml b/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml index 9ef46b64fa..0f927ba809 100644 --- a/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml +++ b/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml @@ -18,7 +18,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/account/v3/projects method: POST response: @@ -27,20 +27,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 243 + content_length: 264 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}' + body: '{"created_at":"2025-09-02T09:13:25.912961Z","description":"","id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-09-02T09:13:25.912961Z"}' headers: Content-Length: - - "243" + - "264" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:03 GMT + - Tue, 02 Sep 2025 09:13:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 963c9cd3-3541-4527-a0df-a3f1782d2f6b + - 84c8c024-1f10-4083-81b4-08de75b09865 status: 200 OK code: 200 - duration: 283.411125ms + duration: 833.259625ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -76,20 +76,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 243 + content_length: 309 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}' + body: '{"created_at":"2025-09-02T09:13:25.912961Z","description":"","id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:13:25.912961Z"}' headers: Content-Length: - - "243" + - "309" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:03 GMT + - Tue, 02 Sep 2025 09:13:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47327b29-094c-4da3-8c05-465021e96895 + - cae13c12-cc95-4328-8f07-1abd9bab0b2f status: 200 OK code: 200 - duration: 98.339791ms + duration: 203.278333ms - id: 2 request: proto: HTTP/1.1 @@ -112,13 +112,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac"}' + body: '{"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs method: POST response: @@ -129,7 +129,7 @@ interactions: trailer: {} content_length: 239 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130743Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130743Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721882Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721882Z"}' headers: Content-Length: - "239" @@ -138,9 +138,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:03 GMT + - Tue, 02 Sep 2025 09:13:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -148,10 +148,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9334993-63e0-45b9-a05e-d8f0db6db90e + - 58abf423-d695-405c-a10f-4a283cb22f5e status: 200 OK code: 200 - duration: 92.28425ms + duration: 198.552208ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -178,7 +178,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721Z"}' headers: Content-Length: - "233" @@ -187,9 +187,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:03 GMT + - Tue, 02 Sep 2025 09:13:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -197,28 +197,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c03b82d-4714-46ca-889a-326588056571 + - 1c2a2429-5a2d-4027-9443-7fd54ffd5b15 status: 200 OK code: 200 - duration: 71.576084ms + duration: 79.285ms - id: 4 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 170 + content_length: 168 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}' + body: '{"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","name":"tf-sqs-credentials-nice-hawking","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials method: POST response: @@ -227,20 +227,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 473 + content_length: 499 uncompressed: false - body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329197Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"NWEowzAx2CjEOVBdNVOi","created_at":"2025-09-02T09:13:26.812617329Z","id":"9c8dc568-9b34-4141-94f3-21a729b3f039","name":"tf-sqs-credentials-nice-hawking","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","secret_checksum":"6294eb2097aa9ec6a529c1a38178c0231e7ff098","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:26.812617329Z"}' headers: Content-Length: - - "473" + - "499" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:04 GMT + - Tue, 02 Sep 2025 09:13:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -248,10 +248,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e139c888-bdd1-42e2-9c3d-a30237fec566 + - 3ddf989e-bd15-4052-bea3-d238854f5fd1 status: 200 OK code: 200 - duration: 93.437208ms + duration: 143.970042ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/9c8dc568-9b34-4141-94f3-21a729b3f039 method: GET response: proto: HTTP/2.0 @@ -276,20 +276,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 429 uncompressed: false - body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"NWEowzAx2CjEOVBdNVOi","created_at":"2025-09-02T09:13:26.812617Z","id":"9c8dc568-9b34-4141-94f3-21a729b3f039","name":"tf-sqs-credentials-nice-hawking","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","secret_checksum":"6294eb2097aa9ec6a529c1a38178c0231e7ff098","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:26.812617Z"}' headers: Content-Length: - - "406" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:04 GMT + - Tue, 02 Sep 2025 09:13:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -297,10 +297,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3220f928-ebb6-4127-a40a-8e1d39957ce1 + - 456ee783-9994-47f7-a92d-96cf5e9fc159 status: 200 OK code: 200 - duration: 64.699625ms + duration: 82.396292ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -327,7 +327,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721Z"}' headers: Content-Length: - "233" @@ -336,9 +336,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:04 GMT + - Tue, 02 Sep 2025 09:13:27 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -346,10 +346,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b25c6cc6-4e1e-49f5-8314-b195f49b770f + - ad3748ad-d2d3-420f-95bc-0042dad23bf1 status: 200 OK code: 200 - duration: 73.871708ms + duration: 90.356083ms - id: 7 request: proto: HTTP/1.1 @@ -365,15 +365,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 31f8dbaf-e8a4-4e00-ad8d-cf7018a3df3b + - f6c9fd17-8f06-4972-89ed-2828fa7af98f Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132004Z + - 20250902T091326Z X-Amz-Target: - AmazonSQS.CreateQueue X-Amzn-Query-Mode: @@ -388,19 +388,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:05 GMT + - Tue, 02 Sep 2025 09:13:27 GMT X-Amzn-Requestid: - - txc15379e6-5625-4e31-bb3e-4a13036587f8 + - tx1e97f108-faa7-429a-b57f-817f57b318a3 status: 200 OK code: 200 - duration: 978.65575ms + duration: 466.180167ms - id: 8 request: proto: HTTP/1.1 @@ -416,15 +416,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 2cc54870-04d6-46dc-9063-82c51d31f524 + - 01b15521-b769-4c13-a7f7-677603eb7f81 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132005Z + - 20250902T091327Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -439,43 +439,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:05 GMT + - Tue, 02 Sep 2025 09:13:27 GMT X-Amzn-Requestid: - - txe870f43c-b942-4523-bd02-426cdc089ea1 + - tx2a7bc2c7-ce8a-4bac-8d04-0b33e3328f6c status: 200 OK code: 200 - duration: 28.612833ms + duration: 105.093167ms - id: 9 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - be87a4b4-d3f2-441f-ab1b-ff36abc782a5 + - 4f7d8fe8-d4ef-4704-bfd5-9f69a140a0d0 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132005Z + - 20250902T091327Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -488,21 +488,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 244 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "244" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:05 GMT + - Tue, 02 Sep 2025 09:13:27 GMT X-Amzn-Requestid: - - tx2398957a-2559-48c9-b657-14e124f9a7c1 + - tx8f1ed095-de20-43cf-b215-6b8258b09acd status: 200 OK code: 200 - duration: 33.222833ms + duration: 82.73975ms - id: 10 request: proto: HTTP/1.1 @@ -518,15 +518,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 3e2de52b-12bc-4abb-8f4e-8b2c6c509dd5 + - 4aa674f1-bc56-4b10-86ea-2758811124bc Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132005Z + - 20250902T091327Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -541,19 +541,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:05 GMT + - Tue, 02 Sep 2025 09:13:27 GMT X-Amzn-Requestid: - - txcb5f6720-3408-4b70-abda-1e328b948006 + - tx9bd3a428-dd41-421d-a95b-de6aa884136a status: 200 OK code: 200 - duration: 24.534208ms + duration: 136.344458ms - id: 11 request: proto: HTTP/1.1 @@ -569,8 +569,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -578,20 +578,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 243 + content_length: 309 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}' + body: '{"created_at":"2025-09-02T09:13:25.912961Z","description":"","id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:13:25.912961Z"}' headers: Content-Length: - - "243" + - "309" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:06 GMT + - Tue, 02 Sep 2025 09:13:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -599,10 +599,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97a611ce-db21-437b-9991-89359227bbd4 + - 604fceeb-f4f2-403f-a9fc-a6fa741189e8 status: 200 OK code: 200 - duration: 126.701208ms + duration: 378.421ms - id: 12 request: proto: HTTP/1.1 @@ -618,8 +618,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -629,7 +629,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721Z"}' headers: Content-Length: - "233" @@ -638,9 +638,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:06 GMT + - Tue, 02 Sep 2025 09:13:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -648,10 +648,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f19a0cb7-c9b6-42fc-ae03-56d842edb9bb + - a4afad9d-323d-4abc-9c00-b2f6e406e591 status: 200 OK code: 200 - duration: 66.787375ms + duration: 83.709625ms - id: 13 request: proto: HTTP/1.1 @@ -667,8 +667,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/9c8dc568-9b34-4141-94f3-21a729b3f039 method: GET response: proto: HTTP/2.0 @@ -676,20 +676,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 429 uncompressed: false - body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"NWEowzAx2CjEOVBdNVOi","created_at":"2025-09-02T09:13:26.812617Z","id":"9c8dc568-9b34-4141-94f3-21a729b3f039","name":"tf-sqs-credentials-nice-hawking","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","secret_checksum":"6294eb2097aa9ec6a529c1a38178c0231e7ff098","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:26.812617Z"}' headers: Content-Length: - - "406" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:06 GMT + - Tue, 02 Sep 2025 09:13:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -697,10 +697,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39bc68e7-b5a0-43ce-be18-737d1b88224d + - 279b2de9-c2eb-4d70-bf7e-4a03350e622d status: 200 OK code: 200 - duration: 59.734833ms + duration: 288.098459ms - id: 14 request: proto: HTTP/1.1 @@ -716,15 +716,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 28aa123a-b840-49c7-bad4-4eb60cce138f + - ba5f6289-2044-4bd9-816f-28b9e3d0bef0 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132006Z + - 20250902T091329Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -739,43 +739,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:06 GMT + - Tue, 02 Sep 2025 09:13:29 GMT X-Amzn-Requestid: - - tx2b1c8eea-abee-4158-9ead-31c92c2ee7bf + - txb2b765b3-ab4e-4ea4-90ff-d4dd5cb56857 status: 200 OK code: 200 - duration: 28.990333ms + duration: 158.562375ms - id: 15 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 3b060a32-048a-4219-95a1-3b6212be7903 + - 2c5240b1-e357-40af-b197-fe0a6f64244a Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132006Z + - 20250902T091329Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -788,21 +788,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 244 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "244" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:06 GMT + - Tue, 02 Sep 2025 09:13:29 GMT X-Amzn-Requestid: - - tx1cccb986-f4cb-489b-b6a9-edcf85f051f7 + - txd72b9c30-fc63-4741-9c4a-4d8c560bdd7f status: 200 OK code: 200 - duration: 26.03475ms + duration: 30.576333ms - id: 16 request: proto: HTTP/1.1 @@ -818,8 +818,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -827,20 +827,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 243 + content_length: 309 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}' + body: '{"created_at":"2025-09-02T09:13:25.912961Z","description":"","id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:13:25.912961Z"}' headers: Content-Length: - - "243" + - "309" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:07 GMT + - Tue, 02 Sep 2025 09:13:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -848,10 +848,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45374368-f328-474b-93d8-39fe7871b7a9 + - 9838997d-06a7-47e7-93dc-12a0817ed8c4 status: 200 OK code: 200 - duration: 111.196667ms + duration: 327.521875ms - id: 17 request: proto: HTTP/1.1 @@ -867,8 +867,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -878,7 +878,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721Z"}' headers: Content-Length: - "233" @@ -887,9 +887,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:07 GMT + - Tue, 02 Sep 2025 09:13:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -897,10 +897,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30ced3cd-5baf-4312-8a2c-753ebb61bf7a + - 8e8e8f3a-6528-47ff-a2d6-3cf2095d4c36 status: 200 OK code: 200 - duration: 61.968291ms + duration: 146.760708ms - id: 18 request: proto: HTTP/1.1 @@ -916,8 +916,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/9c8dc568-9b34-4141-94f3-21a729b3f039 method: GET response: proto: HTTP/2.0 @@ -925,20 +925,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 429 uncompressed: false - body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"NWEowzAx2CjEOVBdNVOi","created_at":"2025-09-02T09:13:26.812617Z","id":"9c8dc568-9b34-4141-94f3-21a729b3f039","name":"tf-sqs-credentials-nice-hawking","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","secret_checksum":"6294eb2097aa9ec6a529c1a38178c0231e7ff098","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:26.812617Z"}' headers: Content-Length: - - "406" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:07 GMT + - Tue, 02 Sep 2025 09:13:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -946,10 +946,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18f5226f-a9d3-45d3-89d2-26b655e7211f + - accdd58c-81de-47b8-87c0-a256ad553be2 status: 200 OK code: 200 - duration: 53.657459ms + duration: 201.83825ms - id: 19 request: proto: HTTP/1.1 @@ -965,15 +965,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - abbbeb7b-eeca-4db5-add3-cf31a1c1256d + - 014667cd-cec8-4d36-a5d4-17383c9c68e6 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132007Z + - 20250902T091331Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -988,43 +988,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:07 GMT + - Tue, 02 Sep 2025 09:13:31 GMT X-Amzn-Requestid: - - tx1a189b17-7b86-4456-b9be-7bad0b59b55b + - txcafcbbf2-fc7e-4a4a-9662-3b2dca87aa2a status: 200 OK code: 200 - duration: 21.338375ms + duration: 29.984708ms - id: 20 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 8be36d4d-a091-47fc-96f7-8ce0a2c96445 + - 19a3f9fc-7983-49ed-a927-11c7b834e1ca Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132007Z + - 20250902T091331Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -1037,21 +1037,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 244 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "244" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:07 GMT + - Tue, 02 Sep 2025 09:13:31 GMT X-Amzn-Requestid: - - tx5a358ac4-e9ca-44d8-8c3a-95c6213145e0 + - tx2568070e-c7ce-468e-8079-c74d6867961f status: 200 OK code: 200 - duration: 26.800666ms + duration: 122.23225ms - id: 21 request: proto: HTTP/1.1 @@ -1067,15 +1067,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 9aa84b1e-cbf1-42cf-98aa-e3350d7d2d35 + - b4fb8cd3-d92e-4169-878d-afb351d86ed0 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132008Z + - 20250902T091332Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1090,19 +1090,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:08 GMT + - Tue, 02 Sep 2025 09:13:32 GMT X-Amzn-Requestid: - - txc22f82f3-5260-4f02-a6f7-9d369c4bd3ea + - tx87e6d696-ed50-48c9-9f4d-25289a1c67a4 status: 200 OK code: 200 - duration: 21.866375ms + duration: 25.032125ms - id: 22 request: proto: HTTP/1.1 @@ -1114,19 +1114,19 @@ interactions: host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","VisibilityTimeout":"30"},"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"Attributes":{"VisibilityTimeout":"30","MaximumMessageSize":"262144","MessageRetentionPeriod":"720"},"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - 9c595b62-3cad-4b27-a0f8-81da5e4222fd + - 08feee9f-dd72-4b02-80c4-d4f3f4a7dce8 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132008Z + - 20250902T091332Z X-Amz-Target: - AmazonSQS.SetQueueAttributes X-Amzn-Query-Mode: @@ -1148,12 +1148,12 @@ interactions: Content-Type: - application/x-amz-json-1.0; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:08 GMT + - Tue, 02 Sep 2025 09:13:32 GMT X-Amzn-Requestid: - - tx011d31f0-17ff-42e6-b674-7fb58a0c70df + - tx9dc6fd80-327b-4d84-a661-6b521dc18882 status: 200 OK code: 200 - duration: 27.185542ms + duration: 41.826917ms - id: 23 request: proto: HTTP/1.1 @@ -1169,15 +1169,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - ef4f8488-ed96-490a-970e-48d0d6b5e273 + - 3b4c7428-7ed6-4656-8613-42a47e1c44fe Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132008Z + - 20250902T091332Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1192,43 +1192,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:08 GMT + - Tue, 02 Sep 2025 09:13:32 GMT X-Amzn-Requestid: - - tx555074c3-c084-40a2-91fc-ebea0e52dc3b + - tx9a5bceca-82f4-4fac-a646-33964203fa1c status: 200 OK code: 200 - duration: 30.289542ms + duration: 25.391791ms - id: 24 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - be8f0daa-ef6a-4e84-b82b-f010f093aec5 + - 67452fe9-8d38-4f84-bcc9-0d1de5993f11 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132008Z + - 20250902T091332Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -1241,21 +1241,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 139 + content_length: 241 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","QueueArn":"arn:scw:sqs:fr-par:project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "139" + - "241" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:08 GMT + - Tue, 02 Sep 2025 09:13:32 GMT X-Amzn-Requestid: - - tx401c797a-4ca3-405b-8b3d-095c50afc070 + - txdb562e7d-b696-45fe-96ce-5173c6077cdd status: 200 OK code: 200 - duration: 23.284584ms + duration: 26.936083ms - id: 25 request: proto: HTTP/1.1 @@ -1271,15 +1271,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 7e400032-5941-4f42-b5c3-8f7bbdea8907 + - f7f31ec9-34b0-4be7-b118-d0a3c8b24fc2 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132009Z + - 20250902T091332Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1294,19 +1294,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:09 GMT + - Tue, 02 Sep 2025 09:13:32 GMT X-Amzn-Requestid: - - tx3c6ee76a-24b8-43cf-a812-41c05044c8be + - tx03556615-95d2-4df0-9368-094029a3a51e status: 200 OK code: 200 - duration: 32.94275ms + duration: 27.041708ms - id: 26 request: proto: HTTP/1.1 @@ -1322,8 +1322,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -1331,20 +1331,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 243 + content_length: 309 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}' + body: '{"created_at":"2025-09-02T09:13:25.912961Z","description":"","id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:13:25.912961Z"}' headers: Content-Length: - - "243" + - "309" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:09 GMT + - Tue, 02 Sep 2025 09:13:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1352,10 +1352,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ecbc729-12b5-484d-8afe-8d8d55d76b04 + - 215551cf-5f3f-4ef5-980e-9160d30a40f0 status: 200 OK code: 200 - duration: 92.12675ms + duration: 219.5055ms - id: 27 request: proto: HTTP/1.1 @@ -1371,8 +1371,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -1382,7 +1382,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721Z"}' headers: Content-Length: - "233" @@ -1391,9 +1391,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:09 GMT + - Tue, 02 Sep 2025 09:13:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1401,10 +1401,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3feff689-7eb2-4451-8207-45f6dde0b8f6 + - 94d428fb-54b7-4c0c-a22a-17c0f67ecdf0 status: 200 OK code: 200 - duration: 63.144167ms + duration: 83.497917ms - id: 28 request: proto: HTTP/1.1 @@ -1420,8 +1420,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/9c8dc568-9b34-4141-94f3-21a729b3f039 method: GET response: proto: HTTP/2.0 @@ -1429,20 +1429,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 429 uncompressed: false - body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"NWEowzAx2CjEOVBdNVOi","created_at":"2025-09-02T09:13:26.812617Z","id":"9c8dc568-9b34-4141-94f3-21a729b3f039","name":"tf-sqs-credentials-nice-hawking","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","secret_checksum":"6294eb2097aa9ec6a529c1a38178c0231e7ff098","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:26.812617Z"}' headers: Content-Length: - - "406" + - "429" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:10 GMT + - Tue, 02 Sep 2025 09:13:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1450,10 +1450,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a535dd4b-3336-4b59-be3d-1ece0ef317af + - 4e769c41-c6ee-43e0-acc9-ffaa9d3a1fc5 status: 200 OK code: 200 - duration: 61.991417ms + duration: 79.368167ms - id: 29 request: proto: HTTP/1.1 @@ -1469,15 +1469,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - c87ff9ea-8706-4e84-be77-a9b5d71637c7 + - 31f0326d-d98e-4125-9268-03c278e90aa7 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132010Z + - 20250902T091333Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1492,43 +1492,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:10 GMT + - Tue, 02 Sep 2025 09:13:33 GMT X-Amzn-Requestid: - - tx5bd19356-b80d-426f-a449-b6a8a8b05449 + - tx6781646c-3c68-431c-a95f-0f3f31621de4 status: 200 OK code: 200 - duration: 26.381458ms + duration: 22.489125ms - id: 30 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - ca48c3d2-a1b3-4cb7-9e83-ce3bcc523052 + - 06831db3-06a4-4910-9fdc-2b1745134c6a Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132010Z + - 20250902T091333Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -1541,21 +1541,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 139 + content_length: 241 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","QueueArn":"arn:scw:sqs:fr-par:project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "139" + - "241" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:10 GMT + - Tue, 02 Sep 2025 09:13:33 GMT X-Amzn-Requestid: - - txcf7e017d-69a3-4beb-97cc-43471a53ae4f + - tx9fc6193d-fe97-4eb2-a12c-78916f913639 status: 200 OK code: 200 - duration: 22.927708ms + duration: 37.834041ms - id: 31 request: proto: HTTP/1.1 @@ -1571,15 +1571,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - ba95d8d8-9fd0-4f8b-b864-5a5c8db28124 + - 3c9d231b-39a8-4056-97c0-f03baa6e903b Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132010Z + - 20250902T091334Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1594,19 +1594,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:11 GMT + - Tue, 02 Sep 2025 09:13:34 GMT X-Amzn-Requestid: - - tx3a4431c3-ab58-4ccb-99e3-fd9573a68d0b + - tx94f9beea-b1c4-4798-ba36-4134b066386d status: 200 OK code: 200 - duration: 204.028458ms + duration: 31.664ms - id: 32 request: proto: HTTP/1.1 @@ -1618,19 +1618,19 @@ interactions: host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - de06004e-5773-4b04-8b62-abd4d116503e + - 28431378-10ea-4ddb-bf2b-833e95201750 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132011Z + - 20250902T091334Z X-Amz-Target: - AmazonSQS.DeleteQueue X-Amzn-Query-Mode: @@ -1652,12 +1652,12 @@ interactions: Content-Type: - application/x-amz-json-1.0; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:11 GMT + - Tue, 02 Sep 2025 09:13:34 GMT X-Amzn-Requestid: - - tx1e57b64b-aac9-481f-80c8-b12c3e2476dd + - tx205a8fc4-48e2-4003-95d1-71c20601cea4 status: 200 OK code: 200 - duration: 31.874459ms + duration: 33.415958ms - id: 33 request: proto: HTTP/1.1 @@ -1673,15 +1673,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 42e0e258-a837-4fc3-ac15-e66ec6b5613e + - 270a0343-b6cb-481b-86a4-c0c91edb9fd0 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132011Z + - 20250902T091334Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -1703,3142 +1703,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:11 GMT + - Tue, 02 Sep 2025 09:13:34 GMT X-Amzn-Query-Error: - AWS.SimpleQueueService.NonExistentQueue;Sender X-Amzn-Requestid: - - tx31ac81a8-2ecb-47d5-b0ae-602fc5cc6dc4 + - tx5d728d3e-4f01-4fa4-a159-74316159af8d status: 404 Not Found code: 404 - duration: 17.108292ms + duration: 25.432417ms - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 65ac2bb1-396a-4e6a-9aa7-e5f1ce7763a4 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132016Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:16 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx30d1f174-8c10-45b5-b0ea-996e48c0e61f - status: 404 Not Found - code: 404 - duration: 34.904542ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - d9f40afb-2174-479b-9c5d-f2fc8c3c90f5 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132021Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:21 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx35f53469-e67d-4c9e-a18c-744ad0cf1f8f - status: 404 Not Found - code: 404 - duration: 14.701ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4ab26c54-58d6-41a1-af52-118a6fe8a6a5 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132026Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:26 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx51225af7-ef52-4acd-a264-de01d78c46a7 - status: 404 Not Found - code: 404 - duration: 24.834833ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - b9f34ea9-aded-48ea-9b18-074bf1d236a5 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132031Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:31 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txf61fda8c-8836-4b39-a4b8-8ad542525cb9 - status: 404 Not Found - code: 404 - duration: 20.236041ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - db8c226a-b9a4-4071-9a49-587107092fd8 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132036Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:36 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txa872c7bc-ee2e-4c18-8a4c-60b9444ce828 - status: 404 Not Found - code: 404 - duration: 32.702958ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 9a90b569-490f-4a27-84e8-c1feaeb4c330 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132041Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:41 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx2834eec3-ece3-4f75-9ff2-a4d11552e05c - status: 404 Not Found - code: 404 - duration: 25.745458ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - fd5279cf-2e89-4318-aa4a-d6e0058704d7 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132046Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:46 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx4225a84b-7a00-4b69-815f-74b5bf0d9a72 - status: 404 Not Found - code: 404 - duration: 23.276333ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 7a005895-6fa5-4b79-b10f-e3595a6b3c78 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132051Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:51 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txa46d5331-706d-4590-87d0-e4a8a06c3f7e - status: 404 Not Found - code: 404 - duration: 30.017667ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 00f8a63e-9490-4b08-880c-300dfd70f374 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132056Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:56 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx545c7279-b247-468d-b1e9-a30e303c17b9 - status: 404 Not Found - code: 404 - duration: 23.690709ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 30afd673-bd9a-4bc6-9277-dcd221516928 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132101Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:01 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txddb4047e-8600-4410-9025-443ae889259c - status: 404 Not Found - code: 404 - duration: 28.07825ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 27d78c7c-f612-4dc7-ae17-a77dc83b922e - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132106Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:06 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx9bd5151d-cb62-4e30-8095-c465ea3ded05 - status: 404 Not Found - code: 404 - duration: 19.258125ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - c23a3321-8993-449d-8b34-656148283669 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132111Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:11 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txab613399-759a-4356-bae7-3d5cc094bf85 - status: 404 Not Found - code: 404 - duration: 18.30275ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4850d0b6-22ba-4071-acf1-84dd4cd4e7bc - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132116Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:16 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx8d71afe1-d565-4721-b754-20649ae2372f - status: 404 Not Found - code: 404 - duration: 27.399959ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 0703c7b7-ead2-41f5-9d0d-97c3cc603ac1 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132121Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:21 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx66cee37f-e0aa-426b-95e9-a2127d7726c6 - status: 404 Not Found - code: 404 - duration: 36.365333ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - b8cc1de0-f23c-48b3-98c4-7ae3aa578cc6 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132126Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:26 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx8b27f668-fca6-4ada-a676-c094a8290558 - status: 404 Not Found - code: 404 - duration: 18.075625ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - df1211b8-b1e9-491e-b622-82e85d51b2c7 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132131Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:31 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx22e3fad9-1652-431f-8265-e068b22aba43 - status: 404 Not Found - code: 404 - duration: 26.766416ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - bc32ead3-f2b9-47c2-baa1-28038b4ef736 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132136Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:36 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txb18f6eef-5c6c-4dda-90f8-71fe49b5aa86 - status: 404 Not Found - code: 404 - duration: 28.05225ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 51746a6a-ad63-42f8-ae14-225db20a49ca - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132141Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:41 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe6908ab8-ea24-41dd-a2fa-b25145841957 - status: 404 Not Found - code: 404 - duration: 31.884542ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - b1337f40-aba9-4166-91d4-51adaa9e2c0a - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132146Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:46 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx441d8f37-e76d-497f-9fa0-9c8810c0e035 - status: 404 Not Found - code: 404 - duration: 29.924125ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - a367df74-8628-41ae-8c9c-a23e5d00d1a2 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132151Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:51 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx07f68011-f24f-4cf1-8771-d6e78c416559 - status: 404 Not Found - code: 404 - duration: 20.770417ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 0d9141ed-fedb-4a8a-86b5-cd87860af1a8 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132156Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:56 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx63709d08-c76d-4425-9a31-185a54747de4 - status: 404 Not Found - code: 404 - duration: 126.744125ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 6e97f11a-a746-4a40-a059-ef5eaabcee91 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132201Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:01 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx9e4bba92-fca3-49f8-892f-3f7cfd043965 - status: 404 Not Found - code: 404 - duration: 24.878417ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - d4d406ea-cb0e-42ad-aae0-e2550deecee6 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132206Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:06 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx3eedd1e4-7013-4765-a63a-7088e57e6586 - status: 404 Not Found - code: 404 - duration: 51.283ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 9b3ea899-1a5a-45da-8496-d70add8d5bff - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132211Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:11 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txce303de1-658b-417e-9676-8632035c18b1 - status: 404 Not Found - code: 404 - duration: 18.468666ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 29697de5-1c8e-408f-b33f-a4850b1399cc - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132216Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:16 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx10dc1b76-83e6-44de-8cf5-23a04fb54857 - status: 404 Not Found - code: 404 - duration: 23.567041ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 1561b1a0-3953-40fb-be34-009fda8e2229 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132221Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:21 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx621edec8-c8b6-46ff-a93d-770d7d5f5c35 - status: 404 Not Found - code: 404 - duration: 17.043667ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 38cfd442-2cc7-4ef8-8333-c5cf5789c4f8 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132226Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:27 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx303264d3-c047-4fd5-9124-3ecd72ae590d - status: 404 Not Found - code: 404 - duration: 23.739834ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2b93ece6-02d7-4be2-aa07-6254f1d31443 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132232Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:32 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txa72e3ac1-4d54-44f2-abbc-7cead1ab792c - status: 404 Not Found - code: 404 - duration: 76.813916ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 553193ac-bea6-4721-ad43-ff17cdc5d6db - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132237Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:37 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txdd1a2e6d-cb34-4a84-aa6c-c7ec386e7361 - status: 404 Not Found - code: 404 - duration: 29.731708ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2663f980-23ed-46a6-b0d6-60602520c2a7 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132242Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:42 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txce93eca9-74a3-412d-b23d-4000a84d9faa - status: 404 Not Found - code: 404 - duration: 20.591292ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 01af2a00-4156-4b26-af0c-a690d355c061 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132247Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:47 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx1c680290-4ab9-44f3-8487-07859181492b - status: 404 Not Found - code: 404 - duration: 26.477083ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2bb693a0-afcb-47ff-89e5-9e7ffd99a30c - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132252Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:52 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txf6c081f1-ac61-434c-a41c-ecce431498c4 - status: 404 Not Found - code: 404 - duration: 24.548292ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 427da108-b8b0-4e5e-8073-d7ab17d123c8 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132257Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:57 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx9d945c46-52a3-4ec9-b9d2-77e95f04f1b4 - status: 404 Not Found - code: 404 - duration: 29.768625ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 3ede453f-712c-4c69-b5c6-69fba2e98006 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132302Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:02 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx89d461b8-39d4-4e3a-8320-37267d4e7705 - status: 404 Not Found - code: 404 - duration: 22.181334ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 3413efd3-87ed-448d-bd5a-4d7c1dfd12a4 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132307Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:07 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txb79619b1-0288-4895-b56c-9aefe6deddfe - status: 404 Not Found - code: 404 - duration: 24.58125ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 6cf57f27-e5eb-48eb-8a34-0554c1ad02c0 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132312Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:12 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txbe056f35-17ed-4540-b6fb-984b7545bc8d - status: 404 Not Found - code: 404 - duration: 24.217791ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 9e67e89c-de7d-447f-bd46-1f66afb235df - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132317Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:17 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx0ada8fbf-3a33-458a-a19c-1b86c647170d - status: 404 Not Found - code: 404 - duration: 18.557167ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 95b46ea6-a382-4e5b-805c-f71e5c1b3b57 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132322Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:22 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe84c8d2c-f4c7-4a6f-9ebf-d4743dad2cc3 - status: 404 Not Found - code: 404 - duration: 29.484958ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 7141a3e1-a744-4e16-96f8-a625d98bf238 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132327Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:27 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx3d22c191-32a3-4479-9e47-0ede1b50109f - status: 404 Not Found - code: 404 - duration: 29.263209ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - cac89050-1bc2-4989-b698-6f419a4f745b - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132332Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:32 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx886c6674-5f56-4c35-97b7-6261b30b9639 - status: 404 Not Found - code: 404 - duration: 19.19975ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 20bdd727-8c35-432e-bfbb-20662c5e4dfb - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132337Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:37 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx57bf3e9a-cfe9-4305-9eff-db8f23e493f8 - status: 404 Not Found - code: 404 - duration: 22.613041ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 97ac62e8-7b21-42c6-b82f-888bdbf61269 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132342Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:42 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txd6e14a66-e37b-426b-a261-d91fb8927d5d - status: 404 Not Found - code: 404 - duration: 49.794916ms - - id: 76 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 6f899e22-fbc2-41bd-9cb4-1e12710b372c - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132347Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:47 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txecf53d70-38f4-4f5e-8a11-004d3ada12a5 - status: 404 Not Found - code: 404 - duration: 23.714542ms - - id: 77 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - a3403626-9fb4-4af2-9c4d-1953888e0414 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132352Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:52 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx7626b9b5-ea45-45d8-a827-54f29865e23a - status: 404 Not Found - code: 404 - duration: 24.044667ms - - id: 78 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - b132ce1a-725f-49af-b46f-941e26db684a - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132357Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:57 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx215915e6-4466-48fa-bf05-618140881390 - status: 404 Not Found - code: 404 - duration: 19.376833ms - - id: 79 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2319b48e-2344-44f4-b5f3-11c667bd98a1 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132402Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:02 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx00bba7e8-b8ea-425e-8d04-d4d659644c70 - status: 404 Not Found - code: 404 - duration: 23.6285ms - - id: 80 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 04cddb26-8934-455f-be84-26b8e4f286fa - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132407Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:07 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx36253831-1ee2-4f0b-8efd-71ad35ef3cf8 - status: 404 Not Found - code: 404 - duration: 34.161208ms - - id: 81 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 9e363ff5-5256-4ca0-9b8c-ce64065b48b2 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132412Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:12 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx9c4147f2-8413-42fe-b287-1409fcc55132 - status: 404 Not Found - code: 404 - duration: 20.804209ms - - id: 82 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 106033ce-aef3-498e-8280-0a7b7775a145 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132417Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:17 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx18f84826-447e-41ad-afc9-9884888c8351 - status: 404 Not Found - code: 404 - duration: 24.573417ms - - id: 83 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 31f2ed73-8d38-4c37-9fdc-20524328911f - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132422Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:22 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx8d2310da-cff6-4a44-8cc3-0720e059a16b - status: 404 Not Found - code: 404 - duration: 27.43425ms - - id: 84 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4d9f6477-9ced-4b91-b99a-de4cbb64407b - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132427Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:27 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txf81cca2b-cdf4-45f3-90ae-be22ca1c94b4 - status: 404 Not Found - code: 404 - duration: 19.8245ms - - id: 85 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - cd31254f-6178-476b-ad0a-0b6b72b5061e - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132432Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:32 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx3d7fe84e-c6fe-421c-b74e-118d60fcd5e5 - status: 404 Not Found - code: 404 - duration: 172.793875ms - - id: 86 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 51df9fae-2099-421e-b961-5076f8df9c2d - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132437Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:37 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx810550f6-b837-4f76-b0d7-ba3b66f994be - status: 404 Not Found - code: 404 - duration: 33.960291ms - - id: 87 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 71774822-ddf4-4d44-9154-377138a56439 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132442Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:42 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx05c407d3-40bb-4162-b28a-e266f6a49244 - status: 404 Not Found - code: 404 - duration: 20.044084ms - - id: 88 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 8a4bd095-33f4-492d-9c2a-cfdef31870ff - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132447Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:47 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx670a09fe-a3e6-425f-97c3-4a7af7f6ed9b - status: 404 Not Found - code: 404 - duration: 21.4355ms - - id: 89 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - eb0c340e-2d27-4c14-9a8d-6fcf35c69eef - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132452Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:53 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txca638d1a-737c-4c74-ab20-6c612372cccf - status: 404 Not Found - code: 404 - duration: 25.600625ms - - id: 90 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 0ebb9de5-4403-484b-9cd2-afbacc626665 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132458Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:58 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txfc421df7-075a-4c2f-b39e-bf688f137f46 - status: 404 Not Found - code: 404 - duration: 23.737833ms - - id: 91 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 7e651e03-e120-4ddf-b0e8-7ad617874799 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132503Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:25:03 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx198da326-3a11-4685-9b64-9298f2245b9f - status: 404 Not Found - code: 404 - duration: 124.921125ms - - id: 92 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4e03495a-8065-4311-8701-dccd36eebe95 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132508Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:25:08 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx64d87c19-2ec9-4954-b652-b65b2c4734e9 - status: 404 Not Found - code: 404 - duration: 25.163667ms - - id: 93 request: proto: HTTP/1.1 proto_major: 1 @@ -4853,8 +1726,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/9c8dc568-9b34-4141-94f3-21a729b3f039 method: DELETE response: proto: HTTP/2.0 @@ -4871,9 +1744,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:13 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4881,11 +1754,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4024f92-356c-4ef1-8059-8d1fcd7cda25 + - 9da88483-46c2-488f-8ef2-cee8015a4063 status: 204 No Content code: 204 - duration: 87.43925ms - - id: 94 + duration: 146.773292ms + - id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -4900,8 +1773,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -4911,7 +1784,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}' + body: '{"created_at":"2025-09-02T09:13:26.477721Z","project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:26.477721Z"}' headers: Content-Length: - "233" @@ -4920,9 +1793,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:13 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4930,11 +1803,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 742c5f2c-1ade-4b96-990a-0cb659118e93 + - abe01aab-3344-4ec8-82a1-e3ac9ee0f38a status: 200 OK code: 200 - duration: 53.625125ms - - id: 95 + duration: 96.525208ms + - id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -4945,13 +1818,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac"}' + body: '{"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs method: POST response: @@ -4962,7 +1835,7 @@ interactions: trailer: {} content_length: 184 uncompressed: false - body: '{"created_at":null,"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' + body: '{"created_at":null,"project_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' headers: Content-Length: - "184" @@ -4971,9 +1844,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:13 GMT + - Tue, 02 Sep 2025 09:13:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4981,11 +1854,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a2c835b-955c-4e19-9c18-64b67df21c6a + - 5161cbe1-4cbd-4767-a872-1b095fb1ac50 status: 200 OK code: 200 - duration: 197.288458ms - - id: 96 + duration: 287.861959ms + - id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -5000,8 +1873,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: DELETE response: proto: HTTP/2.0 @@ -5018,9 +1891,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:14 GMT + - Tue, 02 Sep 2025 09:13:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -5028,11 +1901,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 274a6fc4-ab76-4756-b4bc-df53e45de070 + - 7f65bb9e-cc51-4758-970b-4fa37d2ab6ca status: 204 No Content code: 204 - duration: 1.41561925s - - id: 97 + duration: 1.479471292s + - id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -5047,8 +1920,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d method: GET response: proto: HTTP/2.0 @@ -5058,7 +1931,7 @@ interactions: trailer: {} content_length: 131 uncompressed: false - body: '{"message":"resource is not found","resource":"project_id","resource_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","type":"not_found"}' + body: '{"message":"resource is not found","resource":"project_id","resource_id":"f69e37bd-e2f6-4781-b8e4-8afbb9ab0e0d","type":"not_found"}' headers: Content-Length: - "131" @@ -5067,9 +1940,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:15 GMT + - Tue, 02 Sep 2025 09:13:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -5077,7 +1950,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9408aaac-46b8-4aa7-bd85-edfc86718700 + - d972f264-7801-4bce-ba22-5949e58b9bd1 status: 404 Not Found code: 404 - duration: 541.724833ms + duration: 24.711167ms diff --git a/internal/services/mnq/testdata/sqs-queue-dead-letter-queue.cassette.yaml b/internal/services/mnq/testdata/sqs-queue-dead-letter-queue.cassette.yaml new file mode 100644 index 0000000000..e57d7dd544 --- /dev/null +++ b/internal/services/mnq/testdata/sqs-queue-dead-letter-queue.cassette.yaml @@ -0,0 +1,2721 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 119 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"name":"tf_tests_mnq_sqs_queue_dead_letter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 270 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:28.454645Z","description":"","id":"64671597-d100-42d9-b9c4-a173074c5bca","name":"tf_tests_mnq_sqs_queue_dead_letter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-09-02T08:18:28.454645Z"}' + headers: + Content-Length: + - "270" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e1944092-6a1a-4e90-932e-0725df535d36 + status: 200 OK + code: 200 + duration: 571.545042ms + - id: 1 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 315 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:28.454645Z","description":"","id":"64671597-d100-42d9-b9c4-a173074c5bca","name":"tf_tests_mnq_sqs_queue_dead_letter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T08:18:28.454645Z"}' + headers: + Content-Length: + - "315" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 74afc617-672d-4770-a73b-258db1802376 + status: 200 OK + code: 200 + duration: 213.28275ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 53 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"project_id":"64671597-d100-42d9-b9c4-a173074c5bca"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 239 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294077Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294077Z"}' + headers: + Content-Length: + - "239" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c843b115-9d67-4eea-bf61-64b2506d7bd5 + status: 200 OK + code: 200 + duration: 209.445417ms + - id: 3 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 78a31df7-2aa4-4138-abf2-b19657c00dc9 + status: 200 OK + code: 200 + duration: 82.134875ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 171 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","name":"tf-sqs-credentials-cranky-goldberg","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 502 + uncompressed: false + body: '{"access_key":"EKzkCo4QY4HV5LQu63Qm","created_at":"2025-09-02T08:18:29.371204801Z","id":"49c35f2a-3b94-4f2a-8640-1cbd330e2607","name":"tf-sqs-credentials-cranky-goldberg","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","secret_checksum":"fe1453cd8d42cfbcddad4bd1ee640e990cd9d21e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T08:18:29.371204801Z"}' + headers: + Content-Length: + - "502" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c69d1d93-c9d0-4a68-9a21-998cd02433a0 + status: 200 OK + code: 200 + duration: 145.780708ms + - id: 5 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/49c35f2a-3b94-4f2a-8640-1cbd330e2607 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 432 + uncompressed: false + body: '{"access_key":"EKzkCo4QY4HV5LQu63Qm","created_at":"2025-09-02T08:18:29.371204Z","id":"49c35f2a-3b94-4f2a-8640-1cbd330e2607","name":"tf-sqs-credentials-cranky-goldberg","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","secret_checksum":"fe1453cd8d42cfbcddad4bd1ee640e990cd9d21e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T08:18:29.371204Z"}' + headers: + Content-Length: + - "432" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fa385d7b-d28d-42db-aa2d-ec4d94ca6e4d + status: 200 OK + code: 200 + duration: 92.715083ms + - id: 6 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cb2fc33a-d028-43f7-9c15-924f07c1e171 + status: 200 OK + code: 200 + duration: 73.703208ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 137 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"Attributes":{"VisibilityTimeout":"30","MaximumMessageSize":"262144","MessageRetentionPeriod":"345600"},"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 03bba1a2-d89c-41e5-ac61-d343c4bdb3d4 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081829Z + X-Amz-Target: + - AmazonSQS.CreateQueue + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + X-Amzn-Requestid: + - tx233dc5c2-fb65-4a5e-81a9-b634a45d4ce6 + status: 200 OK + code: 200 + duration: 268.539334ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 2b98bbc3-1bcc-4cef-ab5f-855130409544 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081829Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + X-Amzn-Requestid: + - txe56a7e30-0d9b-403e-8dd8-1cce0778d864 + status: 200 OK + code: 200 + duration: 27.002333ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 297 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 6d7c3231-a271-4bab-9c62-d9a5338945aa + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081829Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 237 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "237" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + X-Amzn-Requestid: + - tx296c9877-d99c-4d53-975f-9b009b113f67 + status: 200 OK + code: 200 + duration: 25.160666ms + - id: 10 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b5a057e2-df0b-4d63-9a63-ce42e2459cc8 + status: 200 OK + code: 200 + duration: 81.649375ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 302 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"Attributes":{"VisibilityTimeout":"30","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":3}","MaximumMessageSize":"262144","MessageRetentionPeriod":"345600"},"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - d9fed6cb-9b7f-41a7-a94e-c785eeabe3d6 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081829Z + X-Amz-Target: + - AmazonSQS.CreateQueue + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:30 GMT + X-Amzn-Requestid: + - tx7ce1c394-504b-4a72-89b3-300a2be5315e + status: 200 OK + code: 200 + duration: 170.749ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - f5bc535c-a0ab-4b97-b70d-e07275052d88 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081830Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:30 GMT + X-Amzn-Requestid: + - txad4178cd-572a-4526-a008-258099def636 + status: 200 OK + code: 200 + duration: 25.777833ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 310 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 88ec3188-c325-4f4a-be7d-967b1492a97e + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081830Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 402 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:test-mnq-sqs-queue-dead-letter","ReceiveMessageWaitTimeSeconds":"0","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":3}","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "402" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:30 GMT + X-Amzn-Requestid: + - tx4ebd2b9e-96ce-4464-91ea-5f490f7934e8 + status: 200 OK + code: 200 + duration: 24.742583ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - a8949713-8d7c-4af7-a583-6f84a8e2d29e + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081830Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:30 GMT + X-Amzn-Requestid: + - tx3051836f-bffb-4065-a112-4008565493f6 + status: 200 OK + code: 200 + duration: 35.983416ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - b54c6815-1a01-4fa4-a711-db6456c73781 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081830Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:30 GMT + X-Amzn-Requestid: + - tx480ac1ab-4a27-4524-9257-a7b721eef9a3 + status: 200 OK + code: 200 + duration: 27.130875ms + - id: 16 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 315 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:28.454645Z","description":"","id":"64671597-d100-42d9-b9c4-a173074c5bca","name":"tf_tests_mnq_sqs_queue_dead_letter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T08:18:28.454645Z"}' + headers: + Content-Length: + - "315" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a14d2827-d839-470f-9212-c9d3feb3ad3e + status: 200 OK + code: 200 + duration: 186.907ms + - id: 17 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b18f4693-b2ae-4397-8b63-c29176513f9d + status: 200 OK + code: 200 + duration: 79.637583ms + - id: 18 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/49c35f2a-3b94-4f2a-8640-1cbd330e2607 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 432 + uncompressed: false + body: '{"access_key":"EKzkCo4QY4HV5LQu63Qm","created_at":"2025-09-02T08:18:29.371204Z","id":"49c35f2a-3b94-4f2a-8640-1cbd330e2607","name":"tf-sqs-credentials-cranky-goldberg","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","secret_checksum":"fe1453cd8d42cfbcddad4bd1ee640e990cd9d21e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T08:18:29.371204Z"}' + headers: + Content-Length: + - "432" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d300b580-fd1d-4218-9ad3-b0d687ff51f0 + status: 200 OK + code: 200 + duration: 88.015958ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 8b31ab2d-7cb5-4a83-a3a5-9e80edd39f60 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081831Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + X-Amzn-Requestid: + - txc6753f45-1103-4315-9ba8-64d72721c136 + status: 200 OK + code: 200 + duration: 24.440208ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 297 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - c21259ab-c5be-41e7-b6e6-8c02dd9b1dc7 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081831Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 237 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "237" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + X-Amzn-Requestid: + - tx74a4611e-b9ec-4388-8fee-693f37d9a45f + status: 200 OK + code: 200 + duration: 35.190792ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 20c75a68-96c5-47c1-af63-d52763e22e1e + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081831Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + X-Amzn-Requestid: + - tx7cc116bc-ddcf-4949-882a-38d7c6185dda + status: 200 OK + code: 200 + duration: 28.311417ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 310 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 63804ff3-73e4-430c-9d51-fcd95ad93634 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081831Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 402 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:test-mnq-sqs-queue-dead-letter","ReceiveMessageWaitTimeSeconds":"0","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":3}","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "402" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:31 GMT + X-Amzn-Requestid: + - tx7cbd92fc-8445-4ad2-9ec7-bcb57f02c3b9 + status: 200 OK + code: 200 + duration: 23.284292ms + - id: 23 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 315 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:28.454645Z","description":"","id":"64671597-d100-42d9-b9c4-a173074c5bca","name":"tf_tests_mnq_sqs_queue_dead_letter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T08:18:28.454645Z"}' + headers: + Content-Length: + - "315" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - af3f3c46-14be-433f-8c6e-c0b83ed9fc29 + status: 200 OK + code: 200 + duration: 208.443792ms + - id: 24 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3f30e7b9-b9d3-4297-91c3-7169b094f2d8 + status: 200 OK + code: 200 + duration: 65.546875ms + - id: 25 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/49c35f2a-3b94-4f2a-8640-1cbd330e2607 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 432 + uncompressed: false + body: '{"access_key":"EKzkCo4QY4HV5LQu63Qm","created_at":"2025-09-02T08:18:29.371204Z","id":"49c35f2a-3b94-4f2a-8640-1cbd330e2607","name":"tf-sqs-credentials-cranky-goldberg","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","secret_checksum":"fe1453cd8d42cfbcddad4bd1ee640e990cd9d21e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T08:18:29.371204Z"}' + headers: + Content-Length: + - "432" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3683de7d-4237-459d-817b-ed3a9b7a2141 + status: 200 OK + code: 200 + duration: 80.310917ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 6fecb42b-5703-4163-89cc-1a377351e263 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081832Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + X-Amzn-Requestid: + - tx8f83facb-d87e-4d91-9326-a8145d71dc6f + status: 200 OK + code: 200 + duration: 24.560916ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 297 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - c3838e98-1d89-4cd0-ae41-57475d1d17ff + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081832Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 237 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "237" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + X-Amzn-Requestid: + - txda8a0ea3-8e2b-48d1-9675-5f1504dae1ec + status: 200 OK + code: 200 + duration: 31.903875ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - a1f769fb-95f5-4b96-8036-f732d4473987 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081832Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + X-Amzn-Requestid: + - txd577dc8c-f453-4c8b-a33f-5ab1177aaa91 + status: 200 OK + code: 200 + duration: 28.055292ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 310 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 99ac21af-1b54-4899-9508-13bcc24fac05 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081832Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 402 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:test-mnq-sqs-queue-dead-letter","ReceiveMessageWaitTimeSeconds":"0","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":3}","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "402" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:32 GMT + X-Amzn-Requestid: + - txc301da4a-7e7e-4bd1-8810-a2b34b23e67d + status: 200 OK + code: 200 + duration: 24.915667ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - df113479-2639-4bea-9292-fcfe3ab17642 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081833Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:33 GMT + X-Amzn-Requestid: + - txfa4ce55d-cc39-41ab-99eb-0e8c8dfc5251 + status: 200 OK + code: 200 + duration: 25.956792ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 382 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"Attributes":{"MessageRetentionPeriod":"345600","VisibilityTimeout":"30","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":5}","MaximumMessageSize":"262144"},"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - d2fc8ab5-cc5f-49bd-8ff2-13185735fe37 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081833Z + X-Amz-Target: + - AmazonSQS.SetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Length: + - "0" + Content-Type: + - application/x-amz-json-1.0; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:34 GMT + X-Amzn-Requestid: + - tx7933711b-60db-416a-a30d-8fdf88c19755 + status: 200 OK + code: 200 + duration: 44.598666ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 9e7b098f-6506-41ac-a14b-26aa6334733c + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081834Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:34 GMT + X-Amzn-Requestid: + - txa85332a5-600d-4958-9e9f-9f1c511380e6 + status: 200 OK + code: 200 + duration: 27.504042ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 310 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 7cffe60f-5ed7-47c9-b139-271b406d15e1 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081834Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 402 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:test-mnq-sqs-queue-dead-letter","ReceiveMessageWaitTimeSeconds":"0","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":5}","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "402" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:34 GMT + X-Amzn-Requestid: + - tx642a1292-d4fa-4c09-8855-0f25a926f1e6 + status: 200 OK + code: 200 + duration: 27.426542ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 311250b8-9452-4d80-9bf7-03fe46d084ce + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081834Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:34 GMT + X-Amzn-Requestid: + - tx1cc38cbd-70a8-439b-92c0-5e7bf693f5bd + status: 200 OK + code: 200 + duration: 27.710958ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 7810d091-796b-4371-a422-093f44c75f6b + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081834Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:34 GMT + X-Amzn-Requestid: + - txa5018dd9-f129-4c32-87ea-c70d59b690a3 + status: 200 OK + code: 200 + duration: 23.715833ms + - id: 36 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 315 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:28.454645Z","description":"","id":"64671597-d100-42d9-b9c4-a173074c5bca","name":"tf_tests_mnq_sqs_queue_dead_letter","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T08:18:28.454645Z"}' + headers: + Content-Length: + - "315" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1cdcd221-b50b-4b40-b48c-60f07cf54c33 + status: 200 OK + code: 200 + duration: 181.050542ms + - id: 37 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 770335d3-540b-4359-be30-c9a96d1b51b6 + status: 200 OK + code: 200 + duration: 93.244709ms + - id: 38 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/49c35f2a-3b94-4f2a-8640-1cbd330e2607 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 432 + uncompressed: false + body: '{"access_key":"EKzkCo4QY4HV5LQu63Qm","created_at":"2025-09-02T08:18:29.371204Z","id":"49c35f2a-3b94-4f2a-8640-1cbd330e2607","name":"tf-sqs-credentials-cranky-goldberg","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","secret_checksum":"fe1453cd8d42cfbcddad4bd1ee640e990cd9d21e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T08:18:29.371204Z"}' + headers: + Content-Length: + - "432" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6a65ca2f-0b36-4a8f-9731-9004259a409d + status: 200 OK + code: 200 + duration: 87.383375ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 52f8e166-6f67-4354-bd2c-eea2e8d85ea8 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081835Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + X-Amzn-Requestid: + - tx0bfb44c3-e653-47f2-8295-79dff99215bb + status: 200 OK + code: 200 + duration: 30.13575ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 297 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 712a1a32-f92f-4559-9286-c21c76dc765c + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081835Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 237 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "237" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + X-Amzn-Requestid: + - txb0f32c32-b242-45f0-bb99-babf194bdede + status: 200 OK + code: 200 + duration: 30.5835ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 3fc3ceda-6343-4b7e-b2d4-e03895e9b89d + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081835Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + X-Amzn-Requestid: + - tx60536ebf-e0d3-4504-a24d-f12b9748beec + status: 200 OK + code: 200 + duration: 24.804416ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 310 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - c6c1fc4e-8be7-4932-931f-ca7824e963fa + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081835Z + X-Amz-Target: + - AmazonSQS.GetQueueAttributes + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 402 + uncompressed: false + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:test-mnq-sqs-queue-dead-letter","ReceiveMessageWaitTimeSeconds":"0","RedrivePolicy":"{\"deadLetterTargetArn\":\"arn:scw:sqs:fr-par:project-64671597-d100-42d9-b9c4-a173074c5bca:dead-letter-queue\",\"maxReceiveCount\":5}","VisibilityTimeout":"30"}}' + headers: + Content-Length: + - "402" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:35 GMT + X-Amzn-Requestid: + - txf3a4239d-b790-456d-b4ac-f27039f0bbdb + status: 200 OK + code: 200 + duration: 29.266958ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - e845b904-4eba-4d03-bf50-d969aaa717a9 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081836Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 127 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + headers: + Content-Length: + - "127" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + X-Amzn-Requestid: + - tx0a822025-2940-4a2c-bf02-3b4be2919ae9 + status: 200 OK + code: 200 + duration: 20.068416ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 126 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 5da1dd6c-558d-49b4-986b-9e6226b8e6f5 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081836Z + X-Amz-Target: + - AmazonSQS.DeleteQueue + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Length: + - "0" + Content-Type: + - application/x-amz-json-1.0; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + X-Amzn-Requestid: + - txc91bcf0c-b36b-47eb-954e-82759ee40cce + status: 200 OK + code: 200 + duration: 26.27425ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 46 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"test-mnq-sqs-queue-dead-letter"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 35ff07d2-2548-4ba5-bffc-dbe97698d931 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081836Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 118 + uncompressed: false + body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-dead-letter\" does not exist."}' + headers: + Content-Length: + - "118" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + X-Amzn-Query-Error: + - AWS.SimpleQueueService.NonExistentQueue;Sender + X-Amzn-Requestid: + - tx333428a9-34c9-4ea2-a03f-99273590fc70 + status: 404 Not Found + code: 404 + duration: 26.806334ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 8aefb459-3daa-4433-90e6-ee5047e2aa1c + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081836Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 114 + uncompressed: false + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + headers: + Content-Length: + - "114" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + X-Amzn-Requestid: + - txfeadd080-8208-464a-945e-7a85374a5e45 + status: 200 OK + code: 200 + duration: 33.679083ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-64671597-d100-42d9-b9c4-a173074c5bca/dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - dc237d01-5d13-4b03-a044-ff7ff8c13a93 + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081836Z + X-Amz-Target: + - AmazonSQS.DeleteQueue + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Length: + - "0" + Content-Type: + - application/x-amz-json-1.0; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + X-Amzn-Requestid: + - tx091d2415-a2bd-4d13-9efc-f49267ccca4e + status: 200 OK + code: 200 + duration: 36.985791ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 33 + transfer_encoding: [] + trailer: {} + host: sqs.mnq.fr-par.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"QueueName":"dead-letter-queue"}' + form: {} + headers: + Amz-Sdk-Invocation-Id: + - 2b598deb-62f3-4f4b-a8a1-7cd3bbb9b47d + Amz-Sdk-Request: + - attempt=1; max=3 + Content-Type: + - application/x-amz-json-1.0 + User-Agent: + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e + X-Amz-Date: + - 20250902T081836Z + X-Amz-Target: + - AmazonSQS.GetQueueUrl + X-Amzn-Query-Mode: + - "true" + url: https://sqs.mnq.fr-par.scaleway.com/ + method: POST + response: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + transfer_encoding: [] + trailer: {} + content_length: 105 + uncompressed: false + body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"dead-letter-queue\" does not exist."}' + headers: + Content-Length: + - "105" + Content-Type: + - application/json; charset=utf-8 + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + X-Amzn-Query-Error: + - AWS.SimpleQueueService.NonExistentQueue;Sender + X-Amzn-Requestid: + - txbc4ea3d6-fffc-45c1-9bf1-c531d1d6c06b + status: 404 Not Found + code: 404 + duration: 20.720417ms + - id: 49 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/49c35f2a-3b94-4f2a-8640-1cbd330e2607 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d1ba8b10-1c04-4fb2-b072-4298d0643d08 + status: 204 No Content + code: 204 + duration: 121.173042ms + - id: 50 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 233 + uncompressed: false + body: '{"created_at":"2025-09-02T08:18:29.049294Z","project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T08:18:29.049294Z"}' + headers: + Content-Length: + - "233" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ca87dfff-5ee3-48aa-bd10-1b60b65da932 + status: 200 OK + code: 200 + duration: 104.903375ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 53 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"project_id":"64671597-d100-42d9-b9c4-a173074c5bca"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 184 + uncompressed: false + body: '{"created_at":null,"project_id":"64671597-d100-42d9-b9c4-a173074c5bca","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' + headers: + Content-Length: + - "184" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 627700c9-88f4-4f0f-831a-51a8b61a566a + status: 200 OK + code: 200 + duration: 299.708291ms + - id: 52 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/64671597-d100-42d9-b9c4-a173074c5bca + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5bc21028-dd34-4fdb-abd4-f96c81026c29 + status: 204 No Content + code: 204 + duration: 1.479697291s + - id: 53 + 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.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/64671597-d100-42d9-b9c4-a173074c5bca + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 131 + uncompressed: false + body: '{"message":"resource is not found","resource":"project_id","resource_id":"64671597-d100-42d9-b9c4-a173074c5bca","type":"not_found"}' + headers: + Content-Length: + - "131" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 02 Sep 2025 08:18:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - be1c6622-0f3f-454f-a2e8-02d10ac89612 + status: 404 Not Found + code: 404 + duration: 28.164458ms diff --git a/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml b/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml index ab085f3297..d57dadff2e 100644 --- a/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml +++ b/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml @@ -18,7 +18,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/account/v3/projects method: POST response: @@ -27,20 +27,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 253 + content_length: 274 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:53.545816Z","description":"","id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:53.545816Z"}' + body: '{"created_at":"2025-09-02T09:13:32.370406Z","description":"","id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":null,"updated_at":"2025-09-02T09:13:32.370406Z"}' headers: Content-Length: - - "253" + - "274" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:19:53 GMT + - Tue, 02 Sep 2025 09:13:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e01adce-22cf-4736-8b28-c4a33b247460 + - 614d59c0-24d2-4439-afad-4619deab8cc6 status: 200 OK code: 200 - duration: 725.232625ms + duration: 494.042167ms - id: 1 request: proto: HTTP/1.1 @@ -63,13 +63,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d"}' + body: '{"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs method: POST response: @@ -80,7 +80,7 @@ interactions: trailer: {} content_length: 239 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:56.913742507Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742507Z"}' + body: '{"created_at":"2025-09-02T09:13:34.051411494Z","project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:34.051411494Z"}' headers: Content-Length: - "239" @@ -89,9 +89,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:19:56 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,10 +99,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1945641-be65-4d8a-8fa7-0597c6e83e18 + - cade0100-b66c-4707-8385-25063b44b389 status: 200 OK code: 200 - duration: 123.159542ms + duration: 217.484083ms - id: 2 request: proto: HTTP/1.1 @@ -118,8 +118,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: GET response: proto: HTTP/2.0 @@ -129,7 +129,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}' + body: '{"created_at":"2025-09-02T09:13:34.051411Z","project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:34.051411Z"}' headers: Content-Length: - "233" @@ -138,9 +138,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:19:57 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -148,28 +148,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50a34ee6-dfad-4939-8408-a7490764c47d + - 4f0dd8d0-805a-47bf-89df-ea450bd3ae62 status: 200 OK code: 200 - duration: 75.63575ms + duration: 82.509542ms - id: 3 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 170 + content_length: 173 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}' + body: '{"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","name":"tf-sqs-credentials-wonderful-hermann","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials method: POST response: @@ -178,20 +178,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 473 + content_length: 504 uncompressed: false - body: '{"access_key":"ZIZkxJGK7HzBJAU6b0mW","created_at":"2024-12-10T13:19:57.147103413Z","id":"e837a976-ec1b-47b6-83d4-a9f2e583f341","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","secret_checksum":"f94cc299279d805dc745a7399e4bd637f0be935a","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"XYz1m4jIfCnPFVf8UmjY","created_at":"2025-09-02T09:13:34.403880363Z","id":"7ee84a4e-1276-4b19-9e57-0467c5fb3c72","name":"tf-sqs-credentials-wonderful-hermann","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","secret_checksum":"dc181a11561f8f9b35c85e6e4b2d4a692ba33c0d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:34.403880363Z"}' headers: Content-Length: - - "473" + - "504" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:19:57 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -199,10 +199,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 988a5e2f-eee6-4cf5-aa7a-eddb2ef95b62 + - 9d6d5ccb-f903-4160-9939-73da2d7ad145 status: 200 OK code: 200 - duration: 129.232ms + duration: 133.61275ms - id: 4 request: proto: HTTP/1.1 @@ -218,8 +218,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/e837a976-ec1b-47b6-83d4-a9f2e583f341 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/7ee84a4e-1276-4b19-9e57-0467c5fb3c72 method: GET response: proto: HTTP/2.0 @@ -227,20 +227,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 434 uncompressed: false - body: '{"access_key":"ZIZkxJGK7HzBJAU6b0mW","created_at":"2024-12-10T13:19:57.147103Z","id":"e837a976-ec1b-47b6-83d4-a9f2e583f341","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","secret_checksum":"f94cc299279d805dc745a7399e4bd637f0be935a","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"XYz1m4jIfCnPFVf8UmjY","created_at":"2025-09-02T09:13:34.403880Z","id":"7ee84a4e-1276-4b19-9e57-0467c5fb3c72","name":"tf-sqs-credentials-wonderful-hermann","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","secret_checksum":"dc181a11561f8f9b35c85e6e4b2d4a692ba33c0d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:34.403880Z"}' headers: Content-Length: - - "406" + - "434" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:19:57 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -248,10 +248,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1949f1a4-82b0-4c4d-98d6-7bfde6360ff9 + - e3aff67d-5568-4ac4-8d02-f60c28b2e72d status: 200 OK code: 200 - duration: 88.129417ms + duration: 75.883417ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: GET response: proto: HTTP/2.0 @@ -278,7 +278,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}' + body: '{"created_at":"2025-09-02T09:13:34.051411Z","project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:34.051411Z"}' headers: Content-Length: - "233" @@ -287,9 +287,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:19:57 GMT + - Tue, 02 Sep 2025 09:13:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -297,10 +297,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3bc632d1-3c45-431b-8d2b-978e267a8fa2 + - d9fbc198-4ed3-4c6a-9b24-c51b8ea6c71c status: 200 OK code: 200 - duration: 60.28975ms + duration: 70.678417ms - id: 6 request: proto: HTTP/1.1 @@ -312,19 +312,19 @@ interactions: host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","VisibilityTimeout":"30"},"QueueName":"test-mnq-sqs-queue-basic"}' + body: '{"Attributes":{"MessageRetentionPeriod":"345600","VisibilityTimeout":"30","MaximumMessageSize":"262144"},"QueueName":"test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - ff5d7712-5597-4147-8043-d95282db1088 + - cf70b5c5-bbac-4349-bca4-a1947e1f767a Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T131957Z + - 20250902T091334Z X-Amz-Target: - AmazonSQS.CreateQueue X-Amzn-Query-Mode: @@ -339,19 +339,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:19:58 GMT + - Tue, 02 Sep 2025 09:13:34 GMT X-Amzn-Requestid: - - tx0fc37c60-fd0a-4b06-a916-450855611966 + - tx94ae8728-84ce-4346-b60a-3fccadfaab93 status: 200 OK code: 200 - duration: 1.286800958s + duration: 228.863833ms - id: 7 request: proto: HTTP/1.1 @@ -367,15 +367,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - fc141755-009c-4997-9e2d-34e493b4d8d1 + - 6c4010ef-4276-4d21-a4a2-06fbd0ef38f7 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T131958Z + - 20250902T091334Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -390,43 +390,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:19:58 GMT + - Tue, 02 Sep 2025 09:13:34 GMT X-Amzn-Requestid: - - tx8706c0ac-9205-4903-aa2c-4054acdb9b53 + - tx324a5baf-eaff-4a47-9cc5-c3579171d413 status: 200 OK code: 200 - duration: 22.729ms + duration: 34.357792ms - id: 8 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["VisibilityTimeout","RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - d6ac2a50-27d9-4019-8eed-4f86a36fee28 + - 7cc5de1b-e215-415a-a740-b510bbfff875 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T131958Z + - 20250902T091334Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -439,21 +439,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 244 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "244" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:19:58 GMT + - Tue, 02 Sep 2025 09:13:34 GMT X-Amzn-Requestid: - - tx32935d1d-0d56-4455-88ee-e01bfd5403e5 + - tx38c703f9-8af8-47ce-8d18-f866e45152f7 status: 200 OK code: 200 - duration: 34.540666ms + duration: 33.58ms - id: 9 request: proto: HTTP/1.1 @@ -469,15 +469,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 3e348eff-c0cb-4023-85a7-93a576ed78e4 + - a753d6fe-31d5-46d2-aae1-18d864312945 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T131958Z + - 20250902T091335Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -492,19 +492,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:19:58 GMT + - Tue, 02 Sep 2025 09:13:35 GMT X-Amzn-Requestid: - - txe3bd6a55-b746-4670-95c9-f86d4652aa34 + - tx22201ad5-2803-4c96-a3b2-7f0316a6c764 status: 200 OK code: 200 - duration: 30.250667ms + duration: 101.513916ms - id: 10 request: proto: HTTP/1.1 @@ -520,8 +520,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: GET response: proto: HTTP/2.0 @@ -531,7 +531,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}' + body: '{"created_at":"2025-09-02T09:13:34.051411Z","project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:34.051411Z"}' headers: Content-Length: - "233" @@ -540,9 +540,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:00 GMT + - Tue, 02 Sep 2025 09:13:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -550,10 +550,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff357423-7db8-4507-93d5-d578e3b1a818 + - c0dfb494-f8bf-45b8-9bd5-dda5a6eae914 status: 200 OK code: 200 - duration: 108.8205ms + duration: 93.368ms - id: 11 request: proto: HTTP/1.1 @@ -569,8 +569,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/e837a976-ec1b-47b6-83d4-a9f2e583f341 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/7ee84a4e-1276-4b19-9e57-0467c5fb3c72 method: GET response: proto: HTTP/2.0 @@ -578,20 +578,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 406 + content_length: 434 uncompressed: false - body: '{"access_key":"ZIZkxJGK7HzBJAU6b0mW","created_at":"2024-12-10T13:19:57.147103Z","id":"e837a976-ec1b-47b6-83d4-a9f2e583f341","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","secret_checksum":"f94cc299279d805dc745a7399e4bd637f0be935a","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}' + body: '{"access_key":"XYz1m4jIfCnPFVf8UmjY","created_at":"2025-09-02T09:13:34.403880Z","id":"7ee84a4e-1276-4b19-9e57-0467c5fb3c72","name":"tf-sqs-credentials-wonderful-hermann","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","secret_checksum":"dc181a11561f8f9b35c85e6e4b2d4a692ba33c0d","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-09-02T09:13:34.403880Z"}' headers: Content-Length: - - "406" + - "434" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:20:00 GMT + - Tue, 02 Sep 2025 09:13:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -599,10 +599,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 807a3fac-3868-4180-9c6e-28adcb56eb2f + - e5b3b55d-3dac-4942-afe9-dac66b1b62fd status: 200 OK code: 200 - duration: 52.241125ms + duration: 96.725583ms - id: 12 request: proto: HTTP/1.1 @@ -618,15 +618,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - f00fd268-84a2-4237-8bf2-503972c7921c + - 82878b3d-820b-42d0-8e80-62e2df508e3f Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132000Z + - 20250902T091335Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -641,43 +641,43 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:00 GMT + - Tue, 02 Sep 2025 09:13:36 GMT X-Amzn-Requestid: - - tx3266f317-38d6-4184-88da-e1eb28cc6689 + - txe65e817c-ed22-4df5-8f32-b09fde6e5e74 status: 200 OK code: 200 - duration: 24.4035ms + duration: 26.826958ms - id: 13 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 277 + content_length: 304 transfer_encoding: [] trailer: {} host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"AttributeNames":["RedrivePolicy","QueueArn","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - a8586b07-f1c4-4c38-bd5f-3c288ce8b69d + - 834cd8a5-2388-46d8-9b7b-0a9ecdb99a66 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132000Z + - 20250902T091336Z X-Amz-Target: - AmazonSQS.GetQueueAttributes X-Amzn-Query-Mode: @@ -690,21 +690,21 @@ interactions: proto_minor: 1 transfer_encoding: [] trailer: {} - content_length: 142 + content_length: 244 uncompressed: false - body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' + body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","QueueArn":"arn:scw:sqs:fr-par:project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd:test-mnq-sqs-queue-basic","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}' headers: Content-Length: - - "142" + - "244" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:00 GMT + - Tue, 02 Sep 2025 09:13:36 GMT X-Amzn-Requestid: - - txd0197e68-03d0-46c7-8ac4-796177177431 + - txbe3ece57-8ea1-4c8e-b5de-d340d98ac6d6 status: 200 OK code: 200 - duration: 44.7275ms + duration: 26.460083ms - id: 14 request: proto: HTTP/1.1 @@ -720,15 +720,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 4c7b9747-fc8d-4ea5-a81c-0d82129eb3f7 + - ff3a21b1-17e4-48c4-be2c-60b86bbae23d Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132001Z + - 20250902T091337Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -743,19 +743,19 @@ interactions: trailer: {} content_length: 121 uncompressed: false - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' headers: Content-Length: - "121" Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:01 GMT + - Tue, 02 Sep 2025 09:13:37 GMT X-Amzn-Requestid: - - tx2255bd38-db9d-4c82-ab7f-22b81e08f715 + - txa2e87c58-7f4c-449e-a5a9-1c70f9930815 status: 200 OK code: 200 - duration: 28.937042ms + duration: 27.840708ms - id: 15 request: proto: HTTP/1.1 @@ -767,19 +767,19 @@ interactions: host: sqs.mnq.fr-par.scaleway.com remote_addr: "" request_uri: "" - body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}' + body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-9b61a0dc-3d68-4452-b04b-ff7f15231ecd/test-mnq-sqs-queue-basic"}' form: {} headers: Amz-Sdk-Invocation-Id: - - e98e3052-d1d8-43c9-b506-0a00f5d0fb95 + - dfd43caf-7395-46b3-b6e1-400cb4b18591 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132001Z + - 20250902T091337Z X-Amz-Target: - AmazonSQS.DeleteQueue X-Amzn-Query-Mode: @@ -801,12 +801,12 @@ interactions: Content-Type: - application/x-amz-json-1.0; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:01 GMT + - Tue, 02 Sep 2025 09:13:37 GMT X-Amzn-Requestid: - - tx49ed21f4-a9f5-4d71-bbbd-a51ca9802892 + - txd79f69b1-0b8f-4315-a178-d301b63658b8 status: 200 OK code: 200 - duration: 26.451209ms + duration: 27.377792ms - id: 16 request: proto: HTTP/1.1 @@ -822,15 +822,15 @@ interactions: form: {} headers: Amz-Sdk-Invocation-Id: - - 71d01b23-aebf-4920-b2f2-34351b00e23e + - f40511b3-26ee-4384-8637-0078803f5ec4 Amz-Sdk-Request: - attempt=1; max=3 Content-Type: - application/x-amz-json-1.0 User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E + - aws-sdk-go-v2/1.37.1 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.38.6 m/E,e X-Amz-Date: - - 20241210T132001Z + - 20250902T091337Z X-Amz-Target: - AmazonSQS.GetQueueUrl X-Amzn-Query-Mode: @@ -852,3142 +852,15 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Tue, 10 Dec 2024 13:20:01 GMT + - Tue, 02 Sep 2025 09:13:37 GMT X-Amzn-Query-Error: - AWS.SimpleQueueService.NonExistentQueue;Sender X-Amzn-Requestid: - - tx625748e1-087a-4d34-bca2-3c96b0f5255e + - tx8f7fa641-eb42-4c51-92d8-22facec8b949 status: 404 Not Found code: 404 - duration: 25.071334ms + duration: 19.884833ms - id: 17 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - bedc395b-1bb7-45ab-bc72-40743446b10f - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132006Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:06 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx4841242f-b79f-47f9-94be-acb4f9370b2d - status: 404 Not Found - code: 404 - duration: 44.489084ms - - id: 18 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2dbe62df-233c-4a21-8962-b240ff602581 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132011Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:11 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx79de215f-b113-40d6-94f0-1de67dcf3e54 - status: 404 Not Found - code: 404 - duration: 19.926166ms - - id: 19 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - bf9e27d7-8544-4d5c-ac4c-831e4a88aaef - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132016Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:16 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe4a20765-f1b9-4182-a39e-09b9242e4a4e - status: 404 Not Found - code: 404 - duration: 25.250083ms - - id: 20 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 49704c44-fd18-4056-8bd4-dc152fbda83c - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132021Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:21 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe03078d5-5073-4499-b97a-d7657bf29889 - status: 404 Not Found - code: 404 - duration: 33.205667ms - - id: 21 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 5ef10f8c-746c-4e67-8319-0ebc60199afd - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132026Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:26 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txc5ef49c1-c5f8-41df-8780-f6e9855e6d67 - status: 404 Not Found - code: 404 - duration: 23.839375ms - - id: 22 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 09cd05f1-f2f9-4a08-8eaf-c528d274a136 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132031Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:31 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx9e0fb27e-716c-4472-96c0-fd8943e90d8f - status: 404 Not Found - code: 404 - duration: 27.081375ms - - id: 23 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 00d7d812-53dd-4b1c-ba13-463631dbc9bb - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132036Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:36 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx0be5824e-a1c8-498f-940f-d29acc14320d - status: 404 Not Found - code: 404 - duration: 23.252833ms - - id: 24 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 22f9e61f-66cf-4273-aaf4-8d95c772e042 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132041Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:41 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx417c2825-bf6e-4440-ab4c-32f87899c3fe - status: 404 Not Found - code: 404 - duration: 34.636917ms - - id: 25 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 95f72434-5a6a-4c4c-930d-9ce21d3240ba - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132046Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:46 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe6116f36-ecea-4694-a124-da17cf90abf0 - status: 404 Not Found - code: 404 - duration: 23.236042ms - - id: 26 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 1113fc1c-3430-42e5-80e1-fda07a8d88cd - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132051Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:51 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txac843dd9-9e88-4bbe-a969-02fbe4b1ad56 - status: 404 Not Found - code: 404 - duration: 54.803834ms - - id: 27 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 5c0bb546-2758-4c1c-8487-59fde5b43e21 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132056Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:20:57 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx0f5e1922-db99-451c-a38c-52f20d624d60 - status: 404 Not Found - code: 404 - duration: 27.568708ms - - id: 28 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - b1722fbd-b29d-4f87-97a6-a44cf0a557c8 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132102Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:02 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx98d5e395-e004-46c1-8f63-114bf9bc24c2 - status: 404 Not Found - code: 404 - duration: 139.709666ms - - id: 29 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 50ab6c59-a3ea-4544-b376-59a212c7b794 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132107Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:07 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txc3cbcf9e-4450-436e-be1d-421c5db903f4 - status: 404 Not Found - code: 404 - duration: 21.765875ms - - id: 30 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - ec2c691d-9a0f-45e3-ae6f-a9a8b57e67d9 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132112Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:12 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe8324107-f2a2-4ef0-b521-bac59e1a312d - status: 404 Not Found - code: 404 - duration: 24.783667ms - - id: 31 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 08229551-32f4-440e-945b-5313a148a5b9 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132117Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:17 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txab84afc3-19cb-4285-a048-bf0bf7253fa9 - status: 404 Not Found - code: 404 - duration: 22.776166ms - - id: 32 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - bf5a4abe-b740-4c25-aa98-3e240696b9e6 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132122Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:22 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txfcb090f1-d3ef-42ab-9676-6ab0298de531 - status: 404 Not Found - code: 404 - duration: 28.838125ms - - id: 33 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - f886aaae-1faa-4c13-910b-b9eb93af92f6 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132127Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:27 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txcc5b7456-3240-4b85-b627-eca16c7c6d3a - status: 404 Not Found - code: 404 - duration: 19.938417ms - - id: 34 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - f3a74b3b-04a8-469d-81fb-9650bbcc6da8 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132132Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:32 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx4bb8bbed-84e1-44c6-8dad-b89f7dbc59b4 - status: 404 Not Found - code: 404 - duration: 24.655833ms - - id: 35 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 14246b42-7c1a-4fbf-9f65-709627319621 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132137Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:37 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx72748c09-cd39-407b-b26b-19a5fd86cec5 - status: 404 Not Found - code: 404 - duration: 23.512791ms - - id: 36 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - c342021b-e633-4ab2-b46c-97af240341ae - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132142Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:42 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txb52d84ab-7f3a-4fed-ba2f-692b8bf0afe2 - status: 404 Not Found - code: 404 - duration: 30.02325ms - - id: 37 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - b943f8e3-31ac-495d-98d1-ed958aa7e310 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132147Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:47 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txfcb8d310-f1c9-4bd2-85e3-d8e3ae69b46f - status: 404 Not Found - code: 404 - duration: 43.992084ms - - id: 38 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4b33668d-b884-48b9-9b01-dd8ac204df35 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132152Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:52 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txfb1056da-e7e8-49db-9024-6ef270cc5696 - status: 404 Not Found - code: 404 - duration: 33.593833ms - - id: 39 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - a6daca24-4ffe-4eb8-a622-5eeb8946d468 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132157Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:21:57 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txa0dc7245-1208-428c-a1e3-7e9bff1c3d82 - status: 404 Not Found - code: 404 - duration: 32.0255ms - - id: 40 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 902eed12-dcbb-44eb-b3f3-dbb4858cd299 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132202Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:02 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx0c1e18a2-f6c6-4686-b74b-36622721240b - status: 404 Not Found - code: 404 - duration: 21.569584ms - - id: 41 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - bc1adde4-a531-4222-a64b-38c109324b0f - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132207Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:08 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx5fac8b01-2677-4482-80eb-1135cc3b394f - status: 404 Not Found - code: 404 - duration: 493.32375ms - - id: 42 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 42b5d316-4b83-4f00-9da5-f01f6f16546a - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132213Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:13 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txd19dd694-6302-4f79-9413-e72d933e8c7e - status: 404 Not Found - code: 404 - duration: 29.825625ms - - id: 43 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 265b117e-aff4-488e-bfe4-fc6e759e4648 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132218Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:18 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txae1c31e1-0a5e-4ed8-9096-de98e3368fcb - status: 404 Not Found - code: 404 - duration: 26.308416ms - - id: 44 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 5bf6b254-0277-41d7-85ec-cdd430518642 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132223Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:23 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx5ff62bc0-1ad6-49cf-b14f-e3b0058fc8d6 - status: 404 Not Found - code: 404 - duration: 24.0015ms - - id: 45 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 652d427f-ea8f-4d09-98cc-ecbe4d4712ef - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132228Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:28 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx0c3baccf-9082-48af-8348-30b969d2d5e7 - status: 404 Not Found - code: 404 - duration: 23.290291ms - - id: 46 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 8198a77d-e5d0-4ddc-beaa-30e658c086c2 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132233Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:33 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx4741bf80-62a4-4512-8d85-0026b433a5b2 - status: 404 Not Found - code: 404 - duration: 22.731208ms - - id: 47 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - d6996e74-a86d-4aac-913a-731042d5cb6b - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132238Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:38 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx0a0a3d4b-296f-412e-9c77-6f7348d5ed99 - status: 404 Not Found - code: 404 - duration: 24.918042ms - - id: 48 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2caa1133-719f-42f4-9c62-f96468c1b3b5 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132243Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:43 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txf25f8401-0a43-4e2c-8da1-23c4a9eda41f - status: 404 Not Found - code: 404 - duration: 18.458291ms - - id: 49 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 19ace7f5-1bd0-4a77-a6f6-82f9d3cfbf65 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132248Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:48 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txa5d664a3-44d9-41c0-8426-90a560082111 - status: 404 Not Found - code: 404 - duration: 27.072292ms - - id: 50 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 83d20d3a-1933-4238-babb-52f272194bb3 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132253Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:53 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txaacd9b73-09b3-4877-b752-6093d613fcff - status: 404 Not Found - code: 404 - duration: 20.748208ms - - id: 51 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 41442d4b-b232-471c-9fba-197cc0d6f2cc - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132258Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:22:58 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx2b1c1509-d12b-4024-8148-1cb0823cd139 - status: 404 Not Found - code: 404 - duration: 34.380959ms - - id: 52 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 5e56aa98-dc3b-4ff0-acd7-db00e9302380 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132303Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:03 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx1fa6f092-589b-4c92-a2d8-72c2ba1e5f67 - status: 404 Not Found - code: 404 - duration: 18.576042ms - - id: 53 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4c626382-a133-4b8a-9eb2-68c6a66ba232 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132308Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:08 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txa2b448dc-8906-4dee-99bc-d11ab93f989d - status: 404 Not Found - code: 404 - duration: 24.744792ms - - id: 54 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - a4960814-7de6-4d9a-9185-367335cf4b03 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132313Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:13 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txf14002a3-a316-493f-98da-39e5d1e394c2 - status: 404 Not Found - code: 404 - duration: 29.339667ms - - id: 55 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 9d3db5c6-5411-4fa1-9ede-29bdba92d875 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132318Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:18 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx1cbcec0e-5da3-4709-b815-e708a9f3cfbe - status: 404 Not Found - code: 404 - duration: 36.593584ms - - id: 56 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 8942ac70-d82c-44c2-925b-2d5f46abb961 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132323Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:23 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txd0c61138-1a26-4be6-b4e6-81ce6acb0891 - status: 404 Not Found - code: 404 - duration: 16.451125ms - - id: 57 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 7576cdd8-c68f-49db-bc55-39d9f4efb0c2 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132328Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:28 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txd92ba43d-54b9-4c72-b064-d064ae6a2016 - status: 404 Not Found - code: 404 - duration: 24.04475ms - - id: 58 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - d731999f-190c-43b8-80e9-78df9beb9d90 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132333Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:33 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx2989802c-c9c4-4ec2-a84b-8afc8e6df1f1 - status: 404 Not Found - code: 404 - duration: 24.692084ms - - id: 59 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - f673f148-1726-4b12-81b7-78c1cd5478ce - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132338Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:38 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx6f12a4bd-f2ce-4799-bda4-fbbf81494e80 - status: 404 Not Found - code: 404 - duration: 28.33925ms - - id: 60 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 6cf2271c-6696-45fb-b3eb-aac4f9425fa9 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132343Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:43 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx72ecd4ea-9da0-436c-b64a-884da2010719 - status: 404 Not Found - code: 404 - duration: 26.895334ms - - id: 61 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - d6e675f8-073c-43aa-b4ee-77dfa00eee0e - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132348Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:48 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx3915f826-1073-45eb-b533-e2484702942f - status: 404 Not Found - code: 404 - duration: 24.761ms - - id: 62 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 235a5774-9d09-4266-b0d9-aa4690694868 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132353Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:53 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx6a0d64a1-0015-42dd-b564-88f470bdc2ad - status: 404 Not Found - code: 404 - duration: 28.336ms - - id: 63 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2f799710-02f0-4c3b-9b7b-c17994c6ea0d - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132358Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:23:58 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx65bb0ba1-6b6e-4fcd-b50a-8a05a6e31a83 - status: 404 Not Found - code: 404 - duration: 27.703875ms - - id: 64 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 2fbf3c1a-3c1f-4244-a2a4-eed33bff01f4 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132403Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:03 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txe4173bfa-9895-4f99-b794-0e0c36761ff7 - status: 404 Not Found - code: 404 - duration: 42.950208ms - - id: 65 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - bf0fb6b7-86ec-4caa-b639-2b207c66e64e - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132408Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:08 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx8f1d1be1-2785-4122-a611-46addbdb997a - status: 404 Not Found - code: 404 - duration: 18.778334ms - - id: 66 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 62ef902b-b47e-41e9-a7ae-e0acc28bc9c9 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132413Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:13 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txffc9e305-65ca-4afb-a2a0-ceb3bdd877ff - status: 404 Not Found - code: 404 - duration: 17.92775ms - - id: 67 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 5712217d-e279-4369-9881-1d7b8ce2fd94 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132418Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:18 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txb67d4a8f-d82b-497a-a5a0-254682fd5606 - status: 404 Not Found - code: 404 - duration: 25.003167ms - - id: 68 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - efe98750-2a1a-45c9-9d9c-d74f5961ce2e - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132423Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:23 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txd3a8c8d6-efb3-4afc-ad59-6d14567ac837 - status: 404 Not Found - code: 404 - duration: 27.771417ms - - id: 69 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - ac762503-7b31-4dc5-8577-be53ad4dbe3a - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132428Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:28 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx29fbd5d3-50b1-4815-8d31-41194a4f546d - status: 404 Not Found - code: 404 - duration: 31.299125ms - - id: 70 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 4f75d582-49fe-434c-8a1a-d5bd15b46d48 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132433Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:33 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txeb043c75-ab35-49af-a358-81ec156c5737 - status: 404 Not Found - code: 404 - duration: 17.227417ms - - id: 71 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 291d5d78-896c-4f37-82af-7eb7e8428994 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132438Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:38 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx8d8ed5ee-47dc-40d0-929b-64fe7e29c74f - status: 404 Not Found - code: 404 - duration: 31.205125ms - - id: 72 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - da0ee0b4-a83f-47ba-821b-10808725c331 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132443Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:43 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - txf572075c-f434-44ab-85e2-09b1b0744b6b - status: 404 Not Found - code: 404 - duration: 24.741334ms - - id: 73 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 703a7944-cdba-4960-9103-83d95824f6f4 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132448Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:48 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx82b97caf-b8a0-43b0-8a7f-a7d45df7d74a - status: 404 Not Found - code: 404 - duration: 38.551333ms - - id: 74 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - be95d1de-55cf-43f9-9a1d-bc3e73c4d631 - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132453Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:53 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx20d2059e-3bc9-43b0-9f9f-7211d689eb80 - status: 404 Not Found - code: 404 - duration: 21.445375ms - - id: 75 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 40 - transfer_encoding: [] - trailer: {} - host: sqs.mnq.fr-par.scaleway.com - remote_addr: "" - request_uri: "" - body: '{"QueueName":"test-mnq-sqs-queue-basic"}' - form: {} - headers: - Amz-Sdk-Invocation-Id: - - 88a040fa-b97c-4557-bc01-91a5083d1cac - Amz-Sdk-Request: - - attempt=1; max=3 - Content-Type: - - application/x-amz-json-1.0 - User-Agent: - - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E - X-Amz-Date: - - 20241210T132458Z - X-Amz-Target: - - AmazonSQS.GetQueueUrl - X-Amzn-Query-Mode: - - "true" - url: https://sqs.mnq.fr-par.scaleway.com/ - method: POST - response: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - transfer_encoding: [] - trailer: {} - content_length: 112 - uncompressed: false - body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}' - headers: - Content-Length: - - "112" - Content-Type: - - application/json; charset=utf-8 - Date: - - Tue, 10 Dec 2024 13:24:59 GMT - X-Amzn-Query-Error: - - AWS.SimpleQueueService.NonExistentQueue;Sender - X-Amzn-Requestid: - - tx62765399-9ac6-4ba0-af66-3996a2a23526 - status: 404 Not Found - code: 404 - duration: 65.861417ms - - id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -4002,8 +875,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/e837a976-ec1b-47b6-83d4-a9f2e583f341 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/7ee84a4e-1276-4b19-9e57-0467c5fb3c72 method: DELETE response: proto: HTTP/2.0 @@ -4020,9 +893,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:04 GMT + - Tue, 02 Sep 2025 09:13:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4030,11 +903,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7fddf0a-75c1-4b14-974d-efc76990ff62 + - ac468001-89f0-4709-9de4-6fceb2ffaa89 status: 204 No Content code: 204 - duration: 164.562667ms - - id: 77 + duration: 139.141458ms + - id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -4049,8 +922,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: GET response: proto: HTTP/2.0 @@ -4060,7 +933,7 @@ interactions: trailer: {} content_length: 233 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}' + body: '{"created_at":"2025-09-02T09:13:34.051411Z","project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2025-09-02T09:13:34.051411Z"}' headers: Content-Length: - "233" @@ -4069,9 +942,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:04 GMT + - Tue, 02 Sep 2025 09:13:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4079,11 +952,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3770a0ac-d784-4c80-9573-5980baf89c0f + - c4e01ed3-3809-4f09-ae6a-5e2b404ed7cc status: 200 OK code: 200 - duration: 68.459792ms - - id: 78 + duration: 113.4475ms + - id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -4094,13 +967,13 @@ interactions: host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d"}' + body: '{"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs method: POST response: @@ -4111,7 +984,7 @@ interactions: trailer: {} content_length: 184 uncompressed: false - body: '{"created_at":null,"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' + body: '{"created_at":null,"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' headers: Content-Length: - "184" @@ -4120,9 +993,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:04 GMT + - Tue, 02 Sep 2025 09:13:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4130,11 +1003,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54055b59-9913-438a-8a1d-543c5b21bf40 + - 967310e2-5223-4e9b-be77-1f1d9ecd02e9 status: 200 OK code: 200 - duration: 205.79225ms - - id: 79 + duration: 288.033541ms + - id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -4149,8 +1022,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: GET response: proto: HTTP/2.0 @@ -4158,20 +1031,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 253 + content_length: 319 uncompressed: false - body: '{"created_at":"2024-12-10T13:19:53.545816Z","description":"","id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:53.545816Z"}' + body: '{"created_at":"2025-09-02T09:13:32.370406Z","description":"","id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","qualification":{"architecture_type":"unknown_architecture_type"},"updated_at":"2025-09-02T09:13:32.370406Z"}' headers: Content-Length: - - "253" + - "319" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:04 GMT + - Tue, 02 Sep 2025 09:13:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4179,11 +1052,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b71e5bd-a94e-4700-8c01-84206a723f45 + - bd946f64-0b70-4fa8-a9ed-53f6cf99fe52 status: 200 OK code: 200 - duration: 103.630792ms - - id: 80 + duration: 183.485458ms + - id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -4198,8 +1071,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: GET response: proto: HTTP/2.0 @@ -4209,7 +1082,7 @@ interactions: trailer: {} content_length: 184 uncompressed: false - body: '{"created_at":null,"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' + body: '{"created_at":null,"project_id":"9b61a0dc-3d68-4452-b04b-ff7f15231ecd","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}' headers: Content-Length: - "184" @@ -4218,9 +1091,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:04 GMT + - Tue, 02 Sep 2025 09:13:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4228,11 +1101,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68c09281-a13a-400c-a9a3-63ac0eb33714 + - 70f18972-93fa-4699-aeda-9cbd08c7fed9 status: 200 OK code: 200 - duration: 68.106416ms - - id: 81 + duration: 68.762334ms + - id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -4247,8 +1120,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/account/v3/projects/e4af8efa-a75f-46b1-8c24-291b98ca648d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/account/v3/projects/9b61a0dc-3d68-4452-b04b-ff7f15231ecd method: DELETE response: proto: HTTP/2.0 @@ -4265,9 +1138,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Dec 2024 13:25:06 GMT + - Tue, 02 Sep 2025 09:13:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge01) + - Scaleway API Gateway (fr-par-2;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4275,7 +1148,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b87bd9b0-5655-4237-9fa1-e48d4e06ff78 + - 0aa59167-3540-492c-82b9-aff8ea89b6a1 status: 204 No Content code: 204 - duration: 1.459337125s + duration: 1.583452125s diff --git a/templates/resources/mnq_sqs_queue.md.tmpl b/templates/resources/mnq_sqs_queue.md.tmpl index ba60fc8b1d..1be90661d5 100644 --- a/templates/resources/mnq_sqs_queue.md.tmpl +++ b/templates/resources/mnq_sqs_queue.md.tmpl @@ -36,6 +36,44 @@ resource "scaleway_mnq_sqs_queue" "main" { } ``` +### With Dead Letter Queue + +```terraform +resource "scaleway_mnq_sqs" "main" {} + +resource "scaleway_mnq_sqs_credentials" "main" { + project_id = scaleway_mnq_sqs.main.project_id + name = "sqs-credentials" + + permissions { + can_manage = true + can_receive = false + can_publish = false + } +} + +resource "scaleway_mnq_sqs_queue" "dead_letter" { + project_id = scaleway_mnq_sqs.main.project_id + name = "dead-letter-queue" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key +} + +resource "scaleway_mnq_sqs_queue" "main" { + project_id = scaleway_mnq_sqs.main.project_id + name = "my-queue" + sqs_endpoint = scaleway_mnq_sqs.main.endpoint + access_key = scaleway_mnq_sqs_credentials.main.access_key + secret_key = scaleway_mnq_sqs_credentials.main.secret_key + + dead_letter_queue { + id = scaleway_mnq_sqs_queue.dead_letter.id + max_receive_count = 3 + } +} +``` + ## Argument Reference The following arguments are supported: @@ -62,10 +100,20 @@ The following arguments are supported: - `message_max_size` - (Optional) The maximum size of a message. Should be in bytes. Must be between 1024 and 262_144. Defaults to 262_144. +- `dead_letter_queue` - (Optional) Configuration for the dead letter queue. See [Dead Letter Queue](#dead-letter-queue) below for details. + - `region` - (Defaults to [provider](../index.md#region) `region`). The [region](../guides/regions_and_zones.md#regions) in which SQS is enabled. - `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the Project in which SQS is enabled. +## Dead Letter Queue + +The `dead_letter_queue` block supports the following: + +- `id` - (Required) The ID of the dead letter queue. Can be either in the format `{region}/{project-id}/{queue-name}` or `arn:scw:sqs:{region}:project-{project-id}:{queue-name}`. + +- `max_receive_count` - (Required) The number of times a message is delivered to the source queue before being moved to the dead letter queue. Must be between 1 and 1000. + ## Attributes Reference