diff --git a/internal/services/tem/domain_validation.go b/internal/services/tem/domain_validation.go
index 19989db4f3..b25302927a 100644
--- a/internal/services/tem/domain_validation.go
+++ b/internal/services/tem/domain_validation.go
@@ -89,6 +89,16 @@ func ResourceDomainValidationCreate(ctx context.Context, d *schema.ResourceData,
return nil
})
+ domainCheck, _ := api.CheckDomain(&tem.CheckDomainRequest{
+ Region: region,
+ DomainID: domain.ID,
+ })
+ if domainCheck == nil || domainCheck.Status == "pending" || domainCheck.Status == "unchecked" || domainCheck.Status == "autoconfiguring" {
+ d.SetId("")
+
+ return diag.Errorf("domain validation did not complete in %d seconds", duration)
+ }
+
return ResourceDomainValidationRead(ctx, d, meta)
}
diff --git a/internal/services/tem/domain_validation_test.go b/internal/services/tem/domain_validation_test.go
index 8900daa6ff..9878c41272 100644
--- a/internal/services/tem/domain_validation_test.go
+++ b/internal/services/tem/domain_validation_test.go
@@ -2,6 +2,7 @@ package tem_test
import (
"fmt"
+ "regexp"
"testing"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
@@ -10,11 +11,11 @@ import (
const domainNameValidation = "scaleway-terraform.com"
-func TestAccDomainValidation_NoValidation(t *testing.T) {
+func TestAccDomainValidation_Validation(t *testing.T) {
tt := acctest.NewTestTools(t)
defer tt.Cleanup()
- subDomainName := "validation-no-validation"
+ subDomainName := "validation-validation"
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acctest.PreCheck(t) },
@@ -32,27 +33,28 @@ func TestAccDomainValidation_NoValidation(t *testing.T) {
resource scaleway_tem_domain cr01 {
name = scaleway_domain_zone.test.id
accept_tos = true
+ autoconfig = true
}
resource scaleway_tem_domain_validation valid {
domain_id = scaleway_tem_domain.cr01.id
region = scaleway_tem_domain.cr01.region
- timeout = 1
+ timeout = 3600
}
`, domainNameValidation, subDomainName),
Check: resource.ComposeTestCheckFunc(
- resource.TestCheckResourceAttr("scaleway_tem_domain_validation.valid", "validated", "false"),
+ resource.TestCheckResourceAttr("scaleway_tem_domain_validation.valid", "validated", "true"),
),
},
},
})
}
-func TestAccDomainValidation_Validation(t *testing.T) {
+func TestAccDomainValidation_TimeoutError(t *testing.T) {
tt := acctest.NewTestTools(t)
defer tt.Cleanup()
- subDomainName := "validation-validation"
+ subDomainName := "validation-timeout"
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acctest.PreCheck(t) },
@@ -62,26 +64,23 @@ func TestAccDomainValidation_Validation(t *testing.T) {
{
Config: fmt.Sprintf(`
- resource "scaleway_domain_zone" "test" {
- domain = "%s"
- subdomain = "%s"
- }
+ resource "scaleway_domain_zone" "test" {
+ domain = "%s"
+ subdomain = "%s"
+ }
- resource scaleway_tem_domain cr01 {
- name = scaleway_domain_zone.test.id
- accept_tos = true
- autoconfig = true
- }
+ resource scaleway_tem_domain cr01 {
+ name = scaleway_domain_zone.test.id
+ accept_tos = true
+ }
- resource scaleway_tem_domain_validation valid {
- domain_id = scaleway_tem_domain.cr01.id
- region = scaleway_tem_domain.cr01.region
- timeout = 3600
- }
- `, domainNameValidation, subDomainName),
- Check: resource.ComposeTestCheckFunc(
- resource.TestCheckResourceAttr("scaleway_tem_domain_validation.valid", "validated", "true"),
- ),
+ resource scaleway_tem_domain_validation valid {
+ domain_id = scaleway_tem_domain.cr01.id
+ region = scaleway_tem_domain.cr01.region
+ timeout = 1
+ }
+ `, domainNameValidation, subDomainName),
+ ExpectError: regexp.MustCompile("(?i)domain validation did not complete"),
},
},
})
diff --git a/internal/services/tem/testdata/domain-validation-timeout-error.cassette.yaml b/internal/services/tem/testdata/domain-validation-timeout-error.cassette.yaml
new file mode 100644
index 0000000000..ab936a6452
--- /dev/null
+++ b/internal/services/tem/testdata/domain-validation-timeout-error.cassette.yaml
@@ -0,0 +1,801 @@
+---
+version: 2
+interactions:
+ - id: 0
+ 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/domain/v2beta1/dns-zones?dns_zones=validation-timeout.scaleway-terraform.com&domain=&order_by=domain_asc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 32
+ uncompressed: false
+ body: '{"dns_zones":[],"total_count":0}'
+ headers:
+ Content-Length:
+ - "32"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:53:55 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 8a4fbdde-7b93-4e39-9511-1919b84e3958
+ status: 200 OK
+ code: 200
+ duration: 251.029209ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 120
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"domain":"scaleway-terraform.com","subdomain":"validation-timeout","project_id":"105bdce1-64c0-48ab-899d-868455867ecf"}'
+ 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/domain/v2beta1/dns-zones
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 327
+ uncompressed: false
+ body: '{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-timeout","updated_at":"2025-03-25T14:53:56Z"}'
+ headers:
+ Content-Length:
+ - "327"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:53:56 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - f44ef1bf-6a81-44e5-a64f-8ffc7cd3ffe9
+ status: 200 OK
+ code: 200
+ duration: 327.36275ms
+ - id: 2
+ 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/domain/v2beta1/dns-zones?dns_zones=validation-timeout.scaleway-terraform.com&domain=&order_by=domain_asc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 359
+ uncompressed: false
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-timeout","updated_at":"2025-03-25T14:53:56Z"}],"total_count":1}'
+ headers:
+ Content-Length:
+ - "359"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:53:56 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - c2201294-d351-4403-bf07-b7dcc12ead2e
+ status: 200 OK
+ code: 200
+ duration: 143.839417ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 148
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","domain_name":"validation-timeout.scaleway-terraform.com","accept_tos":true,"autoconfig":false}'
+ 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/transactional-email/v1alpha1/regions/fr-par/domains
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1173
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T14:53:56.909383641Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1173"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:53:56 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - de0c57f3-8d91-4174-a897-296d47eeb46d
+ status: 200 OK
+ code: 200
+ duration: 682.845917ms
+ - id: 4
+ 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/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1173
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T14:53:59.873909285Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1173"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:53:59 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - d0bbcbb7-964b-4415-8b9e-e1ac5a741e8d
+ status: 200 OK
+ code: 200
+ duration: 2.947951083s
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1173
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T14:54:03.164089649Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1173"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:03 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 9d55b7a4-45b2-4789-b6ff-2fcb0e55f78c
+ status: 200 OK
+ code: 200
+ duration: 3.559259042s
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 2
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a/check
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1078
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":"2025-03-25T14:54:03.627547496Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1078"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:03 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 6c279519-37fe-4aef-9b89-6193cf6598fd
+ status: 200 OK
+ code: 200
+ duration: 44.36975ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 2
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a/check
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1078
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":"2025-03-25T14:54:04.171463971Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1078"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - b9b49d1c-f505-426e-b5f4-b7b4a9fa6611
+ status: 200 OK
+ code: 200
+ duration: 45.700042ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 2
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a/check
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1078
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":"2025-03-25T14:54:04.687079997Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1078"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - d3b361e6-6a3b-4dd4-ac3b-cc4faa1da0bc
+ status: 200 OK
+ code: 200
+ duration: 217.791042ms
+ - id: 9
+ 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/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1198
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":"2025-03-25T14:54:04.687079Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-timeout","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T14:54:07.731768007Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ headers:
+ Content-Length:
+ - "1198"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:07 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 5ac0f836-c233-4223-ab9d-c3e5cd97548e
+ status: 200 OK
+ code: 200
+ duration: 2.468479917s
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 2
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a/revoke
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 978
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2025-03-25T14:54:07.892173076Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ headers:
+ Content-Length:
+ - "978"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:07 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - d39f15bb-806e-4292-9963-4191997ab6a3
+ status: 200 OK
+ code: 200
+ duration: 206.924625ms
+ - id: 11
+ 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/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1127
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T14:54:10.568899540Z","status":"excellent"},"revoked_at":"2025-03-25T14:54:07.892173Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ headers:
+ Content-Length:
+ - "1127"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:10 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 91d47cd2-8d3d-412a-8043-cff7ed1015ab
+ status: 200 OK
+ code: 200
+ duration: 2.63990525s
+ - id: 12
+ 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/domain/v2beta1/dns-zones?dns_zone=validation-timeout.scaleway-terraform.com&domain=&order_by=domain_asc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 359
+ uncompressed: false
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-timeout","updated_at":"2025-03-25T14:54:03Z"}],"total_count":1}'
+ headers:
+ Content-Length:
+ - "359"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:10 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 382c80e7-31bd-44fc-9019-c16b809e88c4
+ status: 200 OK
+ code: 200
+ duration: 86.23425ms
+ - 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/domain/v2beta1/dns-zones/validation-timeout.scaleway-terraform.com?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 2
+ uncompressed: false
+ body: '{}'
+ headers:
+ Content-Length:
+ - "2"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:10 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 3b85a4e4-1ff0-4059-bb44-d6072b31a108
+ status: 200 OK
+ code: 200
+ duration: 218.021292ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 2
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a/revoke
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 975
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2025-03-25T14:54:07.892173Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ headers:
+ Content-Length:
+ - "975"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:11 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 2b98acf8-ac76-42b9-861c-90c60b479411
+ status: 200 OK
+ code: 200
+ duration: 118.749708ms
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/babee695-4200-44d7-82f4-bccb1e56333a
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1127
+ uncompressed: false
+ body: '{"autoconfig":false,"created_at":"2025-03-25T14:53:56.854005Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Y5S6GW/Qcmp57U/CWpLDLoZ8UDGUcwh1U6snm3Su2+iatdrY7DYKEg71rZiaRpPCoFP/3ZSHqCED1ko5Ms0ipW52kHaP2cis5rihMET8UahK3K6lURTnLuTZYBfkEc1NJ1sGRBWAZf48rJ/jV8U1o8Y6njWnIPJoJ3IjX/mGsu4Bj4zZD5r15CAt8YAmn3pOE9I/TL+upVbrM+Lk+vnvdB8WIaAmcslwHvRy4KFT5N/2KuMGwBQyis1ilXQlMHqCfC7y/6Y3jlmrK3yrQatt0G6q3NrENd2t6i23TIJfzA+qCVNW+qCT1mh79HbtAnxkHhItMle5O+g4qL6xllazQIDAQAB","id":"babee695-4200-44d7-82f4-bccb1e56333a","last_error":null,"last_valid_at":null,"name":"validation-timeout.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T14:54:14.811604775Z","status":"excellent"},"revoked_at":"2025-03-25T14:54:07.892173Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ headers:
+ Content-Length:
+ - "1127"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 14:54:14 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - aeec0e2d-4455-4886-9e01-03c27e0018e1
+ status: 200 OK
+ code: 200
+ duration: 3.777278875s
diff --git a/internal/services/tem/testdata/domain-validation-validation.cassette.yaml b/internal/services/tem/testdata/domain-validation-validation.cassette.yaml
index 63bdec28cd..e5ddd678dd 100644
--- a/internal/services/tem/testdata/domain-validation-validation.cassette.yaml
+++ b/internal/services/tem/testdata/domain-validation-validation.cassette.yaml
@@ -16,7 +16,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones?dns_zones=validation-validation.scaleway-terraform.com&domain=&order_by=domain_asc
method: GET
response:
@@ -25,20 +25,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 33
+ content_length: 32
uncompressed: false
body: '{"dns_zones":[],"total_count":0}'
headers:
Content-Length:
- - "33"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:49:59 GMT
+ - Tue, 25 Mar 2025 15:09:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -46,10 +46,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 29759285-d20a-4156-98e6-1158c17cf6e5
+ - 2de2e2c0-290e-44aa-bf1e-b5c7a292841f
status: 200 OK
code: 200
- duration: 132.210081ms
+ duration: 1.005955917s
- id: 1
request:
proto: HTTP/1.1
@@ -67,7 +67,7 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones
method: POST
response:
@@ -76,20 +76,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 341
+ content_length: 330
uncompressed: false
- body: '{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2024-09-26T03:49:59Z"}'
+ body: '{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2025-03-25T15:09:32Z"}'
headers:
Content-Length:
- - "341"
+ - "330"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:00 GMT
+ - Tue, 25 Mar 2025 15:09:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -97,10 +97,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a21c3d96-ca0a-4257-a6f0-28cba148ef71
+ - b899cda0-ac68-4889-a3f1-1411d752c1a2
status: 200 OK
code: 200
- duration: 862.476629ms
+ duration: 486.5595ms
- id: 2
request:
proto: HTTP/1.1
@@ -116,7 +116,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones?dns_zones=validation-validation.scaleway-terraform.com&domain=&order_by=domain_asc
method: GET
response:
@@ -125,20 +125,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 374
+ content_length: 362
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2024-09-26T03:49:59Z"}],"total_count":1}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2025-03-25T15:09:32Z"}],"total_count":1}'
headers:
Content-Length:
- - "374"
+ - "362"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:00 GMT
+ - Tue, 25 Mar 2025 15:09:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -146,10 +146,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2bb16346-6f99-40dd-b23d-3cccc5cf65c5
+ - d442049f-68c9-4ad3-99e3-744a74e459af
status: 200 OK
code: 200
- duration: 73.113441ms
+ duration: 104.916334ms
- id: 3
request:
proto: HTTP/1.1
@@ -167,7 +167,7 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/transactional-email/v1alpha1/regions/fr-par/domains
method: POST
response:
@@ -176,20 +176,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1233
+ content_length: 1209
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:01.759833Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:50:01.787853932Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:36.154380Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:09:36.256854623Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1233"
+ - "1209"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:01 GMT
+ - Tue, 25 Mar 2025 15:09:36 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -197,10 +197,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c20476c8-5716-4587-bb84-7f3c81ef3e00
+ - b2031aea-4085-49d5-b58f-540eb69c96eb
status: 200 OK
code: 200
- duration: 1.126103368s
+ duration: 3.67305975s
- id: 4
request:
proto: HTTP/1.1
@@ -216,8 +216,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -225,20 +225,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1233
+ content_length: 1209
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:01.759833Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:50:01.907439926Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:36.154380Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:09:36.879588008Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1233"
+ - "1209"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:01 GMT
+ - Tue, 25 Mar 2025 15:09:36 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -246,10 +246,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b94ceac6-a8a5-449e-88cb-3f800033c460
+ - 7488c14f-85c9-4033-afa7-d411ec924840
status: 200 OK
code: 200
- duration: 62.180859ms
+ duration: 611.580333ms
- id: 5
request:
proto: HTTP/1.1
@@ -265,8 +265,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -274,20 +274,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1233
+ content_length: 1209
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:01.759833Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:50:01.993508291Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:36.154380Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:09:37.507840059Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1233"
+ - "1209"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:02 GMT
+ - Tue, 25 Mar 2025 15:09:37 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -295,10 +295,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - afdc7a94-feab-483c-bde6-a8cd17ca34ef
+ - c8c393e3-9bd1-4ce5-b447-59a55de22ec8
status: 200 OK
code: 200
- duration: 67.75571ms
+ duration: 599.216667ms
- id: 6
request:
proto: HTTP/1.1
@@ -316,8 +316,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -325,20 +325,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1107
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:01.759833Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:37.638788069Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1107"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:02 GMT
+ - Tue, 25 Mar 2025 15:09:37 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -346,10 +346,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 95ec11f8-126c-492f-a511-cdff980f2ba8
+ - 475422e6-14e2-4a41-8b2a-aafc76f14346
status: 200 OK
code: 200
- duration: 29.497933ms
+ duration: 141.32175ms
- id: 7
request:
proto: HTTP/1.1
@@ -367,8 +367,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -376,20 +376,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1107
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:01.759833Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:38.346764890Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1107"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:02 GMT
+ - Tue, 25 Mar 2025 15:09:38 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -397,10 +397,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6f2279f9-7c6f-4811-a2f0-6a64ef295081
+ - 3fc59f63-c554-4c73-b7b1-db468d905a74
status: 200 OK
code: 200
- duration: 30.041888ms
+ duration: 709.783083ms
- id: 8
request:
proto: HTTP/1.1
@@ -418,8 +418,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -427,20 +427,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:03.670874340Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:40.054999722Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:03 GMT
+ - Tue, 25 Mar 2025 15:09:40 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -448,10 +448,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e26f83d5-0a57-47fa-9e77-147afdb241db
+ - 2fbfb215-fb6f-4f49-b466-e10b9622a504
status: 200 OK
code: 200
- duration: 83.837888ms
+ duration: 106.020459ms
- id: 9
request:
proto: HTTP/1.1
@@ -469,8 +469,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -478,20 +478,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1087
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:05.768919825Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:40.054999Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1087"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:05 GMT
+ - Tue, 25 Mar 2025 15:09:42 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -499,10 +499,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a8974a8f-8c31-4bcd-a060-dbb0d013c386
+ - d9553bed-63cd-4735-a5c7-a68e12e45016
status: 200 OK
code: 200
- duration: 95.189244ms
+ duration: 85.730709ms
- id: 10
request:
proto: HTTP/1.1
@@ -520,8 +520,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -529,20 +529,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:09.844550882Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:46.235873066Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:09 GMT
+ - Tue, 25 Mar 2025 15:09:46 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -550,10 +550,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e071de4e-f5bf-417a-b88b-2fe7d7579098
+ - 2c29f77a-6d2e-4bf9-b441-a0999a6b9201
status: 200 OK
code: 200
- duration: 81.614233ms
+ duration: 99.241542ms
- id: 11
request:
proto: HTTP/1.1
@@ -571,8 +571,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -580,20 +580,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1087
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:17.937004682Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:09:46.235873Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1087"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:17 GMT
+ - Tue, 25 Mar 2025 15:09:54 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -601,10 +601,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d87b7c59-215c-4b48-8143-0169d911caa1
+ - a2e3a18a-030a-4f37-957e-4ff22d898724
status: 200 OK
code: 200
- duration: 85.978858ms
+ duration: 89.043084ms
- id: 12
request:
proto: HTTP/1.1
@@ -622,8 +622,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -631,20 +631,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:28.028308755Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:10:04.451760276Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:28 GMT
+ - Tue, 25 Mar 2025 15:10:04 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -652,10 +652,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c2367b93-bb07-4572-8d34-51ef0a6e6f40
+ - ca807ecc-3e0b-42b5-aef0-3bfa1f67f8b1
status: 200 OK
code: 200
- duration: 99.387605ms
+ duration: 136.050292ms
- id: 13
request:
proto: HTTP/1.1
@@ -673,8 +673,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -682,20 +682,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:38.132675594Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:10:14.573969523Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:38 GMT
+ - Tue, 25 Mar 2025 15:10:14 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -703,10 +703,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a17db22f-361e-4766-abaf-e3242307f311
+ - 2ef1f415-b0a2-4169-9b97-9e214da973fd
status: 200 OK
code: 200
- duration: 104.584517ms
+ duration: 107.583666ms
- id: 14
request:
proto: HTTP/1.1
@@ -724,8 +724,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -733,20 +733,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1087
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:48.228501956Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:10:14.573969Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1087"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:48 GMT
+ - Tue, 25 Mar 2025 15:10:24 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -754,10 +754,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7ec8c841-e38e-4930-aad4-8166c1f34a53
+ - a7b9860c-5ef9-4923-8a6d-653bbed39ac7
status: 200 OK
code: 200
- duration: 82.233182ms
+ duration: 76.333417ms
- id: 15
request:
proto: HTTP/1.1
@@ -775,8 +775,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -784,20 +784,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1110
+ content_length: 1090
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:50:58.315053963Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":null,"name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:10:34.783369078Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1110"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:50:58 GMT
+ - Tue, 25 Mar 2025 15:10:34 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -805,10 +805,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7fd0fbf5-e51a-4cf2-80b4-1a726f57be61
+ - b2663d07-1abb-470d-9257-4c1247d6af34
status: 200 OK
code: 200
- duration: 86.199539ms
+ duration: 145.93375ms
- id: 16
request:
proto: HTTP/1.1
@@ -826,8 +826,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
method: POST
response:
proto: HTTP/2.0
@@ -835,20 +835,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1124
+ content_length: 1104
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:52:01.865605Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:11:41.901982Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "1124"
+ - "1104"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:08 GMT
+ - Tue, 25 Mar 2025 15:10:45 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -856,48 +856,50 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - de4c4130-9bfa-49db-8a44-485b10a1329a
+ - 102af2e8-99ae-402e-a70d-ea04665c6aad
status: 200 OK
code: 200
- duration: 73.879905ms
+ duration: 199.75725ms
- id: 17
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 0
+ content_length: 2
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: ""
+ body: '{}'
form: {}
headers:
+ Content-Type:
+ - application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
- 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/check
+ method: POST
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1250
+ content_length: 1104
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:52:01.865605Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:51:08.618910130Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:11:41.901982Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "1250"
+ - "1104"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:08 GMT
+ - Tue, 25 Mar 2025 15:10:45 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -905,10 +907,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e3c035de-264a-490e-8c20-16e4db33e9ee
+ - 2f3f7b97-25c0-4a73-adda-b57c42412faa
status: 200 OK
code: 200
- duration: 245.500381ms
+ duration: 164.363083ms
- id: 18
request:
proto: HTTP/1.1
@@ -924,8 +926,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=validation-validation.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -933,20 +935,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 374
+ content_length: 1226
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2024-09-26T03:51:01Z"}],"total_count":1}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:11:41.901982Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:10:47.574063468Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "374"
+ - "1226"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:09 GMT
+ - Tue, 25 Mar 2025 15:10:47 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -954,10 +956,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 24b9313b-6507-4b02-bd8d-56212f4d7205
+ - 4eb9f196-ff23-4b68-b1d4-5a94b4ddc3d7
status: 200 OK
code: 200
- duration: 82.50023ms
+ duration: 2.45694475s
- id: 19
request:
proto: HTTP/1.1
@@ -973,8 +975,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/domain/v2beta1/dns-zones?dns_zones=validation-validation.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -982,20 +984,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1250
+ content_length: 362
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:52:01.865605Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:51:09.477453370Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2025-03-25T15:10:32Z"}],"total_count":1}'
headers:
Content-Length:
- - "1250"
+ - "362"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:09 GMT
+ - Tue, 25 Mar 2025 15:10:48 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1003,10 +1005,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7d15f423-aa75-4225-b896-6faa3284e693
+ - a88e87db-8ed0-4c00-9afe-0b1369b6829a
status: 200 OK
code: 200
- duration: 346.457971ms
+ duration: 91.230167ms
- id: 20
request:
proto: HTTP/1.1
@@ -1022,8 +1024,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -1031,20 +1033,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1250
+ content_length: 1226
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:52:01.865605Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:51:09.631644011Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:11:41.901982Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:10:51.823255632Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "1250"
+ - "1226"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:09 GMT
+ - Tue, 25 Mar 2025 15:10:51 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1052,10 +1054,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3b7f750f-977d-4d2f-892d-419bc6ea1c2c
+ - 75a784fc-a93f-465b-a718-eb0a5ea6aee2
status: 200 OK
code: 200
- duration: 87.883039ms
+ duration: 3.265593167s
- id: 21
request:
proto: HTTP/1.1
@@ -1071,8 +1073,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -1080,20 +1082,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1250
+ content_length: 1226
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2024-09-26T03:52:01.865605Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:51:10.434003515Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:11:41.901982Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:10:54.007420407Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "1250"
+ - "1226"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:10 GMT
+ - Tue, 25 Mar 2025 15:10:54 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1101,11 +1103,60 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5a1f2c67-ea6e-4d88-8728-77ed98e9f8b2
+ - f337aedc-ff1a-441e-bc3c-60004005fb09
status: 200 OK
code: 200
- duration: 259.591658ms
+ duration: 2.204374875s
- id: 22
+ 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1226
+ uncompressed: false
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":"2025-03-25T15:11:41.901982Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.validation-validation","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:10:57.375748044Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ headers:
+ Content-Length:
+ - "1226"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 15:10:57 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:
+ - ebfbb581-58ad-4368-82d9-0bdfc663efbb
+ status: 200 OK
+ code: 200
+ duration: 2.365475958s
+ - id: 23
request:
proto: HTTP/1.1
proto_major: 1
@@ -1122,8 +1173,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/revoke
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/revoke
method: POST
response:
proto: HTTP/2.0
@@ -1131,20 +1182,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1025
+ content_length: 1006
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2024-09-26T03:51:11.418929644Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2025-03-25T15:10:57.622538436Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
headers:
Content-Length:
- - "1025"
+ - "1006"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:11 GMT
+ - Tue, 25 Mar 2025 15:10:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1152,11 +1203,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fcfab2dc-e046-4f97-aae0-038686933dba
+ - b99136e1-b2c7-48ae-981d-86e886815885
status: 200 OK
code: 200
- duration: 968.363005ms
- - id: 23
+ duration: 154.8535ms
+ - id: 24
request:
proto: HTTP/1.1
proto_major: 1
@@ -1171,8 +1222,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -1180,20 +1231,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1177
+ content_length: 1154
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:51:11.474099904Z","status":"excellent"},"revoked_at":"2024-09-26T03:51:11.418929Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:11:00.602372373Z","status":"excellent"},"revoked_at":"2025-03-25T15:10:57.622538Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
headers:
Content-Length:
- - "1177"
+ - "1154"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:11 GMT
+ - Tue, 25 Mar 2025 15:11:00 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1201,11 +1252,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 56f5ef55-15e7-4ab9-8e41-8886c5b495fd
+ - 83d1aa5d-1d5b-4139-8fd2-9e70f4c28cd7
status: 200 OK
code: 200
- duration: 73.795946ms
- - id: 24
+ duration: 3.012639959s
+ - id: 25
request:
proto: HTTP/1.1
proto_major: 1
@@ -1220,7 +1271,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones?dns_zone=validation-validation.scaleway-terraform.com&domain=&order_by=domain_asc
method: GET
response:
@@ -1229,20 +1280,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 374
+ content_length: 362
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2024-09-26T03:51:01Z"}],"total_count":1}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"validation-validation","updated_at":"2025-03-25T15:10:32Z"}],"total_count":1}'
headers:
Content-Length:
- - "374"
+ - "362"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:11 GMT
+ - Tue, 25 Mar 2025 15:11:00 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1250,11 +1301,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d3f2660f-bc78-4482-b9d5-45f4f30a7a2e
+ - d1aded3d-e6c6-4bf3-9a60-d99c7d62a6d5
status: 200 OK
code: 200
- duration: 93.151321ms
- - id: 25
+ duration: 115.64175ms
+ - id: 26
request:
proto: HTTP/1.1
proto_major: 1
@@ -1269,7 +1320,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones/validation-validation.scaleway-terraform.com?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: DELETE
response:
@@ -1289,9 +1340,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:11 GMT
+ - Tue, 25 Mar 2025 15:11:00 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1299,11 +1350,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 95f32f0d-5d5f-40e5-aad5-5e65aed4bad9
+ - b73bf451-7c5b-432e-98c4-171db6d8ea41
status: 200 OK
code: 200
- duration: 406.787123ms
- - id: 26
+ duration: 156.171875ms
+ - id: 27
request:
proto: HTTP/1.1
proto_major: 1
@@ -1320,8 +1371,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d/revoke
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb/revoke
method: POST
response:
proto: HTTP/2.0
@@ -1329,20 +1380,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1022
+ content_length: 1003
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2024-09-26T03:51:11.418929Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2025-03-25T15:10:57.622538Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
headers:
Content-Length:
- - "1022"
+ - "1003"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:12 GMT
+ - Tue, 25 Mar 2025 15:11:01 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1350,11 +1401,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1b22d24a-5204-42f3-9cfc-b0ef217069d1
+ - 50786bac-5f1d-49f6-a743-8acbd1a68c9f
status: 200 OK
code: 200
- duration: 76.054636ms
- - id: 27
+ duration: 113.693292ms
+ - id: 28
request:
proto: HTTP/1.1
proto_major: 1
@@ -1369,8 +1420,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/19716e01-17b6-456b-adbe-1f5d7c70dd6d
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/935276fb-514c-4b96-a7c6-0a1c48dc54bb
method: GET
response:
proto: HTTP/2.0
@@ -1378,20 +1429,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1177
+ content_length: 1154
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-26T03:50:01.768048Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsHreuCAyWUnXaJ+4gXtgeESafRepWaBOqldBiLplkdAB8mtjOHeLyHZij0JiifGC4gVNMt3Hzf2wmrhZ6sk6IbD5+1P4LV7HpHlsBIlDJb9iu9O6PFrD7hj3O8BoWOHVoI6TtlecI98VYMxcryZlbsGqNQWAIsB9RhfXlKfKpHKyPg7mDn0hGUK2kIYAS5e3j6S0ZbH3yZYzsrfH9IAWZn3rAbIDjrqdqioIWl5JzzY15G0ICsyAevMgro1cPjvSDz1ZpcovGfr5PIvK6t77DnYXlySHydaBKaSF4meTtoU7pwCXEzs4jKNI1EpyYQ5IoryzX44NbzQoJ2mlh7SyMQIDAQAB","id":"19716e01-17b6-456b-adbe-1f5d7c70dd6d","last_error":null,"last_valid_at":"2024-09-26T03:51:01.865605Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-26T03:51:12.190931759Z","status":"excellent"},"revoked_at":"2024-09-26T03:51:11.418929Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:09:36.185391Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTDkmkosIyP8avKmb8sjXT9S+Mf9KAgy2n3wuoGqNIIbOiIXX7R1GMe5tyY8KzTd+djDnngDtmtirJRiNFVjToc5Dg+BBUUWraGvvsRjwKFZmIIhclIqr6QVHIf0/jL550U7gtspMaz9UgKZhTriskwZqIQNhvWdTC8re9H63zZDsXWeYy/k4MY7pQi0BvVNCghUyuxK5tSukllplA8gMv2P39ND3fKsh7ePRaIYKiReIWENrdLu2G9cqhRyqQUeBO35D/YlenJpXi2ZxQoEM8aowhy5yrW2km4kxS5MqbPh+9TurwBMELfz9n51Q2yoQ/kGivtfljLPosUK+I3zwQIDAQAB","id":"935276fb-514c-4b96-a7c6-0a1c48dc54bb","last_error":null,"last_valid_at":"2025-03-25T15:10:41.901982Z","name":"validation-validation.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:11:03.542948490Z","status":"excellent"},"revoked_at":"2025-03-25T15:10:57.622538Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
headers:
Content-Length:
- - "1177"
+ - "1154"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 26 Sep 2024 03:51:12 GMT
+ - Tue, 25 Mar 2025 15:11:03 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1399,7 +1450,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b94a47c3-f99f-4573-9568-0676efe8c7da
+ - b1ad1812-27cf-4f20-a431-2acec861054e
status: 200 OK
code: 200
- duration: 27.976618ms
+ duration: 2.556831833s
diff --git a/internal/services/tem/testdata/webhook-basic-and-update.cassette.yaml b/internal/services/tem/testdata/webhook-basic-and-update.cassette.yaml
index 5cb3333b47..906bd4edc4 100644
--- a/internal/services/tem/testdata/webhook-basic-and-update.cassette.yaml
+++ b/internal/services/tem/testdata/webhook-basic-and-update.cassette.yaml
@@ -16,7 +16,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -25,20 +25,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 253
uncompressed: false
body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "259"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:27 GMT
+ - Tue, 25 Mar 2025 15:23:52 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -46,10 +46,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4698a440-8405-4c7d-a7e7-4c0f93dc97e2
+ - c4656833-d55f-4e4b-bf43-868dc79ed479
status: 200 OK
code: 200
- duration: 853.491711ms
+ duration: 1.905598083s
- id: 1
request:
proto: HTTP/1.1
@@ -65,7 +65,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -74,20 +74,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 222
uncompressed: false
body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "227"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:27 GMT
+ - Tue, 25 Mar 2025 15:23:52 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -95,10 +95,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 00247af1-f0da-4ee7-95de-621c37e741cf
+ - 7eae02e0-0914-4a56-91d9-7b922e4d4c16
status: 200 OK
code: 200
- duration: 120.840485ms
+ duration: 159.197ms
- id: 2
request:
proto: HTTP/1.1
@@ -114,7 +114,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -123,20 +123,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:27 GMT
+ - Tue, 25 Mar 2025 15:23:52 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -144,10 +144,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f7d8d228-1b49-4f6b-96b8-a3e8fb03ba61
+ - 80dac22c-5d56-42e6-bed6-b32bf32ffe40
status: 200 OK
code: 200
- duration: 63.825981ms
+ duration: 113.035458ms
- id: 3
request:
proto: HTTP/1.1
@@ -163,7 +163,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -172,20 +172,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:28 GMT
+ - Tue, 25 Mar 2025 15:23:52 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -193,10 +193,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 40806753-676b-42bd-b888-6b23dde75fe0
+ - fb9c80d3-04ef-4e11-a027-a37a69f904a1
status: 200 OK
code: 200
- duration: 64.834701ms
+ duration: 104.6115ms
- id: 4
request:
proto: HTTP/1.1
@@ -212,7 +212,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -221,20 +221,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 253
uncompressed: false
body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "259"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:54 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -242,10 +242,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a3a52ea1-7091-4e64-a799-ee0b31dbf89f
+ - 1fc54c83-246c-4a29-93f3-9ca863b3c05f
status: 200 OK
code: 200
- duration: 1.148492169s
+ duration: 899.697416ms
- id: 5
request:
proto: HTTP/1.1
@@ -261,7 +261,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -270,20 +270,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 222
uncompressed: false
body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "227"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:54 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -291,10 +291,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1614fa05-d084-411d-9e15-79c52fe9f0cd
+ - 0c857325-cc69-4c43-b12b-d8b5ad39f51f
status: 200 OK
code: 200
- duration: 87.964412ms
+ duration: 138.135833ms
- id: 6
request:
proto: HTTP/1.1
@@ -310,7 +310,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -319,20 +319,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:54 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -340,10 +340,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5e130cab-d89d-4dde-b4bd-a5c4f30227e3
+ - 8f6fea31-2217-43ad-a2eb-ed311c64fdab
status: 200 OK
code: 200
- duration: 53.760025ms
+ duration: 81.498459ms
- id: 7
request:
proto: HTTP/1.1
@@ -359,7 +359,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -368,20 +368,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:54 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -389,10 +389,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 8ac4a00d-f3a5-42f9-ac3b-91cb35b7376e
+ - b41c0cd6-e077-4112-adea-49c1af7aeb86
status: 200 OK
code: 200
- duration: 47.806571ms
+ duration: 94.663041ms
- id: 8
request:
proto: HTTP/1.1
@@ -408,7 +408,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc
method: GET
response:
@@ -417,20 +417,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 33
+ content_length: 32
uncompressed: false
body: '{"dns_zones":[],"total_count":0}'
headers:
Content-Length:
- - "33"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:55 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -438,10 +438,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 01af46f4-da61-4489-8cfb-b47ddc40deaa
+ - cda32ac6-811b-4fdc-bc81-2c8ddff2ac30
status: 200 OK
code: 200
- duration: 66.511521ms
+ duration: 102.483125ms
- id: 9
request:
proto: HTTP/1.1
@@ -453,13 +453,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"tf-sns-credentials-cocky-montalcini","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
+ body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"tf-sns-credentials-vigorous-mclaren","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.0; darwin; 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/sns-credentials
method: POST
response:
@@ -468,20 +468,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 486
+ content_length: 503
uncompressed: false
- body: '{"access_key":"yTiLRrmdRRopBRIMuS6L","created_at":"2024-09-20T13:21:29.899356161Z","id":"5730e7b2-6b33-4be8-ab11-f1e87b50b894","name":"tf-sns-credentials-cocky-montalcini","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"b9423a15da8798f4a070c321f50cfc408c3adf00","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ body: '{"access_key":"AIltJDNOCBfo2Qms9EZA","created_at":"2025-03-25T15:23:55.255005605Z","id":"8e5f390f-0e96-43a2-a150-9eff4c526f6f","name":"tf-sns-credentials-vigorous-mclaren","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"c3c3d27410e1f768f66abed4af11701036b41f4e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-03-25T15:23:55.255005605Z"}'
headers:
Content-Length:
- - "486"
+ - "503"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:55 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -489,10 +489,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6a66640f-ba08-4f54-984c-5aac15bb7aaf
+ - bba42a82-c8d3-49dd-8d89-0912f0583f71
status: 200 OK
code: 200
- duration: 81.814882ms
+ duration: 133.445875ms
- id: 10
request:
proto: HTTP/1.1
@@ -508,8 +508,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/5730e7b2-6b33-4be8-ab11-f1e87b50b894
+ - 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/sns-credentials/8e5f390f-0e96-43a2-a150-9eff4c526f6f
method: GET
response:
proto: HTTP/2.0
@@ -517,20 +517,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 419
+ content_length: 433
uncompressed: false
- body: '{"access_key":"yTiLRrmdRRopBRIMuS6L","created_at":"2024-09-20T13:21:29.899356Z","id":"5730e7b2-6b33-4be8-ab11-f1e87b50b894","name":"tf-sns-credentials-cocky-montalcini","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"b9423a15da8798f4a070c321f50cfc408c3adf00","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ body: '{"access_key":"AIltJDNOCBfo2Qms9EZA","created_at":"2025-03-25T15:23:55.255005Z","id":"8e5f390f-0e96-43a2-a150-9eff4c526f6f","name":"tf-sns-credentials-vigorous-mclaren","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"c3c3d27410e1f768f66abed4af11701036b41f4e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-03-25T15:23:55.255005Z"}'
headers:
Content-Length:
- - "419"
+ - "433"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:29 GMT
+ - Tue, 25 Mar 2025 15:23:55 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -538,10 +538,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 201c7d4a-18e6-46e6-b796-59ed01be656c
+ - 93a49995-76eb-473f-aaca-ac47ef490646
status: 200 OK
code: 200
- duration: 71.479574ms
+ duration: 86.367667ms
- id: 11
request:
proto: HTTP/1.1
@@ -557,7 +557,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -566,20 +566,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:30 GMT
+ - Tue, 25 Mar 2025 15:23:55 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -587,40 +587,140 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4a8dc2bd-6bbb-4763-a2c8-2028d4a7ed81
+ - 8ee148f1-8ae4-4450-8e24-8f9660683954
status: 200 OK
code: 200
- duration: 73.677351ms
+ duration: 89.5655ms
- id: 12
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 79
+ content_length: 114
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"domain":"scaleway-terraform.com","subdomain":"webhook-test","project_id":"105bdce1-64c0-48ab-899d-868455867ecf"}'
+ 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/domain/v2beta1/dns-zones
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 321
+ uncompressed: false
+ body: '{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2025-03-25T15:23:55Z"}'
+ headers:
+ Content-Length:
+ - "321"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 15:23:55 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:
+ - 1b55cf51-0bcf-4268-9e26-e0859357fff6
+ status: 200 OK
+ code: 200
+ duration: 342.755041ms
+ - 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/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 353
+ uncompressed: false
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2025-03-25T15:23:55Z"}],"total_count":1}'
+ headers:
+ Content-Length:
+ - "353"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 15:23:55 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:
+ - 9cc4e4d3-038a-492f-8fa0-26bd05f3d2fd
+ status: 200 OK
+ code: 200
+ duration: 79.077042ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 67
transfer_encoding: []
trailer: {}
host: sns.mnq.fr-par.scaleway.com
remote_addr: ""
request_uri: ""
- body: Action=CreateTopic&Attributes=&Name=test-mnq-sns-topic-basic&Version=2010-03-31
+ body: Action=CreateTopic&Name=test-mnq-sns-topic-basic&Version=2010-03-31
form:
Action:
- CreateTopic
- Attributes:
- - ""
Name:
- test-mnq-sns-topic-basic
Version:
- "2010-03-31"
headers:
- Content-Length:
- - "79"
+ Amz-Sdk-Invocation-Id:
+ - 419bd811-d332-4fc6-ba0c-feab1dddf4b6
+ Amz-Sdk-Request:
+ - attempt=1; max=3
Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
+ - application/x-www-form-urlencoded
User-Agent:
- - aws-sdk-go/1.55.5 (go1.23.0; darwin; amd64)
+ - aws-sdk-go-v2/1.36.3 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.17 m/E
X-Amz-Date:
- - 20240920T132130Z
+ - 20250325T152355Z
url: https://sns.mnq.fr-par.scaleway.com/
method: POST
response:
@@ -629,28 +729,28 @@ interactions:
proto_minor: 1
transfer_encoding: []
trailer: {}
- content_length: 378
+ content_length: 377
uncompressed: false
- body: |
+ body: |-
arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic
- tx36e0f2a9-0f8f-46f7-af4f-0a2d45d518b3
+ tx38ea446e-eb1d-4959-b264-2060f168cd67
headers:
Content-Length:
- - "378"
+ - "377"
Content-Type:
- - text/xml; charset=UTF-8
+ - text/xml; charset=utf-8
Date:
- - Fri, 20 Sep 2024 13:21:30 GMT
+ - Tue, 25 Mar 2025 15:23:55 GMT
status: 200 OK
code: 200
- duration: 298.643648ms
- - id: 13
+ duration: 299.199375ms
+ - id: 15
request:
proto: HTTP/1.1
proto_major: 1
@@ -670,14 +770,16 @@ interactions:
Version:
- "2010-03-31"
headers:
- Content-Length:
- - "152"
+ Amz-Sdk-Invocation-Id:
+ - e70557f2-30c1-4206-b70b-e3197aec4b04
+ Amz-Sdk-Request:
+ - attempt=1; max=3
Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
+ - application/x-www-form-urlencoded
User-Agent:
- - aws-sdk-go/1.55.5 (go1.23.0; darwin; amd64)
+ - aws-sdk-go-v2/1.36.3 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.17 m/E
X-Amz-Date:
- - 20240920T132130Z
+ - 20250325T152355Z
url: https://sns.mnq.fr-par.scaleway.com/
method: POST
response:
@@ -686,9 +788,9 @@ interactions:
proto_minor: 1
transfer_encoding: []
trailer: {}
- content_length: 1046
+ content_length: 1045
uncompressed: false
- body: |
+ body: |-
@@ -715,38 +817,38 @@ interactions:
- tx6f978e63-cdbf-42dd-9149-abc0a4e2093c
+ txa7dad1be-b2dd-4654-92bb-e8db4cade420
headers:
Content-Length:
- - "1046"
+ - "1045"
Content-Type:
- - text/xml; charset=UTF-8
+ - text/xml; charset=utf-8
Date:
- - Fri, 20 Sep 2024 13:21:30 GMT
+ - Tue, 25 Mar 2025 15:23:55 GMT
status: 200 OK
code: 200
- duration: 27.875817ms
- - id: 14
+ duration: 51.905791ms
+ - id: 16
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 114
+ content_length: 141
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"domain":"scaleway-terraform.com","subdomain":"webhook-test","project_id":"105bdce1-64c0-48ab-899d-868455867ecf"}'
+ body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","domain_name":"webhook-test.scaleway-terraform.com","accept_tos":true,"autoconfig":true}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/domain/v2beta1/dns-zones
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains
method: POST
response:
proto: HTTP/2.0
@@ -754,20 +856,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 332
+ content_length: 1191
uncompressed: false
- body: '{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2024-09-20T13:21:29Z"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:23:59.683547Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:23:59.780595459Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "332"
+ - "1191"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:30 GMT
+ - Tue, 25 Mar 2025 15:23:59 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -775,11 +877,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - effece2d-3775-49f6-83e7-42886cad7a46
+ - 34dfd99c-5299-4d0a-82fc-6aa8e13977ea
status: 200 OK
code: 200
- duration: 561.301349ms
- - id: 15
+ duration: 4.15494925s
+ - id: 17
request:
proto: HTTP/1.1
proto_major: 1
@@ -794,8 +896,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -803,20 +905,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 365
+ content_length: 1191
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2024-09-20T13:21:29Z"}],"total_count":1}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:23:59.683547Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:24:01.619887855Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "365"
+ - "1191"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:30 GMT
+ - Tue, 25 Mar 2025 15:24:01 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -824,29 +926,29 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 75f13e0f-c82b-4b46-87f1-3102c751170a
+ - 63a5e50b-589a-498d-b0ce-5989b02e6611
status: 200 OK
code: 200
- duration: 74.833502ms
- - id: 16
+ duration: 1.85490875s
+ - id: 18
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 141
+ content_length: 287
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","domain_name":"webhook-test.scaleway-terraform.com","accept_tos":true,"autoconfig":true}'
+ body: '{"domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"terraform-webhook-test","event_types":["email_delivered","email_dropped"],"sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks
method: POST
response:
proto: HTTP/2.0
@@ -854,20 +956,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1209
+ content_length: 474
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.083570Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:21:31.162189727Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_delivered","email_dropped"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "1209"
+ - "474"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:01 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -875,11 +977,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7b461dc0-f6f5-40f8-9565-285f4abc98fa
+ - da5c3073-ffab-4636-aaf5-57f232ba014e
status: 200 OK
code: 200
- duration: 637.567023ms
- - id: 17
+ duration: 193.750584ms
+ - id: 19
request:
proto: HTTP/1.1
proto_major: 1
@@ -894,8 +996,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -903,20 +1005,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1209
+ content_length: 474
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.083570Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:21:31.218254347Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_delivered","email_dropped"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "1209"
+ - "474"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:01 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -924,11 +1026,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c6ec409c-a8d6-4eaa-b41a-bcb52ae42cd6
+ - 88fcccba-c935-46a6-8bcb-f1e7e908ae2a
status: 200 OK
code: 200
- duration: 61.561061ms
- - id: 18
+ duration: 91.834333ms
+ - id: 20
request:
proto: HTTP/1.1
proto_major: 1
@@ -943,8 +1045,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -952,20 +1054,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1209
+ content_length: 1191
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.083570Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:21:31.304247887Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:23:59.683547Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:24:02.039571931Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1209"
+ - "1191"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:02 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -973,11 +1075,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 72b4b768-da50-4be6-9190-a654a42b964d
+ - 121d991a-d212-41ba-9271-cfbc5efc03f6
status: 200 OK
code: 200
- duration: 28.428883ms
- - id: 19
+ duration: 410.348167ms
+ - id: 21
request:
proto: HTTP/1.1
proto_major: 1
@@ -994,8 +1096,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1003,20 +1105,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1086
+ content_length: 1069
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.367308980Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:23:59.683547Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1086"
+ - "1069"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:02 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1024,29 +1126,29 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b371441d-ca0a-4bc6-baed-8fea817de537
+ - 32469243-e0fb-4d78-8fa9-e2791198760c
status: 200 OK
code: 200
- duration: 73.519866ms
- - id: 20
+ duration: 38.300917ms
+ - id: 22
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 287
+ content_length: 2
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"terraform-webhook-test","event_types":["email_delivered","email_dropped"],"sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic"}'
+ body: '{}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1054,20 +1156,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 483
+ content_length: 1072
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_delivered","email_dropped"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:02.664959921Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "483"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:02 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1075,48 +1177,50 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2af3f5ee-d388-4794-87af-488c01c83f13
+ - 3381832f-11af-4373-8ab2-87dfa74ece23
status: 200 OK
code: 200
- duration: 177.723876ms
- - id: 21
+ duration: 52.403583ms
+ - id: 23
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 0
+ content_length: 2
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: ""
+ body: '{}'
form: {}
headers:
+ Content-Type:
+ - application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
- 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
+ method: POST
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 483
+ content_length: 1069
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_delivered","email_dropped"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:02.664959Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "483"
+ - "1069"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:03 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1124,11 +1228,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3f338a7f-1cba-4495-a8e6-4a3d8b99f85a
+ - 6bdd5846-5b87-4227-9fe3-658c0b844c4c
status: 200 OK
code: 200
- duration: 68.333729ms
- - id: 22
+ duration: 87.460458ms
+ - id: 24
request:
proto: HTTP/1.1
proto_major: 1
@@ -1145,8 +1249,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1154,20 +1258,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1086
+ content_length: 1069
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.909379805Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:02.664959Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1086"
+ - "1069"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:31 GMT
+ - Tue, 25 Mar 2025 15:24:05 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1175,11 +1279,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a7239da7-a3a0-4a24-998d-78d43d8226f5
+ - a9497626-a343-40f3-8fc7-4d441720af99
status: 200 OK
code: 200
- duration: 42.89604ms
- - id: 23
+ duration: 95.774833ms
+ - id: 25
request:
proto: HTTP/1.1
proto_major: 1
@@ -1196,8 +1300,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1205,20 +1309,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1083
+ content_length: 1072
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.909379Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:09.974276229Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1083"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:33 GMT
+ - Tue, 25 Mar 2025 15:24:09 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1226,11 +1330,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c0465d1d-05de-4a07-9bdb-d39368072607
+ - b42bff64-61b8-4500-82af-438d55943b2d
status: 200 OK
code: 200
- duration: 74.231547ms
- - id: 24
+ duration: 109.459791ms
+ - id: 26
request:
proto: HTTP/1.1
proto_major: 1
@@ -1247,8 +1351,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1256,20 +1360,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1083
+ content_length: 1072
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:31.909379Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:18.083693583Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1083"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:35 GMT
+ - Tue, 25 Mar 2025 15:24:18 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1277,11 +1381,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0b27c5b8-95c3-409b-9886-46159b8a493e
+ - fe39665b-2a92-4941-a6c4-385b59967e37
status: 200 OK
code: 200
- duration: 72.641376ms
- - id: 25
+ duration: 136.224708ms
+ - id: 27
request:
proto: HTTP/1.1
proto_major: 1
@@ -1298,8 +1402,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1307,20 +1411,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1086
+ content_length: 1072
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:39.145791338Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:28.211130348Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1086"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:39 GMT
+ - Tue, 25 Mar 2025 15:24:28 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1328,11 +1432,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7727e751-2447-4fc3-8292-171485e33f6c
+ - 70ec5cee-1af5-4da6-b3de-9afc79a826e8
status: 200 OK
code: 200
- duration: 97.970324ms
- - id: 26
+ duration: 102.220958ms
+ - id: 28
request:
proto: HTTP/1.1
proto_major: 1
@@ -1349,8 +1453,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1358,20 +1462,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1086
+ content_length: 1072
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:47.283860824Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:38.311941495Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1086"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:47 GMT
+ - Tue, 25 Mar 2025 15:24:38 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1379,11 +1483,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 8a77b280-d41c-45de-a48d-fbd6040ed92e
+ - 306d24fe-1264-4f86-ad21-dcdd7b63faf3
status: 200 OK
code: 200
- duration: 118.86094ms
- - id: 27
+ duration: 101.816958ms
+ - id: 29
request:
proto: HTTP/1.1
proto_major: 1
@@ -1400,8 +1504,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1409,20 +1513,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1086
+ content_length: 1072
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:21:57.356294759Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"unchecked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:48.410477500Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1086"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:21:57 GMT
+ - Tue, 25 Mar 2025 15:24:48 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1430,11 +1534,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e2410564-72a9-45b6-ad7e-2e1ec2779e3c
+ - f20918cc-7f81-42ec-92c3-512de00343ff
status: 200 OK
code: 200
- duration: 76.66122ms
- - id: 28
+ duration: 104.656458ms
+ - id: 30
request:
proto: HTTP/1.1
proto_major: 1
@@ -1451,8 +1555,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/check
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
method: POST
response:
proto: HTTP/2.0
@@ -1460,20 +1564,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1106
+ content_length: 1072
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":null,"name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:24:58.522615934Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"autoconfiguring"}'
headers:
Content-Length:
- - "1106"
+ - "1072"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:07 GMT
+ - Tue, 25 Mar 2025 15:24:58 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1481,48 +1585,50 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 8e34aade-58b4-4de9-8d3a-925854806c76
+ - 5d4afe92-d70b-4d04-9562-5e1bd4662a34
status: 200 OK
code: 200
- duration: 97.730268ms
- - id: 29
+ duration: 108.080875ms
+ - id: 31
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 0
+ content_length: 2
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: ""
+ body: '{}'
form: {}
headers:
+ Content-Type:
+ - application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
- 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
+ method: POST
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 1086
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:07.664137133Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "1232"
+ - "1086"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:07 GMT
+ - Tue, 25 Mar 2025 15:25:08 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1530,48 +1636,50 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 561f6849-18d0-42bc-94db-1ba85f1bedc7
+ - 1205cfe6-0009-443d-a628-7c413625822e
status: 200 OK
code: 200
- duration: 199.698082ms
- - id: 30
+ duration: 147.930417ms
+ - id: 32
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 0
+ content_length: 2
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: ""
+ body: '{}'
form: {}
headers:
+ Content-Type:
+ - application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
- 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/check
+ method: POST
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 483
+ content_length: 1086
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_delivered","email_dropped"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":null,"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "483"
+ - "1086"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:07 GMT
+ - Tue, 25 Mar 2025 15:25:08 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1579,11 +1687,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 144dab31-1642-4220-b655-232724812023
+ - 435b6e7d-e78e-4cd5-bf30-ed9de77314db
status: 200 OK
code: 200
- duration: 71.961169ms
- - id: 31
+ duration: 50.428ms
+ - id: 33
request:
proto: HTTP/1.1
proto_major: 1
@@ -1598,8 +1706,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -1607,20 +1715,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 1208
uncompressed: false
- body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:11.862211974Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "259"
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:08 GMT
+ - Tue, 25 Mar 2025 15:25:11 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1628,11 +1736,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6d0ab956-83cd-491e-8724-75432ad73470
+ - 67690f01-2269-454e-80e4-9a86918df8c6
status: 200 OK
code: 200
- duration: 690.891054ms
- - id: 32
+ duration: 3.246500625s
+ - id: 34
request:
proto: HTTP/1.1
proto_major: 1
@@ -1647,8 +1755,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -1656,20 +1764,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 474
uncompressed: false
- body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_delivered","email_dropped"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "227"
+ - "474"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:08 GMT
+ - Tue, 25 Mar 2025 15:25:12 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1677,11 +1785,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 10dfe6c4-af42-41d6-b511-a7915e5a5e40
+ - dd59a181-cb97-4af5-b624-4fa71b9b1d10
status: 200 OK
code: 200
- duration: 101.740208ms
- - id: 33
+ duration: 90.553791ms
+ - id: 35
request:
proto: HTTP/1.1
proto_major: 1
@@ -1696,8 +1804,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -1705,20 +1813,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 253
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "238"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:08 GMT
+ - Tue, 25 Mar 2025 15:25:13 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1726,11 +1834,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5ad6391a-c609-472b-8b78-a02302ee792b
+ - e1604d57-b0fd-44ad-abd9-7597c45010ec
status: 200 OK
code: 200
- duration: 60.704687ms
- - id: 34
+ duration: 931.419792ms
+ - id: 36
request:
proto: HTTP/1.1
proto_major: 1
@@ -1745,8 +1853,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -1754,20 +1862,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 222
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "238"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:08 GMT
+ - Tue, 25 Mar 2025 15:25:13 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1775,11 +1883,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 79877c86-a246-4d5f-a02a-7cd65ecd51de
+ - a001a234-36a4-4155-a466-e53cc0fc06d4
status: 200 OK
code: 200
- duration: 83.83306ms
- - id: 35
+ duration: 173.713584ms
+ - id: 37
request:
proto: HTTP/1.1
proto_major: 1
@@ -1794,8 +1902,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -1803,20 +1911,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 365
+ content_length: 233
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2024-09-20T13:21:57Z"}],"total_count":1}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "365"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:09 GMT
+ - Tue, 25 Mar 2025 15:25:13 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1824,11 +1932,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d79b5883-4577-454a-825d-bc1b3bb0a961
+ - 9a5f7bd2-d1d8-4352-9ac9-923fba5bf8c7
status: 200 OK
code: 200
- duration: 99.560499ms
- - id: 36
+ duration: 123.020042ms
+ - id: 38
request:
proto: HTTP/1.1
proto_major: 1
@@ -1843,8 +1951,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -1852,20 +1960,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 233
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:09.433643276Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "1232"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:09 GMT
+ - Tue, 25 Mar 2025 15:25:13 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1873,11 +1981,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a6bdbee8-879b-4c22-b4f1-b969f0632bff
+ - 4e3e568b-fd0a-40a2-b5e3-c56eafd4331b
status: 200 OK
code: 200
- duration: 255.235133ms
- - id: 37
+ duration: 104.599416ms
+ - id: 39
request:
proto: HTTP/1.1
proto_major: 1
@@ -1892,8 +2000,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -1901,20 +2009,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 353
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:09.707209596Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2025-03-25T15:25:06Z"}],"total_count":1}'
headers:
Content-Length:
- - "1232"
+ - "353"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:09 GMT
+ - Tue, 25 Mar 2025 15:25:14 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1922,11 +2030,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 79c77fbe-6e8f-466c-b0da-0bc127137329
+ - dc9d4b7b-b24e-4631-83c0-fffe542aaf87
status: 200 OK
code: 200
- duration: 301.475314ms
- - id: 38
+ duration: 92.00325ms
+ - id: 40
request:
proto: HTTP/1.1
proto_major: 1
@@ -1941,7 +2049,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -1950,20 +2058,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 253
uncompressed: false
body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "259"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:09 GMT
+ - Tue, 25 Mar 2025 15:25:15 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1971,11 +2079,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e2304052-568a-4ca8-813a-0c2869a6795b
+ - efd349df-7694-49aa-905a-0f8033d61afc
status: 200 OK
code: 200
- duration: 770.845228ms
- - id: 39
+ duration: 909.912834ms
+ - id: 41
request:
proto: HTTP/1.1
proto_major: 1
@@ -1990,7 +2098,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -1999,20 +2107,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 222
uncompressed: false
body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "227"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:10 GMT
+ - Tue, 25 Mar 2025 15:25:15 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2020,11 +2128,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b1793621-2b63-4a46-9370-b7332bdfc1ff
+ - e04c48d8-8ff1-4b52-8a16-b978da957c80
status: 200 OK
code: 200
- duration: 111.77344ms
- - id: 40
+ duration: 123.006875ms
+ - id: 42
request:
proto: HTTP/1.1
proto_major: 1
@@ -2039,7 +2147,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -2048,20 +2156,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:10 GMT
+ - Tue, 25 Mar 2025 15:25:15 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2069,11 +2177,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0f630719-5c73-46be-b444-2b9cd0921a95
+ - 188ea89a-2de2-4ca3-9dda-bdc686cb1046
status: 200 OK
code: 200
- duration: 67.423899ms
- - id: 41
+ duration: 116.367ms
+ - id: 43
request:
proto: HTTP/1.1
proto_major: 1
@@ -2088,7 +2196,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -2097,20 +2205,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:10 GMT
+ - Tue, 25 Mar 2025 15:25:15 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2118,11 +2226,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 40af64ee-60f7-4ac5-a58a-1f2e3826af48
+ - 710a1d98-7f01-47c8-a2f6-cf116826853b
status: 200 OK
code: 200
- duration: 52.3701ms
- - id: 42
+ duration: 84.778416ms
+ - id: 44
request:
proto: HTTP/1.1
proto_major: 1
@@ -2137,8 +2245,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/5730e7b2-6b33-4be8-ab11-f1e87b50b894
+ - 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/sns-credentials/8e5f390f-0e96-43a2-a150-9eff4c526f6f
method: GET
response:
proto: HTTP/2.0
@@ -2146,20 +2254,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 419
+ content_length: 433
uncompressed: false
- body: '{"access_key":"yTiLRrmdRRopBRIMuS6L","created_at":"2024-09-20T13:21:29.899356Z","id":"5730e7b2-6b33-4be8-ab11-f1e87b50b894","name":"tf-sns-credentials-cocky-montalcini","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"b9423a15da8798f4a070c321f50cfc408c3adf00","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ body: '{"access_key":"AIltJDNOCBfo2Qms9EZA","created_at":"2025-03-25T15:23:55.255005Z","id":"8e5f390f-0e96-43a2-a150-9eff4c526f6f","name":"tf-sns-credentials-vigorous-mclaren","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"c3c3d27410e1f768f66abed4af11701036b41f4e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-03-25T15:23:55.255005Z"}'
headers:
Content-Length:
- - "419"
+ - "433"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:10 GMT
+ - Tue, 25 Mar 2025 15:25:15 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2167,11 +2275,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 43609da4-3ee3-4127-8cc5-57d6d0773f2a
+ - 07cfa440-55ca-451a-85b1-fc3acc539db6
status: 200 OK
code: 200
- duration: 58.654467ms
- - id: 43
+ duration: 82.10575ms
+ - id: 45
request:
proto: HTTP/1.1
proto_major: 1
@@ -2191,14 +2299,16 @@ interactions:
Version:
- "2010-03-31"
headers:
- Content-Length:
- - "152"
+ Amz-Sdk-Invocation-Id:
+ - a42b8512-7edc-44b9-a764-b2ebf82cb135
+ Amz-Sdk-Request:
+ - attempt=1; max=3
Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
+ - application/x-www-form-urlencoded
User-Agent:
- - aws-sdk-go/1.55.5 (go1.23.0; darwin; amd64)
+ - aws-sdk-go-v2/1.36.3 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.17 m/E
X-Amz-Date:
- - 20240920T132210Z
+ - 20250325T152515Z
url: https://sns.mnq.fr-par.scaleway.com/
method: POST
response:
@@ -2207,9 +2317,9 @@ interactions:
proto_minor: 1
transfer_encoding: []
trailer: {}
- content_length: 1046
+ content_length: 1045
uncompressed: false
- body: |
+ body: |-
@@ -2236,20 +2346,20 @@ interactions:
- txaab535d1-7321-4514-b2f9-e97fdb7c7423
+ tx65eafa77-6672-475e-94f7-cbcb06d239db
headers:
Content-Length:
- - "1046"
+ - "1045"
Content-Type:
- - text/xml; charset=UTF-8
+ - text/xml; charset=utf-8
Date:
- - Fri, 20 Sep 2024 13:22:10 GMT
+ - Tue, 25 Mar 2025 15:25:15 GMT
status: 200 OK
code: 200
- duration: 40.451289ms
- - id: 44
+ duration: 30.214875ms
+ - id: 46
request:
proto: HTTP/1.1
proto_major: 1
@@ -2264,8 +2374,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -2273,20 +2383,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 483
+ content_length: 1208
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_delivered","email_dropped"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:16.830898890Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "483"
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:10 GMT
+ - Tue, 25 Mar 2025 15:25:16 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2294,11 +2404,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 172cfc62-b08f-48b2-8138-f5b70d3b47c7
+ - 21c43e11-9a91-41a3-8c6f-bae8da293add
status: 200 OK
code: 200
- duration: 62.248245ms
- - id: 45
+ duration: 2.394888959s
+ - id: 47
request:
proto: HTTP/1.1
proto_major: 1
@@ -2313,8 +2423,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -2322,20 +2432,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 474
uncompressed: false
- body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_delivered","email_dropped"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "259"
+ - "474"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:11 GMT
+ - Tue, 25 Mar 2025 15:25:16 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2343,11 +2453,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 57bb45b2-4308-4b5d-bcbd-626a24521c28
+ - 9061d2fe-f6d0-4508-b144-746555f1a816
status: 200 OK
code: 200
- duration: 798.990895ms
- - id: 46
+ duration: 80.156916ms
+ - id: 48
request:
proto: HTTP/1.1
proto_major: 1
@@ -2362,8 +2472,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -2371,20 +2481,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 1208
uncompressed: false
- body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:20.437599810Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "227"
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:11 GMT
+ - Tue, 25 Mar 2025 15:25:20 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2392,11 +2502,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - db092199-381f-4f5b-85b8-55614b3ae85e
+ - 68be746e-4f4b-4785-960e-f02a957e9527
status: 200 OK
code: 200
- duration: 81.117813ms
- - id: 47
+ duration: 3.580402834s
+ - id: 49
request:
proto: HTTP/1.1
proto_major: 1
@@ -2411,8 +2521,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -2420,20 +2530,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 253
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "238"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:11 GMT
+ - Tue, 25 Mar 2025 15:25:21 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2441,11 +2551,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 94e4b2e5-dbd2-4b3b-8ab9-8bddddab9b56
+ - 664c1c45-049b-4912-b2aa-4145f25e2af5
status: 200 OK
code: 200
- duration: 69.507864ms
- - id: 48
+ duration: 1.048805667s
+ - id: 50
request:
proto: HTTP/1.1
proto_major: 1
@@ -2460,8 +2570,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -2469,20 +2579,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 222
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "238"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:11 GMT
+ - Tue, 25 Mar 2025 15:25:21 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2490,11 +2600,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 249f5789-ca3c-4630-83a7-ea10745c3315
+ - a2dc218c-632c-44f2-92c7-3b7a08d465eb
status: 200 OK
code: 200
- duration: 52.649601ms
- - id: 49
+ duration: 136.376541ms
+ - id: 51
request:
proto: HTTP/1.1
proto_major: 1
@@ -2509,8 +2619,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -2518,20 +2628,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 365
+ content_length: 233
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2024-09-20T13:21:57Z"}],"total_count":1}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "365"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:11 GMT
+ - Tue, 25 Mar 2025 15:25:22 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2539,11 +2649,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5b8ffc19-a912-4112-98e9-fba6e186521d
+ - 4eb416f7-312e-4a03-937d-8f6bfb4125b0
status: 200 OK
code: 200
- duration: 81.063018ms
- - id: 50
+ duration: 94.1545ms
+ - id: 52
request:
proto: HTTP/1.1
proto_major: 1
@@ -2558,8 +2668,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -2567,20 +2677,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 233
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:11.765735671Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "1232"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:11 GMT
+ - Tue, 25 Mar 2025 15:25:22 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2588,11 +2698,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 346abe30-b028-40f3-bc81-45952d30487e
+ - 31d9f7ea-5f72-4191-9fe5-142bae891e0c
status: 200 OK
code: 200
- duration: 73.013262ms
- - id: 51
+ duration: 80.800792ms
+ - id: 53
request:
proto: HTTP/1.1
proto_major: 1
@@ -2607,8 +2717,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -2616,20 +2726,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 353
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:12.039618467Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2025-03-25T15:25:06Z"}],"total_count":1}'
headers:
Content-Length:
- - "1232"
+ - "353"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:22 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2637,11 +2747,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7435edf7-8da4-458c-a5b2-9a01ea37616a
+ - e5f8436a-94e4-4bdf-982f-8a595979fa80
status: 200 OK
code: 200
- duration: 268.241163ms
- - id: 52
+ duration: 104.222125ms
+ - id: 54
request:
proto: HTTP/1.1
proto_major: 1
@@ -2656,7 +2766,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -2665,20 +2775,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 253
uncompressed: false
body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "259"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:23 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2686,11 +2796,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5c4e4c51-4db2-4c06-a413-5631357157c2
+ - 3705cb18-d0be-44a9-9825-9237d1b99bae
status: 200 OK
code: 200
- duration: 653.845684ms
- - id: 53
+ duration: 1.079214583s
+ - id: 55
request:
proto: HTTP/1.1
proto_major: 1
@@ -2705,7 +2815,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -2714,20 +2824,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 222
uncompressed: false
body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "227"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:23 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2735,11 +2845,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2a40108e-815f-4926-a6da-0a07b44a5dd7
+ - b142a33d-b732-4536-8788-e942c314c30c
status: 200 OK
code: 200
- duration: 102.83227ms
- - id: 54
+ duration: 131.810042ms
+ - id: 56
request:
proto: HTTP/1.1
proto_major: 1
@@ -2754,7 +2864,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -2763,20 +2873,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:23 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2784,11 +2894,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fc8729c6-d869-4bf7-820d-91919a244314
+ - 06ae23ad-027c-4272-9f4e-4c8f5a7ccb07
status: 200 OK
code: 200
- duration: 73.180741ms
- - id: 55
+ duration: 103.919375ms
+ - id: 57
request:
proto: HTTP/1.1
proto_major: 1
@@ -2803,7 +2913,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -2812,20 +2922,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:24 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2833,11 +2943,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1748b687-7ac8-4e5f-b4f4-30f751d6edf5
+ - 8c727beb-1cb3-45c4-9635-52960500cce6
status: 200 OK
code: 200
- duration: 63.521993ms
- - id: 56
+ duration: 107.302042ms
+ - id: 58
request:
proto: HTTP/1.1
proto_major: 1
@@ -2852,8 +2962,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/5730e7b2-6b33-4be8-ab11-f1e87b50b894
+ - 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/sns-credentials/8e5f390f-0e96-43a2-a150-9eff4c526f6f
method: GET
response:
proto: HTTP/2.0
@@ -2861,20 +2971,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 419
+ content_length: 433
uncompressed: false
- body: '{"access_key":"yTiLRrmdRRopBRIMuS6L","created_at":"2024-09-20T13:21:29.899356Z","id":"5730e7b2-6b33-4be8-ab11-f1e87b50b894","name":"tf-sns-credentials-cocky-montalcini","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"b9423a15da8798f4a070c321f50cfc408c3adf00","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ body: '{"access_key":"AIltJDNOCBfo2Qms9EZA","created_at":"2025-03-25T15:23:55.255005Z","id":"8e5f390f-0e96-43a2-a150-9eff4c526f6f","name":"tf-sns-credentials-vigorous-mclaren","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"c3c3d27410e1f768f66abed4af11701036b41f4e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-03-25T15:23:55.255005Z"}'
headers:
Content-Length:
- - "419"
+ - "433"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:24 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2882,11 +2992,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 740fa949-6751-4697-bdae-caac24f3f326
+ - d98daa2b-6aae-4fce-8f0b-487ba40ff1e8
status: 200 OK
code: 200
- duration: 57.050589ms
- - id: 57
+ duration: 80.7715ms
+ - id: 59
request:
proto: HTTP/1.1
proto_major: 1
@@ -2906,14 +3016,16 @@ interactions:
Version:
- "2010-03-31"
headers:
- Content-Length:
- - "152"
+ Amz-Sdk-Invocation-Id:
+ - ff52e282-9904-430e-8a73-79a4e0e4155a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
+ - application/x-www-form-urlencoded
User-Agent:
- - aws-sdk-go/1.55.5 (go1.23.0; darwin; amd64)
+ - aws-sdk-go-v2/1.36.3 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.17 m/E
X-Amz-Date:
- - 20240920T132212Z
+ - 20250325T152524Z
url: https://sns.mnq.fr-par.scaleway.com/
method: POST
response:
@@ -2922,9 +3034,9 @@ interactions:
proto_minor: 1
transfer_encoding: []
trailer: {}
- content_length: 1046
+ content_length: 1045
uncompressed: false
- body: |
+ body: |-
@@ -2951,20 +3063,20 @@ interactions:
- tx8b324376-a81f-489a-9cfe-cbe379f654ec
+ txbea433f8-9534-412d-8603-0ca4339f0271
headers:
Content-Length:
- - "1046"
+ - "1045"
Content-Type:
- - text/xml; charset=UTF-8
+ - text/xml; charset=utf-8
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:24 GMT
status: 200 OK
code: 200
- duration: 22.753057ms
- - id: 58
+ duration: 34.222875ms
+ - id: 60
request:
proto: HTTP/1.1
proto_major: 1
@@ -2979,8 +3091,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -2988,20 +3100,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 483
+ content_length: 1208
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_delivered","email_dropped"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:24.432616414Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "483"
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:12 GMT
+ - Tue, 25 Mar 2025 15:25:24 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3009,11 +3121,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d2f256b6-e09f-4f5d-b0a5-ac620b79c3f9
+ - 2740d708-5893-436d-8173-3b6034afda6f
status: 200 OK
code: 200
- duration: 56.425632ms
- - id: 59
+ duration: 1.798554083s
+ - id: 61
request:
proto: HTTP/1.1
proto_major: 1
@@ -3028,8 +3140,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -3037,20 +3149,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 474
uncompressed: false
- body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_delivered","email_dropped"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-test","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "259"
+ - "474"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:13 GMT
+ - Tue, 25 Mar 2025 15:25:24 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3058,11 +3170,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 38522220-a9d9-4be0-9b84-83ce580b0841
+ - c308fdc5-9a92-4cf9-8379-9e5c7a6f5edd
status: 200 OK
code: 200
- duration: 755.95591ms
- - id: 60
+ duration: 73.749916ms
+ - id: 62
request:
proto: HTTP/1.1
proto_major: 1
@@ -3077,8 +3189,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -3086,20 +3198,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 1208
uncompressed: false
- body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:26.615328763Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "227"
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:13 GMT
+ - Tue, 25 Mar 2025 15:25:26 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3107,11 +3219,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e5250760-55c7-455e-ad2c-ab6649ad6f37
+ - 3c4e3123-5749-46dd-949d-2bdecd7c1979
status: 200 OK
code: 200
- duration: 94.657821ms
- - id: 61
+ duration: 2.209839042s
+ - id: 63
request:
proto: HTTP/1.1
proto_major: 1
@@ -3126,8 +3238,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3135,20 +3247,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 253
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "238"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:13 GMT
+ - Tue, 25 Mar 2025 15:25:27 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3156,11 +3268,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f35a17cc-29bd-4ecd-a920-fbd991a0a21f
+ - a3242a7c-fd36-465c-839b-3ea1bb53e1de
status: 200 OK
code: 200
- duration: 51.898073ms
- - id: 62
+ duration: 1.069902875s
+ - id: 64
request:
proto: HTTP/1.1
proto_major: 1
@@ -3175,8 +3287,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3184,20 +3296,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 222
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "238"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:13 GMT
+ - Tue, 25 Mar 2025 15:25:28 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3205,50 +3317,48 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1ea9554a-f166-4f5b-8072-da89ea4d7e5d
+ - 23b79ae9-8186-4fd4-ba19-eab07d4d15fe
status: 200 OK
code: 200
- duration: 63.309682ms
- - id: 63
+ duration: 238.522209ms
+ - id: 65
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 67
+ content_length: 0
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"name":"terraform-webhook-updated","event_types":["email_queued"]}'
+ body: ""
form: {}
headers:
- Content-Type:
- - application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
- method: PATCH
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ method: GET
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 466
+ content_length: 233
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_queued"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "466"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:14 GMT
+ - Tue, 25 Mar 2025 15:25:28 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3256,11 +3366,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - facee04c-eae7-4ec3-8a3c-89397a128e33
+ - 3dde2272-c1a5-415c-9c43-0a9f1d6205f1
status: 200 OK
code: 200
- duration: 141.78272ms
- - id: 64
+ duration: 102.035041ms
+ - id: 66
request:
proto: HTTP/1.1
proto_major: 1
@@ -3275,8 +3385,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3284,20 +3394,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 466
+ content_length: 233
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_queued"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "466"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:14 GMT
+ - Tue, 25 Mar 2025 15:25:28 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3305,48 +3415,50 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2821605b-9314-47dc-b7ed-796d780d86ba
+ - 8251fd5d-60e3-41a8-9724-78c45e4d4b72
status: 200 OK
code: 200
- duration: 77.575134ms
- - id: 65
+ duration: 82.299625ms
+ - id: 67
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 0
+ content_length: 67
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: ""
+ body: '{"name":"terraform-webhook-updated","event_types":["email_queued"]}'
form: {}
headers:
+ Content-Type:
+ - application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
- 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
+ method: PATCH
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 466
+ content_length: 458
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_queued"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_queued"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "466"
+ - "458"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:14 GMT
+ - Tue, 25 Mar 2025 15:25:29 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3354,11 +3466,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 120a50e1-3822-4417-959c-bfe8738703fa
+ - 5396ebeb-cd8c-4474-98b6-7b05059bcc27
status: 200 OK
code: 200
- duration: 32.243452ms
- - id: 66
+ duration: 160.089041ms
+ - id: 68
request:
proto: HTTP/1.1
proto_major: 1
@@ -3373,8 +3485,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -3382,20 +3494,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 458
uncompressed: false
- body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_queued"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "259"
+ - "458"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:15 GMT
+ - Tue, 25 Mar 2025 15:25:29 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3403,11 +3515,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 67b1e3a4-af66-4eba-8228-cf97482f2075
+ - 1445934c-9756-42df-9874-6def6660440a
status: 200 OK
code: 200
- duration: 638.880826ms
- - id: 67
+ duration: 90.80425ms
+ - id: 69
request:
proto: HTTP/1.1
proto_major: 1
@@ -3422,8 +3534,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -3431,20 +3543,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 458
uncompressed: false
- body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_queued"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
headers:
Content-Length:
- - "227"
+ - "458"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:15 GMT
+ - Tue, 25 Mar 2025 15:25:29 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3452,11 +3564,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c1799f50-71c5-4dd1-bea9-da432369b326
+ - 22953399-8195-4278-bbf6-ded1129f68d8
status: 200 OK
code: 200
- duration: 89.732332ms
- - id: 68
+ duration: 25.869458ms
+ - id: 70
request:
proto: HTTP/1.1
proto_major: 1
@@ -3471,8 +3583,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3480,20 +3592,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 253
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "238"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:15 GMT
+ - Tue, 25 Mar 2025 15:25:30 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3501,11 +3613,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - cca53aa2-163d-4941-b182-d220e192ca6b
+ - 65a60781-6b3a-4fae-b73b-7c615a4c58f2
status: 200 OK
code: 200
- duration: 58.238951ms
- - id: 69
+ duration: 889.192ms
+ - id: 71
request:
proto: HTTP/1.1
proto_major: 1
@@ -3520,8 +3632,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3529,20 +3641,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 222
uncompressed: false
- body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
+ body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "238"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:15 GMT
+ - Tue, 25 Mar 2025 15:25:30 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3550,11 +3662,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 51a802d1-0f34-4afa-bb02-71776fd8eae3
+ - 5571cef9-d9ee-4100-95b0-68ba7b8f860f
status: 200 OK
code: 200
- duration: 54.924087ms
- - id: 70
+ duration: 172.434166ms
+ - id: 72
request:
proto: HTTP/1.1
proto_major: 1
@@ -3569,8 +3681,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3578,20 +3690,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 365
+ content_length: 233
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2024-09-20T13:21:57Z"}],"total_count":1}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "365"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:15 GMT
+ - Tue, 25 Mar 2025 15:25:31 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3599,11 +3711,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 67f007a7-2feb-49ce-9547-8fd3023b3f59
+ - 4d19c553-7bc8-4ebb-a100-25455adaab24
status: 200 OK
code: 200
- duration: 75.118942ms
- - id: 71
+ duration: 70.801542ms
+ - id: 73
request:
proto: HTTP/1.1
proto_major: 1
@@ -3618,8 +3730,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3627,20 +3739,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 233
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:15.916803879Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "1232"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:15 GMT
+ - Tue, 25 Mar 2025 15:25:31 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3648,11 +3760,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 9e014bb0-3931-4e5f-98b0-9ee22c2b875e
+ - 84c1ddd4-2f47-4dcc-b7a3-9e13963137d9
status: 200 OK
code: 200
- duration: 309.263624ms
- - id: 72
+ duration: 66.68375ms
+ - id: 74
request:
proto: HTTP/1.1
proto_major: 1
@@ -3667,8 +3779,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/domain/v2beta1/dns-zones?dns_zones=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
proto: HTTP/2.0
@@ -3676,20 +3788,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1232
+ content_length: 353
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:16.078016560Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2025-03-25T15:25:06Z"}],"total_count":1}'
headers:
Content-Length:
- - "1232"
+ - "353"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:31 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3697,11 +3809,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5f91cdf9-0edb-4d92-be16-ec9dc7ceec47
+ - 1b285244-a251-4356-84e1-a2aefe3b25c0
status: 200 OK
code: 200
- duration: 78.064079ms
- - id: 73
+ duration: 87.609792ms
+ - id: 75
request:
proto: HTTP/1.1
proto_major: 1
@@ -3716,7 +3828,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -3725,20 +3837,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 253
uncompressed: false
body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "259"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3746,11 +3858,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 34f487f2-ef7a-44a6-ad17-552bf9e77061
+ - 4419fb4b-3eda-4b75-a881-f91a467ab075
status: 200 OK
code: 200
- duration: 699.104322ms
- - id: 74
+ duration: 965.888958ms
+ - id: 76
request:
proto: HTTP/1.1
proto_major: 1
@@ -3765,7 +3877,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -3774,20 +3886,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 222
uncompressed: false
body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "227"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3795,11 +3907,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c44129e2-d320-473e-a4cc-8c4e34fad74e
+ - 9474fce1-9685-48f5-880d-0de501ef4e7b
status: 200 OK
code: 200
- duration: 126.144422ms
- - id: 75
+ duration: 146.947083ms
+ - id: 77
request:
proto: HTTP/1.1
proto_major: 1
@@ -3814,7 +3926,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -3823,20 +3935,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3844,11 +3956,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 18d38760-3434-4f2e-80c0-8e40f952e185
+ - 27871ff8-782a-46ba-a416-f53ba415c532
status: 200 OK
code: 200
- duration: 60.168099ms
- - id: 76
+ duration: 216.813334ms
+ - id: 78
request:
proto: HTTP/1.1
proto_major: 1
@@ -3863,7 +3975,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -3872,20 +3984,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:32 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3893,11 +4005,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - ae62d344-f25b-4c12-a57e-f4e3fcaf3a5a
+ - cf70a59c-13ee-49ea-b25b-cbe6b573e4e2
status: 200 OK
code: 200
- duration: 53.705792ms
- - id: 77
+ duration: 63.030333ms
+ - id: 79
request:
proto: HTTP/1.1
proto_major: 1
@@ -3912,8 +4024,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/5730e7b2-6b33-4be8-ab11-f1e87b50b894
+ - 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/sns-credentials/8e5f390f-0e96-43a2-a150-9eff4c526f6f
method: GET
response:
proto: HTTP/2.0
@@ -3921,20 +4033,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 419
+ content_length: 433
uncompressed: false
- body: '{"access_key":"yTiLRrmdRRopBRIMuS6L","created_at":"2024-09-20T13:21:29.899356Z","id":"5730e7b2-6b33-4be8-ab11-f1e87b50b894","name":"tf-sns-credentials-cocky-montalcini","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"b9423a15da8798f4a070c321f50cfc408c3adf00","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ body: '{"access_key":"AIltJDNOCBfo2Qms9EZA","created_at":"2025-03-25T15:23:55.255005Z","id":"8e5f390f-0e96-43a2-a150-9eff4c526f6f","name":"tf-sns-credentials-vigorous-mclaren","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","secret_checksum":"c3c3d27410e1f768f66abed4af11701036b41f4e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":"2025-03-25T15:23:55.255005Z"}'
headers:
Content-Length:
- - "419"
+ - "433"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:33 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3942,11 +4054,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5c2eb778-b842-4267-9284-6889a01d40bb
+ - 2c1ab8cb-5b10-4369-bc7b-885f1b00ae5a
status: 200 OK
code: 200
- duration: 81.304468ms
- - id: 78
+ duration: 106.265791ms
+ - id: 80
request:
proto: HTTP/1.1
proto_major: 1
@@ -3966,14 +4078,16 @@ interactions:
Version:
- "2010-03-31"
headers:
- Content-Length:
- - "152"
+ Amz-Sdk-Invocation-Id:
+ - 3830c373-8621-4840-8d35-a2d1abfa9856
+ Amz-Sdk-Request:
+ - attempt=1; max=3
Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
+ - application/x-www-form-urlencoded
User-Agent:
- - aws-sdk-go/1.55.5 (go1.23.0; darwin; amd64)
+ - aws-sdk-go-v2/1.36.3 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.17 m/E
X-Amz-Date:
- - 20240920T132216Z
+ - 20250325T152533Z
url: https://sns.mnq.fr-par.scaleway.com/
method: POST
response:
@@ -3982,9 +4096,9 @@ interactions:
proto_minor: 1
transfer_encoding: []
trailer: {}
- content_length: 1046
+ content_length: 1045
uncompressed: false
- body: |
+ body: |-
@@ -4011,20 +4125,20 @@ interactions:
- tx9a6b4b20-d5f2-4a09-af5a-56397adef6e3
+ txbce6576d-a5f0-4d6b-9303-a24f28f86789
headers:
Content-Length:
- - "1046"
+ - "1045"
Content-Type:
- - text/xml; charset=UTF-8
+ - text/xml; charset=utf-8
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:33 GMT
status: 200 OK
code: 200
- duration: 45.314604ms
- - id: 79
+ duration: 30.459625ms
+ - id: 81
request:
proto: HTTP/1.1
proto_major: 1
@@ -4039,8 +4153,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -4048,20 +4162,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 466
+ content_length: 1208
uncompressed: false
- body: '{"created_at":"2024-09-20T13:21:31.340570Z","domain_id":"9a4b2900-cc98-4962-8db1-911c88868d17","event_types":["email_queued"],"id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2024-09-20T13:21:31.340570Z"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:33.722221887Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
Content-Length:
- - "466"
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:16 GMT
+ - Tue, 25 Mar 2025 15:25:33 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4069,11 +4183,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - df1c0db4-3892-43ad-bc41-30fe602b17c0
+ - 87bf0f0f-3adc-4896-a390-e6fdc4849531
status: 200 OK
code: 200
- duration: 56.436287ms
- - id: 80
+ duration: 2.121692292s
+ - id: 82
request:
proto: HTTP/1.1
proto_major: 1
@@ -4088,7 +4202,105 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 458
+ uncompressed: false
+ body: '{"created_at":"2025-03-25T15:24:01.793221Z","domain_id":"6494accb-787b-49af-bfc8-9d32d7f33617","event_types":["email_queued"],"id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","name":"terraform-webhook-updated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","sns_arn":"arn:scw:sns:fr-par:project-105bdce1-64c0-48ab-899d-868455867ecf:test-mnq-sns-topic-basic","updated_at":"2025-03-25T15:24:01.793221Z"}'
+ headers:
+ Content-Length:
+ - "458"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 15:25:33 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:
+ - e4c03804-6f0a-4510-af21-bf2b3a6f5b32
+ status: 200 OK
+ code: 200
+ duration: 111.522833ms
+ - id: 83
+ 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1208
+ uncompressed: false
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:35.873086597Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ headers:
+ Content-Length:
+ - "1208"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 25 Mar 2025 15:25:35 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:
+ - 0a92287b-dff3-43df-9372-ae26b38cfc0f
+ status: 200 OK
+ code: 200
+ duration: 2.163358208s
+ - id: 84
+ 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?name=default&order_by=created_at_asc&organization_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -4097,20 +4309,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 259
+ content_length: 253
uncompressed: false
body: '{"projects":[{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}],"total_count":1}'
headers:
Content-Length:
- - "259"
+ - "253"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:17 GMT
+ - Tue, 25 Mar 2025 15:25:37 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4118,11 +4330,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2a23dc0a-d340-41de-a7f7-33f5d9d71574
+ - 9d4a9d2a-5c56-4ae0-bc11-11fe487ff1f3
status: 200 OK
code: 200
- duration: 655.189901ms
- - id: 81
+ duration: 941.20675ms
+ - id: 85
request:
proto: HTTP/1.1
proto_major: 1
@@ -4137,7 +4349,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -4146,20 +4358,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 227
+ content_length: 222
uncompressed: false
body: '{"created_at":"2019-09-30T07:52:49.358300Z","description":"","id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"default","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2020-05-03T19:41:17.997124Z"}'
headers:
Content-Length:
- - "227"
+ - "222"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:17 GMT
+ - Tue, 25 Mar 2025 15:25:37 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4167,11 +4379,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - efa4a9b4-af8e-4e3c-9d80-3d332c99276c
+ - 7013ffdf-7ddf-4e64-bcfa-d0f5c7ead1f9
status: 200 OK
code: 200
- duration: 99.738887ms
- - id: 82
+ duration: 236.020959ms
+ - id: 86
request:
proto: HTTP/1.1
proto_major: 1
@@ -4186,7 +4398,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -4195,20 +4407,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:17 GMT
+ - Tue, 25 Mar 2025 15:25:37 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4216,11 +4428,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 62a03c73-db0a-409d-8f9f-8179210093bb
+ - e389f4f2-e973-444a-8948-ce9a6bf00bee
status: 200 OK
code: 200
- duration: 53.762847ms
- - id: 83
+ duration: 61.337417ms
+ - id: 87
request:
proto: HTTP/1.1
proto_major: 1
@@ -4235,7 +4447,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/sns-info?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: GET
response:
@@ -4244,20 +4456,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 238
+ content_length: 233
uncompressed: false
body: '{"created_at":"2024-09-19T13:36:28.543641Z","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-09-19T13:36:28.543641Z"}'
headers:
Content-Length:
- - "238"
+ - "233"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:17 GMT
+ - Tue, 25 Mar 2025 15:25:37 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4265,11 +4477,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5792f56c-5865-4f6e-bee3-d7dc1d2e1079
+ - b19363a2-bbd1-4282-9ce7-0a55a14203ef
status: 200 OK
code: 200
- duration: 53.490022ms
- - id: 84
+ duration: 78.808125ms
+ - id: 88
request:
proto: HTTP/1.1
proto_major: 1
@@ -4284,8 +4496,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: DELETE
response:
proto: HTTP/2.0
@@ -4302,9 +4514,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:18 GMT
+ - Tue, 25 Mar 2025 15:25:38 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4312,11 +4524,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6fb13010-3929-485b-8737-ecdd49257486
+ - 7c3867ca-4671-43f5-8fbb-da98c678f119
status: 204 No Content
code: 204
- duration: 135.184884ms
- - id: 85
+ duration: 175.891542ms
+ - id: 89
request:
proto: HTTP/1.1
proto_major: 1
@@ -4336,14 +4548,16 @@ interactions:
Version:
- "2010-03-31"
headers:
- Content-Length:
- - "145"
+ Amz-Sdk-Invocation-Id:
+ - 550d923e-36cd-4d9e-909a-859796025028
+ Amz-Sdk-Request:
+ - attempt=1; max=3
Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
+ - application/x-www-form-urlencoded
User-Agent:
- - aws-sdk-go/1.55.5 (go1.23.0; darwin; amd64)
+ - aws-sdk-go-v2/1.36.3 ua/2.1 os/macos lang/go#1.24.0 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.17 m/E
X-Amz-Date:
- - 20240920T132218Z
+ - 20250325T152538Z
url: https://sns.mnq.fr-par.scaleway.com/
method: POST
response:
@@ -4352,25 +4566,25 @@ interactions:
proto_minor: 1
transfer_encoding: []
trailer: {}
- content_length: 211
+ content_length: 210
uncompressed: false
- body: |
+ body: |-
- txf6e94131-eda3-44dc-889f-da3eb34f9380
+ txec354393-c7fd-4099-abc3-0e85dd046ac1
headers:
Content-Length:
- - "211"
+ - "210"
Content-Type:
- - text/xml; charset=UTF-8
+ - text/xml; charset=utf-8
Date:
- - Fri, 20 Sep 2024 13:22:18 GMT
+ - Tue, 25 Mar 2025 15:25:38 GMT
status: 200 OK
code: 200
- duration: 63.90306ms
- - id: 86
+ duration: 36.358208ms
+ - id: 90
request:
proto: HTTP/1.1
proto_major: 1
@@ -4385,29 +4599,27 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
- 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/mnq/v1beta1/regions/fr-par/sns-credentials/8e5f390f-0e96-43a2-a150-9eff4c526f6f
+ method: DELETE
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1229
+ content_length: 0
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2024-09-20T13:23:02.531663Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:16.628346Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
+ body: ""
headers:
- Content-Length:
- - "1229"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:18 GMT
+ - Tue, 25 Mar 2025 15:25:38 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4415,11 +4627,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e7a70db1-4bd3-41a4-af4d-da58cfe50705
- status: 200 OK
- code: 200
- duration: 77.867962ms
- - id: 87
+ - 13434cca-0a62-4fbe-8534-55209028be2e
+ status: 204 No Content
+ code: 204
+ duration: 112.464375ms
+ - id: 91
request:
proto: HTTP/1.1
proto_major: 1
@@ -4434,27 +4646,29 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/5730e7b2-6b33-4be8-ab11-f1e87b50b894
- 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
+ method: GET
response:
proto: HTTP/2.0
proto_major: 2
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 0
+ content_length: 1208
uncompressed: false
- body: ""
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":"2025-03-25T15:26:00.796913Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.webhook-test","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:40.363513248Z","status":"excellent"},"revoked_at":null,"spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"checked"}'
headers:
+ Content-Length:
+ - "1208"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:18 GMT
+ - Tue, 25 Mar 2025 15:25:40 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4462,11 +4676,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 65ad33d9-aa8e-4c09-95de-db4829f5ff1d
- status: 204 No Content
- code: 204
- duration: 76.488703ms
- - id: 88
+ - 9c052785-8f81-4aad-b2f5-297226b486f2
+ status: 200 OK
+ code: 200
+ duration: 1.978611083s
+ - id: 92
request:
proto: HTTP/1.1
proto_major: 1
@@ -4483,8 +4697,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17/revoke
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617/revoke
method: POST
response:
proto: HTTP/2.0
@@ -4492,20 +4706,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1016
+ content_length: 997
uncompressed: false
- body: '{"autoconfig":false,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2024-09-20T13:22:19.359926046Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ body: '{"autoconfig":false,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":null,"revoked_at":"2025-03-25T15:25:40.536053609Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
headers:
Content-Length:
- - "1016"
+ - "997"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:19 GMT
+ - Tue, 25 Mar 2025 15:25:40 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4513,11 +4727,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f8ffb16e-1349-482d-b390-528a265b7e27
+ - 2389d31b-f772-4796-aede-d84d9322f078
status: 200 OK
code: 200
- duration: 1.085535521s
- - id: 89
+ duration: 198.686542ms
+ - id: 93
request:
proto: HTTP/1.1
proto_major: 1
@@ -4532,8 +4746,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/9a4b2900-cc98-4962-8db1-911c88868d17
+ - 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/transactional-email/v1alpha1/regions/fr-par/domains/6494accb-787b-49af-bfc8-9d32d7f33617
method: GET
response:
proto: HTTP/2.0
@@ -4541,20 +4755,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1165
+ content_length: 1145
uncompressed: false
- body: '{"autoconfig":true,"created_at":"2024-09-20T13:21:31.091010Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwXjwrJGqO/xmVkidHFVN89tYGuOC+8eH1vVwR+gI3YZIpDoh5B7fCZjJZEqV7XzzaW1qySWNSgk6q6l8WR3b3Own7zs5ceWRZMULYnzhITjRkdD5nDl+EsTb2qILIH0jerVdBMkV2FMTUXohcIywyMT7uAn9c0uFz3hH2v8Eu9diDL/0vy3mKG7fGuW5iBHKXH6M953pdSKDOOZTqwd0f83IvKfL/4wuhpcPSS92Aa09JUlGblIEgfJ1r0U3jv2YVWrc3kcvfegJKpPkXDIXW981TCm8eyTjr8crCRJTrCFEchu+trXFhn7rHjLytSwRRtMJbShATWtBNxd7sainyQIDAQAB","id":"9a4b2900-cc98-4962-8db1-911c88868d17","last_error":null,"last_valid_at":"2024-09-20T13:22:02.531663Z","name":"webhook-test.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:22:16.628346Z","status":"excellent"},"revoked_at":"2024-09-20T13:22:19.359926Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
+ body: '{"autoconfig":true,"created_at":"2025-03-25T15:23:59.722342Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3UkegA2JtYNTVnoZfNWswLNqKjFZjZyHYofHPxzbjiCkNOxR6t+sRc/fDOLHtlR5CuTNK1rQc2UVJjLPJAGhTNiBatp/0/Aw4Appyn7EqmA7PVwoyX4fM4WAzbB38K5iX4qxgPDbQdPtKUWo2pv80NeHv1+uGtDmjJsDYQ8QdmbHpmVtwctA+P7PD4tXNd4FIwffi52CDrpcvfH+ckXxY137cSYrENS+Zb3Rhgkea2IU+BmFrv2GWW7B+IkDQZB61LPy7ye5KD/AHgz6Z9GRHrhK7xffn7qs5GQ0AKqLzgQ8rmfB9JVBL1daJC+uqPYn5vb/Sw3rtw760gkpIRgsVwIDAQAB","id":"6494accb-787b-49af-bfc8-9d32d7f33617","last_error":null,"last_valid_at":"2025-03-25T15:25:00.796913Z","name":"webhook-test.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":null,"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-25T15:25:42.830242009Z","status":"excellent"},"revoked_at":"2025-03-25T15:25:40.536053Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}'
headers:
Content-Length:
- - "1165"
+ - "1145"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:19 GMT
+ - Tue, 25 Mar 2025 15:25:42 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4562,11 +4776,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b66fc29d-6924-40d8-9b46-85ada5617a3b
+ - 0652d2e1-58f8-402b-bfde-09d19a2413f8
status: 200 OK
code: 200
- duration: 211.883143ms
- - id: 90
+ duration: 2.335687583s
+ - id: 94
request:
proto: HTTP/1.1
proto_major: 1
@@ -4581,7 +4795,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones?dns_zone=webhook-test.scaleway-terraform.com&domain=&order_by=domain_asc
method: GET
response:
@@ -4590,20 +4804,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 365
+ content_length: 353
uncompressed: false
- body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2024-09-20T13:21:57Z"}],"total_count":1}'
+ body: '{"dns_zones":[{"domain":"scaleway-terraform.com","linked_products":[],"message":null,"ns":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_default":["ns0.dom.scw.cloud","ns1.dom.scw.cloud"],"ns_master":[],"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","status":"active","subdomain":"webhook-test","updated_at":"2025-03-25T15:25:06Z"}],"total_count":1}'
headers:
Content-Length:
- - "365"
+ - "353"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:19 GMT
+ - Tue, 25 Mar 2025 15:25:43 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4611,11 +4825,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 322a6caa-8667-4aba-8e00-a1bf6eabea1a
+ - 218edf30-580e-47a0-b33f-72dae137250c
status: 200 OK
code: 200
- duration: 93.071417ms
- - id: 91
+ duration: 84.888875ms
+ - id: 95
request:
proto: HTTP/1.1
proto_major: 1
@@ -4630,7 +4844,7 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; 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/domain/v2beta1/dns-zones/webhook-test.scaleway-terraform.com?project_id=105bdce1-64c0-48ab-899d-868455867ecf
method: DELETE
response:
@@ -4650,9 +4864,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:20 GMT
+ - Tue, 25 Mar 2025 15:25:43 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4660,11 +4874,11 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 32d46cb3-0e35-4832-82c0-6ba7e767c9b1
+ - b248fc1f-d2f9-4cf4-a9b9-bfe10970479c
status: 200 OK
code: 200
- duration: 270.080842ms
- - id: 92
+ duration: 282.298833ms
+ - id: 96
request:
proto: HTTP/1.1
proto_major: 1
@@ -4679,8 +4893,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/webhooks/8ad410d0-69e4-476d-aaee-f63a54f6aa65
+ - 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/transactional-email/v1alpha1/regions/fr-par/webhooks/6de71fae-8b77-4f9d-8ed4-5f6a3423b73b
method: GET
response:
proto: HTTP/2.0
@@ -4690,7 +4904,7 @@ interactions:
trailer: {}
content_length: 131
uncompressed: false
- body: '{"message":"resource is not found","resource":"webhook_id","resource_id":"8ad410d0-69e4-476d-aaee-f63a54f6aa65","type":"not_found"}'
+ body: '{"message":"resource is not found","resource":"webhook_id","resource_id":"6de71fae-8b77-4f9d-8ed4-5f6a3423b73b","type":"not_found"}'
headers:
Content-Length:
- "131"
@@ -4699,9 +4913,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Fri, 20 Sep 2024 13:22:20 GMT
+ - Tue, 25 Mar 2025 15:25:43 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -4709,7 +4923,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 518c7c45-56f3-4389-abaf-29db4ec9d33a
+ - 4b813a93-4930-435a-aa0e-ab81750361a2
status: 404 Not Found
code: 404
- duration: 25.718624ms
+ duration: 27.675459ms