From a6a174e9e8c860a3c6661a3abededb190506a0de Mon Sep 17 00:00:00 2001 From: Jonathan Remy Date: Fri, 3 Oct 2025 14:34:29 +0200 Subject: [PATCH] feat(tem): TEM domain record fields and tests --- docs/resources/tem_domain.md | 12 +- go.mod | 2 +- go.sum | 10 +- internal/services/tem/domain.go | 51 +- internal/services/tem/domain_test.go | 21 +- .../domain-autoconfig-update.cassette.yaml | 432 ++++++------ .../testdata/domain-autoconfig.cassette.yaml | 647 +++++++++++------- .../tem/testdata/domain-basic.cassette.yaml | 142 ++-- templates/resources/tem_domain.md.tmpl | 12 +- 9 files changed, 772 insertions(+), 557 deletions(-) diff --git a/docs/resources/tem_domain.md b/docs/resources/tem_domain.md index c7e1de3177..289730c95c 100644 --- a/docs/resources/tem_domain.md +++ b/docs/resources/tem_domain.md @@ -34,12 +34,12 @@ resource "scaleway_tem_domain" "main" { resource "scaleway_domain_record" "spf" { dns_zone = var.domain_name type = "TXT" - data = "v=spf1 ${scaleway_tem_domain.main.spf_config} -all" + data = scaleway_tem_domain.main.spf_value } resource "scaleway_domain_record" "dkim" { dns_zone = var.domain_name - name = "${scaleway_tem_domain.main.project_id}._domainkey" + name = scaleway_tem_domain.main.dkim_name type = "TXT" data = scaleway_tem_domain.main.dkim_config } @@ -47,7 +47,7 @@ resource "scaleway_domain_record" "dkim" { resource "scaleway_domain_record" "mx" { dns_zone = var.domain_name type = "MX" - data = "." + data = scaleway_tem_domain.main.mx_config } resource "scaleway_domain_record" "dmarc" { @@ -147,6 +147,12 @@ In addition to all arguments above, the following attributes are exported: - `dmarc_config` - DMARC record for the domain, as should be recorded in the DNS zone. +- `dkim_name` - DKIM name for the domain, as should be recorded in the DNS zone. + +- `spf_value` - Complete SPF record value for the domain, as should be recorded in the DNS zone. + +- `mx_config` - MX record configuration for the domain blackhole. + - `smtp_host` - The SMTP host to use to send emails. - `smtp_port_unsecure` - The SMTP port to use to send emails. diff --git a/go.mod b/go.mod index c27d3ce24a..23a7ce0ed3 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( github.com/nats-io/jwt/v2 v2.8.0 github.com/nats-io/nats.go v1.46.1 github.com/robfig/cron/v3 v3.0.1 - github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35 + github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929150437-c65b49480cff github.com/stretchr/testify v1.11.1 golang.org/x/crypto v0.42.0 gopkg.in/dnaeon/go-vcr.v3 v3.2.0 diff --git a/go.sum b/go.sum index ed861a7913..a542003dc6 100644 --- a/go.sum +++ b/go.sum @@ -156,8 +156,6 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0= github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI= -github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= github.com/dnephin/pflag v1.0.7 h1:oxONGlWxhmUct0YzKTgrpQv9AUA1wtPBn7zuSjJqptk= github.com/dnephin/pflag v1.0.7/go.mod h1:uxE91IoWURlOiTUIA8Mq5ZZkAv3dPUfZNaT80Zm7OQE= github.com/docker/docker v28.4.0+incompatible h1:KVC7bz5zJY/4AZe/78BIvCnPsLaC9T/zh72xnlrTTOk= @@ -203,6 +201,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= +github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw= +github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -456,8 +456,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35 h1:8xfn1RzeI9yoCUuEwDy08F+No6PcKZGEDOQ6hrRyLts= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35/go.mod h1:47B1d/YXmSAxlJxUJxClzHR6b3T4M1WyCvwENPQNBWc= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929150437-c65b49480cff h1:1XC8rVPK4hr2lHdHajSurEV2Orp8eMGQ42vqh4hVX7M= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929150437-c65b49480cff/go.mod h1:DVB9HV7nK7TdTRqlpdxw6T0Wxg+aB9xPBEpO3aM2iqQ= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= @@ -895,6 +895,8 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/dnaeon/go-vcr.v3 v3.2.0 h1:Rltp0Vf+Aq0u4rQXgmXgtgoRDStTnFN83cWgSGSoRzM= gopkg.in/dnaeon/go-vcr.v3 v3.2.0/go.mod h1:2IMOnnlx9I6u9x+YBsM3tAMx6AlOxnJ0pWxQAzZ79Ag= +gopkg.in/dnaeon/go-vcr.v4 v4.0.5 h1:I0hpTIvD5rII+8LgYGrHMA2d4SQPoL6u7ZvJakWKsiA= +gopkg.in/dnaeon/go-vcr.v4 v4.0.5/go.mod h1:dRos81TkW9C1WJt6tTaE+uV2Lo8qJT3AG2b35+CB/nQ= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/ini.v1 v1.66.4 h1:SsAcf+mM7mRZo2nJNGt8mZCjG8ZRaNGMURJw7BsIST4= gopkg.in/ini.v1 v1.66.4/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= diff --git a/internal/services/tem/domain.go b/internal/services/tem/domain.go index 20716f67d6..cf3585907b 100644 --- a/internal/services/tem/domain.go +++ b/internal/services/tem/domain.go @@ -109,6 +109,21 @@ func ResourceDomain() *schema.Resource { Computed: true, Description: "DMARC record for the domain, as should be recorded in the DNS zone", }, + "dkim_name": { + Type: schema.TypeString, + Computed: true, + Description: "DKIM name for the domain, as should be recorded in the DNS zone", + }, + "spf_value": { + Type: schema.TypeString, + Computed: true, + Description: "Complete SPF record value for the domain, as should be recorded in the DNS zone", + }, + "mx_config": { + Type: schema.TypeString, + Computed: true, + Description: "MX record configuration for the domain blackhole", + }, "smtp_host": { Type: schema.TypeString, Computed: true, @@ -243,12 +258,36 @@ func ResourceDomainRead(ctx context.Context, d *schema.ResourceData, m any) diag _ = d.Set("spf_config", domain.SpfConfig) _ = d.Set("dkim_config", domain.DkimConfig) - if domain.Records != nil && domain.Records.Dmarc != nil { - _ = d.Set("dmarc_name", domain.Records.Dmarc.Name) - _ = d.Set("dmarc_config", domain.Records.Dmarc.Value) - } else { - _ = d.Set("dmarc_name", "") - _ = d.Set("dmarc_config", "") + if domain.Records != nil { + // DMARC + if domain.Records.Dmarc != nil { + _ = d.Set("dmarc_name", domain.Records.Dmarc.Name) + _ = d.Set("dmarc_config", domain.Records.Dmarc.Value) + } else { + _ = d.Set("dmarc_name", "") + _ = d.Set("dmarc_config", "") + } + + // DKIM + if domain.Records.Dkim != nil { + _ = d.Set("dkim_name", domain.Records.Dkim.Name) + } else { + _ = d.Set("dkim_name", "") + } + + // SPF + if domain.Records.Spf != nil { + _ = d.Set("spf_value", domain.Records.Spf.Value) + } else { + _ = d.Set("spf_value", "") + } + + // MX + if domain.Records.Mx != nil { + _ = d.Set("mx_config", domain.Records.Mx.Value) + } else { + _ = d.Set("mx_config", "") + } } _ = d.Set("smtp_host", tem.SMTPHost) diff --git a/internal/services/tem/domain_test.go b/internal/services/tem/domain_test.go index b41502adb7..956d5c0dd6 100644 --- a/internal/services/tem/domain_test.go +++ b/internal/services/tem/domain_test.go @@ -36,8 +36,11 @@ func TestAccDomain_Basic(t *testing.T) { Check: resource.ComposeTestCheckFunc( isDomainPresent(tt, "scaleway_tem_domain.cr01"), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "name", domainName), - resource.TestCheckResourceAttrSet("scaleway_tem_domain.cr01", "dmarc_config"), - resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "dmarc_name", "_dmarc.terraform-rs"), + resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "dmarc_config", "v=DMARC1; p=none"), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "dmarc_name", regexp.MustCompile(`^_dmarc\.terraform-rs\.test\.local\.$`)), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "dkim_name", regexp.MustCompile(`^[a-f0-9-]+\._domainkey\.terraform-rs\.test\.local\.$`)), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "spf_value", regexp.MustCompile(`^v=spf1 include:terraform-rs\.test\.local -all$`)), + resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "mx_config", "10 blackhole.tem.scaleway.com."), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "last_error", ""), // last_error is deprecated acctest.CheckResourceAttrUUID("scaleway_tem_domain.cr01", "id"), ), @@ -106,8 +109,11 @@ func TestAccDomain_Autoconfig(t *testing.T) { isDomainPresent(tt, "scaleway_tem_domain.cr01"), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "name", subDomainName+"."+domainNameValidation), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "autoconfig", "true"), - resource.TestCheckResourceAttrSet("scaleway_tem_domain.cr01", "dmarc_config"), - resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "dmarc_name", "_dmarc"+"."+subDomainName), + resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "dmarc_config", "v=DMARC1; p=none"), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "dmarc_name", regexp.MustCompile(`^_dmarc\.`+regexp.QuoteMeta(subDomainName+"."+domainNameValidation)+`\.$`)), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "dkim_name", regexp.MustCompile(`^[a-f0-9-]+\._domainkey\.`+regexp.QuoteMeta(subDomainName+"."+domainNameValidation)+`\.$`)), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "spf_value", regexp.MustCompile(`^v=spf1 include:`+regexp.QuoteMeta(subDomainName+"."+domainNameValidation)+` -all$`)), + resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "mx_config", "10 blackhole.tem.scaleway.com."), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "last_error", ""), // last_error is deprecated acctest.CheckResourceAttrUUID("scaleway_tem_domain.cr01", "id"), resource.TestCheckResourceAttr("scaleway_tem_domain_validation.valid", "validated", "true"), @@ -146,8 +152,11 @@ func TestAccDomain_AutoconfigUpdate(t *testing.T) { isDomainPresent(tt, "scaleway_tem_domain.cr01"), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "name", subDomainName+"."+domainNameValidation), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "autoconfig", "false"), - resource.TestCheckResourceAttrSet("scaleway_tem_domain.cr01", "dmarc_config"), - resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "dmarc_name", "_dmarc"+"."+subDomainName), + resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "dmarc_config", "v=DMARC1; p=none"), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "dmarc_name", regexp.MustCompile(`^_dmarc\.`+regexp.QuoteMeta(subDomainName+"."+domainNameValidation)+`\.$`)), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "dkim_name", regexp.MustCompile(`^[a-f0-9-]+\._domainkey\.`+regexp.QuoteMeta(subDomainName+"."+domainNameValidation)+`\.$`)), + resource.TestMatchResourceAttr("scaleway_tem_domain.cr01", "spf_value", regexp.MustCompile(`^v=spf1 include:`+regexp.QuoteMeta(subDomainName+"."+domainNameValidation)+` -all$`)), + resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "mx_config", "10 blackhole.tem.scaleway.com."), resource.TestCheckResourceAttr("scaleway_tem_domain.cr01", "last_error", ""), // last_error is deprecated acctest.CheckResourceAttrUUID("scaleway_tem_domain.cr01", "id"), ), diff --git a/internal/services/tem/testdata/domain-autoconfig-update.cassette.yaml b/internal/services/tem/testdata/domain-autoconfig-update.cassette.yaml index ac57da8862..965eb4a88c 100644 --- a/internal/services/tem/testdata/domain-autoconfig-update.cassette.yaml +++ b/internal/services/tem/testdata/domain-autoconfig-update.cassette.yaml @@ -16,7 +16,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig-update.scaleway-terraform.com&domain=&order_by=domain_asc method: GET response: @@ -25,20 +25,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 32 + content_length: 33 uncompressed: false body: '{"dns_zones":[],"total_count":0}' headers: Content-Length: - - "32" + - "33" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:42 GMT + - Tue, 30 Sep 2025 05:31: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: - - 284d6b72-5ef2-45ad-8fd4-c9e162687584 + - 537c4b49-7ee0-45f0-92d7-ca8dda13b78b status: 200 OK code: 200 - duration: 1.303255708s + duration: 232.223083ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.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: 331 + content_length: 342 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":"test-autoconfig-update","updated_at":"2025-03-26T09:36:42Z"}' + 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":"test-autoconfig-update","updated_at":"2025-09-30T05:31:32Z"}' headers: Content-Length: - - "331" + - "342" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:42 GMT + - Tue, 30 Sep 2025 05:31: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: - - b24b4bf0-dbc7-4816-a0b8-ebc137a8fd0b + - 004be388-5d36-4af2-9d8a-8c88154c59c4 status: 200 OK code: 200 - duration: 384.683667ms + duration: 368.542959ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig-update.scaleway-terraform.com&domain=&order_by=domain_asc method: GET response: @@ -125,20 +125,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 363 + content_length: 375 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":"test-autoconfig-update","updated_at":"2025-03-26T09:36:42Z"}],"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":"test-autoconfig-update","updated_at":"2025-09-30T05:31:32Z"}],"total_count":1}' headers: Content-Length: - - "363" + - "375" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:42 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -146,10 +146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c3b663f-445f-4da1-9c3b-2fddaf2c6c4e + - 6598d9af-2a7e-4478-b905-38fe4f5c5636 status: 200 OK code: 200 - duration: 79.424625ms + duration: 128.625958ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.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: 1181 + content_length: 2023 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.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.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:43.307614348Z","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":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:33.396614461Z","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: - - "1181" + - "2023" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:43 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -197,10 +197,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a788173-6020-42f1-a979-c232417acfe7 + - 751e93ff-d8f2-4208-bfba-193c584e489b status: 200 OK code: 200 - duration: 378.546333ms + duration: 496.677375ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -225,20 +225,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1181 + content_length: 2023 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.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.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:45.618241271Z","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":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:34.224931881Z","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: - - "1181" + - "2023" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:45 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -246,10 +246,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c1eb89d-2e0b-41f9-9fa7-90c4eae650fc + - 6c1cb031-05dd-4553-bb85-80d21b192e13 status: 200 OK code: 200 - duration: 2.330424375s + duration: 765.180584ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -274,20 +274,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1181 + content_length: 2023 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.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.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:48.259171740Z","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":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:35.196535382Z","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: - - "1181" + - "2023" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:48 GMT + - Tue, 30 Sep 2025 05:31:35 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: - - 01def178-6a96-4567-9627-81f3ac7ca939 + - fed0c54e-fd8f-4e26-8abb-16fb3610c882 status: 200 OK code: 200 - duration: 2.400585666s + duration: 878.208459ms - id: 6 request: proto: HTTP/1.1 @@ -314,7 +314,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig-update.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf method: GET response: @@ -323,20 +323,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 363 + content_length: 375 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":"test-autoconfig-update","updated_at":"2025-03-26T09:36:47Z"}],"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":"test-autoconfig-update","updated_at":"2025-09-30T05:31:32Z"}],"total_count":1}' headers: Content-Length: - - "363" + - "375" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:49 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -344,10 +344,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a35b661-9537-4b65-948d-8f44d070dda0 + - bf38c6c6-dc9e-4e2b-924c-65ad281195bd status: 200 OK code: 200 - duration: 86.265667ms + duration: 106.379584ms - id: 7 request: proto: HTTP/1.1 @@ -363,8 +363,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -372,20 +372,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1181 + content_length: 2023 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.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.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:49.933627137Z","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":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:36.832289421Z","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: - - "1181" + - "2023" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:49 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -393,10 +393,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c225eeb-f762-4572-8c6a-21fb80de5b2c + - 9e9560a9-cfb4-4b6d-8e70-df469ef6ef9f status: 200 OK code: 200 - duration: 904.855333ms + duration: 760.348458ms - id: 8 request: proto: HTTP/1.1 @@ -412,7 +412,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig-update.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf method: GET response: @@ -421,20 +421,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 363 + content_length: 375 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":"test-autoconfig-update","updated_at":"2025-03-26T09:36:47Z"}],"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":"test-autoconfig-update","updated_at":"2025-09-30T05:31:32Z"}],"total_count":1}' headers: Content-Length: - - "363" + - "375" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:50 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -442,10 +442,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 286c440f-5fa9-4a67-8329-4b20ce63a10f + - d981bbaf-972f-4027-b5b4-ae81a1a35150 status: 200 OK code: 200 - duration: 83.904417ms + duration: 100.012458ms - id: 9 request: proto: HTTP/1.1 @@ -461,8 +461,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -470,20 +470,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1181 + content_length: 2023 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.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.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:51.211382527Z","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":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:38.137110554Z","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: - - "1181" + - "2023" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:51 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -491,10 +491,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d485455f-1df9-432c-9bf3-30d56b9d5142 + - be397cfc-b66d-4316-9022-4b2c8f7641da status: 200 OK code: 200 - duration: 486.553041ms + duration: 759.732625ms - id: 10 request: proto: HTTP/1.1 @@ -512,8 +512,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: PATCH response: proto: HTTP/2.0 @@ -521,20 +521,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1214 + content_length: 2056 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:52.711011995Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:52.711010734Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:31:38.754520640Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:38.754519254Z","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: - - "1214" + - "2056" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:56 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -542,10 +542,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9fbd59d7-9b25-4789-8354-f3f6fe6a4787 + - 4541e64f-449e-4b29-af0d-5a7fc733836d status: 200 OK code: 200 - duration: 3.848150417s + duration: 3.56660475s - id: 11 request: proto: HTTP/1.1 @@ -561,8 +561,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -570,20 +570,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 2053 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:52.711011Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:56.586518403Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:31:38.754520Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:42.878068146Z","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: - - "1211" + - "2053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:56 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -591,10 +591,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c248a0c3-9b93-41d6-ade2-4ba003835037 + - 3340ba6c-cdfe-4c24-adfa-e0c79b1a18cc status: 200 OK code: 200 - duration: 613.971542ms + duration: 743.729833ms - id: 12 request: proto: HTTP/1.1 @@ -610,8 +610,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -619,20 +619,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 2053 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:52.711011Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:57.473045989Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:31:38.754520Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:43.821604314Z","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: - - "1211" + - "2053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:57 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -640,10 +640,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2079b898-2578-46e0-be4a-143267382c9e + - f9ff1bb1-791a-4429-947a-ce1ff3d78a02 status: 200 OK code: 200 - duration: 456.473ms + duration: 721.28275ms - id: 13 request: proto: HTTP/1.1 @@ -659,7 +659,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig-update.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf method: GET response: @@ -668,20 +668,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 363 + content_length: 375 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":"test-autoconfig-update","updated_at":"2025-03-26T09:36:47Z"}],"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":"test-autoconfig-update","updated_at":"2025-09-30T05:31:38Z"}],"total_count":1}' headers: Content-Length: - - "363" + - "375" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:58 GMT + - Tue, 30 Sep 2025 05:31:44 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: @@ -689,10 +689,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ec2ec7c-bfa4-4f09-bb40-8c8275a08b9d + - 48ebfc4b-d800-4b81-9f1e-ca6e1a45d4b3 status: 200 OK code: 200 - duration: 89.627125ms + duration: 90.150834ms - id: 14 request: proto: HTTP/1.1 @@ -708,8 +708,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -717,20 +717,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 2053 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:52.711011Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:58.805062835Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:31:38.754520Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:45.292887709Z","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: - - "1211" + - "2053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:58 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -738,10 +738,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db2553a3-14da-422b-9a90-070d9cfecd23 + - 05eceb2b-f25c-422c-83ed-e19aaa332f0f status: 200 OK code: 200 - duration: 609.521ms + duration: 841.951458ms - id: 15 request: proto: HTTP/1.1 @@ -757,8 +757,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -766,20 +766,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 2053 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:52.711011Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:37:01.900844993Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:31:38.754520Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:31:46.743507923Z","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: - - "1211" + - "2053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:01 GMT + - Tue, 30 Sep 2025 05:31: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: @@ -787,10 +787,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe0d26f6-8dc0-40c5-9e58-fd6a3119db42 + - 515ea939-9e88-4d50-b0a9-20dca7936a7c status: 200 OK code: 200 - duration: 2.151563958s + duration: 742.460917ms - id: 16 request: proto: HTTP/1.1 @@ -806,8 +806,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -815,20 +815,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 2053 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:37:33.098839Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:37:19.369429481Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:32:21.809877Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:32:02.486248015Z","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: - - "1211" + - "2053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:19 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -836,10 +836,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 532a0a0e-53c7-4add-8c77-1c903ff281ba + - 58d39971-4d4e-4dbe-b877-cecbe537c127 status: 200 OK code: 200 - duration: 2.669022167s + duration: 860.895417ms - id: 17 request: proto: HTTP/1.1 @@ -855,8 +855,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -864,20 +864,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 2053 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-26T09:37:33.098839Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:37:35.182193287Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":null,"name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-09-30T05:32:21.809877Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:32:18.509593857Z","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: - - "1211" + - "2053" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:35 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -885,10 +885,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9f1e6b2-be53-45fd-9314-f3a1ea9b0acc + - 6df8b62e-8969-430e-bc0c-b4199fb424b7 status: 200 OK code: 200 - duration: 651.021083ms + duration: 918.992292ms - id: 18 request: proto: HTTP/1.1 @@ -904,8 +904,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -913,20 +913,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1228 + content_length: 2070 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":"2025-03-26T09:37:35.167575Z","name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-03-27T10:31:35.167575Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig-update","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:37:50.849689255Z","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-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":"2025-09-30T05:32:22.714248Z","name":"test-autoconfig-update.scaleway-terraform.com","next_check_at":"2025-10-01T05:41:12.714248Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig-update.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig-update.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig-update.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig-update.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:32:33.673462102Z","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: - - "1228" + - "2070" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:50 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -934,10 +934,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f44eccfd-88e0-4a4a-aa92-d34f33e4981a + - f823d907-941a-415f-b5c0-de117fc97130 status: 200 OK code: 200 - duration: 614.086792ms + duration: 134.791875ms - id: 19 request: proto: HTTP/1.1 @@ -955,8 +955,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675/revoke + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b/revoke method: POST response: proto: HTTP/2.0 @@ -964,20 +964,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1007 + content_length: 1026 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":"2025-03-26T09:37:35.167575Z","name":"test-autoconfig-update.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-26T09:37:51.043909587Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"autoconfig":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":"2025-09-30T05:32:22.714248Z","name":"test-autoconfig-update.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-09-30T05:32:33.901683064Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' headers: Content-Length: - - "1007" + - "1026" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:51 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -985,10 +985,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28b730e9-f114-4ea5-a56b-c5337b603f8a + - aff62d89-216f-4fea-9d48-282237f0497d status: 200 OK code: 200 - duration: 254.863416ms + duration: 852.367667ms - id: 20 request: proto: HTTP/1.1 @@ -1004,8 +1004,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -1013,20 +1013,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1155 + content_length: 127 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":"2025-03-26T09:37:35.167575Z","name":"test-autoconfig-update.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-26T09:37:51.594947683Z","status":"excellent"},"revoked_at":"2025-03-26T09:37:51.043909Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"message":"resource is not found","resource":"domain","resource_id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","type":"not_found"}' headers: Content-Length: - - "1155" + - "127" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:51 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -1034,10 +1034,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7bd4804-4964-4dae-9205-b67b2207c3ad - status: 200 OK - code: 200 - duration: 509.348667ms + - b6c74bfb-0dc6-4923-935f-2f556a79e9e6 + status: 404 Not Found + code: 404 + duration: 85.992833ms - id: 21 request: proto: HTTP/1.1 @@ -1053,7 +1053,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zone=test-autoconfig-update.scaleway-terraform.com&domain=&order_by=domain_asc method: GET response: @@ -1062,20 +1062,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 363 + content_length: 375 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":"test-autoconfig-update","updated_at":"2025-03-26T09:37:10Z"}],"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":"test-autoconfig-update","updated_at":"2025-09-30T05:32:01Z"}],"total_count":1}' headers: Content-Length: - - "363" + - "375" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:51 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -1083,10 +1083,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3efe06c-fbfa-4d20-a8c1-b7c3239a34ea + - 7d382d63-1b1f-4cb7-92ee-7a408891da95 status: 200 OK code: 200 - duration: 82.950375ms + duration: 161.482584ms - id: 22 request: proto: HTTP/1.1 @@ -1102,7 +1102,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones/test-autoconfig-update.scaleway-terraform.com?project_id=105bdce1-64c0-48ab-899d-868455867ecf method: DELETE response: @@ -1122,9 +1122,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:51 GMT + - Tue, 30 Sep 2025 05:32: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: @@ -1132,10 +1132,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2daab99-8034-4c2b-9cd8-30446b646ca8 + - 8f245387-6942-43ad-bbab-e2b26de8f3f9 status: 200 OK code: 200 - duration: 134.419625ms + duration: 132.131833ms - id: 23 request: proto: HTTP/1.1 @@ -1153,8 +1153,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675/revoke + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b/revoke method: POST response: proto: HTTP/2.0 @@ -1162,20 +1162,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1004 + content_length: 1023 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":"2025-03-26T09:37:35.167575Z","name":"test-autoconfig-update.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-26T09:37:51.043909Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"autoconfig":false,"created_at":"2025-09-30T05:31:33.372988Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6ZFca611zZgTNE61oLTr4LCP2N2KZHSjfNSAvV30mvw4/JHIwty7NRjRiS/ZEigdRO2FfGST9nLsBGRg0Ovd4UkO+4D/dj+HRvILLN+2GLOiTcpxHj9Pxn5y3/4hWPpKLVhVkn0nhBVkmJsa4letp7n7lxKLmLcRwldq0fqe8WOAp+YAwBFL46fCdFzMfY7TGKQhKTizi4xK2SGRuffx/CJLs/wRMSiEW8B9ETQYY4blHPufU+kD0WjHeNI36Drw3AYZE22OSFhznqd1OF6iFxBV80DBp2Zo4XG/mD/lXdu7Ogqvg81KJTw0UzL+0IL2YzqN1KezFxsHP9F6ww1XwIDAQAB","id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","last_error":null,"last_valid_at":"2025-09-30T05:32:22.714248Z","name":"test-autoconfig-update.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-09-30T05:32:33.901683Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' headers: Content-Length: - - "1004" + - "1023" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:51 GMT + - Tue, 30 Sep 2025 05:32:35 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: @@ -1183,10 +1183,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f62d182f-f6be-4378-85de-5fced3255daa + - d3ca5b91-04d4-42a2-ad65-1d22603b6f26 status: 200 OK code: 200 - duration: 22.350375ms + duration: 110.793542ms - id: 24 request: proto: HTTP/1.1 @@ -1202,8 +1202,8 @@ interactions: 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/a6bb03eb-872c-41bc-bf42-c93f8db76675 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/ec255447-0b32-41b5-8fd9-6b82ce54d98b method: GET response: proto: HTTP/2.0 @@ -1211,20 +1211,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1155 + content_length: 127 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:36:43.296581Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlymjcX0FKGMe/deF6vnqkj1dA4qwJQZThkbgUDi/Iht4PuZBk1sRLDzi5qgwRCos4Us5GBacxkinEh+EHgNNhqOYQ9ZDCWelL+29qKps/LoeNpdKKLVtidyWjD5GUw1zwYkYgoJgFNbXoGbYO1wpCBC3VB6f2cWGKo3QAufoFvY7ONBxFf0Z0gj6LF07ShuUIiEJcDvcYc0kcgwpC0V2PHHEij633Ao2ItBr1oZxBPQegUS/jXBlv6Ioxtg6KLLcJCguCR7W/MLHGYLmkViT0e7I5MT3FJU9Jt7VUFRfWWfyUKv5zllUU1Kf+grHKUTr7YbzMT0YvK0MhD+Yng8+lQIDAQAB","id":"a6bb03eb-872c-41bc-bf42-c93f8db76675","last_error":null,"last_valid_at":"2025-03-26T09:37:35.167575Z","name":"test-autoconfig-update.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-26T09:37:52.387655598Z","status":"excellent"},"revoked_at":"2025-03-26T09:37:51.043909Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"message":"resource is not found","resource":"domain","resource_id":"ec255447-0b32-41b5-8fd9-6b82ce54d98b","type":"not_found"}' headers: Content-Length: - - "1155" + - "127" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:37:52 GMT + - Tue, 30 Sep 2025 05:32:35 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: @@ -1232,7 +1232,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8ea0490-328c-46f4-a9ff-e7869b7c7b08 - status: 200 OK - code: 200 - duration: 552.385458ms + - baf93ae1-ae00-4477-9420-22e6ebafcd0b + status: 404 Not Found + code: 404 + duration: 80.753625ms diff --git a/internal/services/tem/testdata/domain-autoconfig.cassette.yaml b/internal/services/tem/testdata/domain-autoconfig.cassette.yaml index 8a761605cd..1b70e14665 100644 --- a/internal/services/tem/testdata/domain-autoconfig.cassette.yaml +++ b/internal/services/tem/testdata/domain-autoconfig.cassette.yaml @@ -16,7 +16,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig.scaleway-terraform.com&domain=&order_by=domain_asc method: GET response: @@ -25,20 +25,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 32 + content_length: 33 uncompressed: false body: '{"dns_zones":[],"total_count":0}' headers: Content-Length: - - "32" + - "33" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:17 GMT + - Tue, 30 Sep 2025 05:37:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - ec05d30b-8287-44a6-8eeb-e52aad2c676b + - 4f6bfc50-2c18-4fca-9ebd-f71c9e40cb2f status: 200 OK code: 200 - duration: 238.400625ms + duration: 287.752791ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.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: 324 + content_length: 335 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":"test-autoconfig","updated_at":"2025-03-26T09:35:17Z"}' + 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":"test-autoconfig","updated_at":"2025-09-30T05:37:33Z"}' headers: Content-Length: - - "324" + - "335" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:17 GMT + - Tue, 30 Sep 2025 05:37:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 3d2fdd9c-878c-4473-a079-6e6057ea2597 + - 089d5bcb-0c2b-44ce-895c-1aa6e8c7f26e status: 200 OK code: 200 - duration: 299.246875ms + duration: 318.8655ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig.scaleway-terraform.com&domain=&order_by=domain_asc method: GET response: @@ -125,20 +125,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 356 + content_length: 368 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":"test-autoconfig","updated_at":"2025-03-26T09:35:17Z"}],"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":"test-autoconfig","updated_at":"2025-09-30T05:37:33Z"}],"total_count":1}' headers: Content-Length: - - "356" + - "368" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:18 GMT + - Tue, 30 Sep 2025 05:37:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - d0b8d82c-a648-474e-84e3-9f02d3c8aadc + - e8c00733-8122-4937-8d89-ef3a95943be3 status: 200 OK code: 200 - duration: 76.745542ms + duration: 114.711625ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.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: 1197 + content_length: 2011 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:21.728502Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:35:21.843970969Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:37.769807Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:37:37.841887954Z","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: - - "1197" + - "2011" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:21 GMT + - Tue, 30 Sep 2025 05:37:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 44d59d65-2746-413b-9020-f2afe0410ce1 + - a7ceedef-3f58-4a7b-b805-b5ed08d88b93 status: 200 OK code: 200 - duration: 3.858963083s + duration: 3.843001125s - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -225,20 +225,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1197 + content_length: 2011 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:21.728502Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:35:24.355728640Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:37.769807Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:37:37.983413811Z","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: - - "1197" + - "2011" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:24 GMT + - Tue, 30 Sep 2025 05:37:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - bbebc10d-241a-4a64-b268-6b3cf8dd5db7 + - 01e7ec35-6e19-4f11-9de0-526b15cb62ba status: 200 OK code: 200 - duration: 2.537975625s + duration: 173.80275ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -274,20 +274,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1197 + content_length: 2011 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:21.728502Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:35:27.298935295Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:37.769807Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:37:38.818045151Z","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: - - "1197" + - "2011" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:27 GMT + - Tue, 30 Sep 2025 05:37:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 6224a1a4-dec5-4570-bcbb-e21e8644bccd + - f730fd7b-f23f-4e8b-af38-68c89482c42f status: 200 OK code: 200 - duration: 2.962727375s + duration: 774.525625ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -325,20 +325,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1075 + content_length: 1131 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:21.728502Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:37.769807Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1075" + - "1131" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:27 GMT + - Tue, 30 Sep 2025 05:37:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 84e44632-8489-4839-ba17-c27d5faf0d2f + - f0707f30-631c-4ce9-98fb-527f320fe423 status: 200 OK code: 200 - duration: 77.981958ms + duration: 30.308459ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -376,20 +376,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1075 + content_length: 1131 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:21.728502Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:37.769807Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1075" + - "1131" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:28 GMT + - Tue, 30 Sep 2025 05:37:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 9094ed2a-10c9-46b7-b01e-78e966d48f62 + - 6681a8ed-7991-44c4-9cee-6761a68b2d40 status: 200 OK code: 200 - duration: 32.404167ms + duration: 101.02075ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -427,20 +427,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1075 + content_length: 1131 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:21.728502Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:37.769807Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1075" + - "1131" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:29 GMT + - Tue, 30 Sep 2025 05:37:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 3227d973-8220-4160-b78a-31962f336c8a + - fdc728a0-03d9-4810-8635-e201f4fd2db3 status: 200 OK code: 200 - duration: 87.0495ms + duration: 85.169667ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -478,20 +478,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1078 + content_length: 1134 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:31.167811461Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:42.704046545Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1078" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:31 GMT + - Tue, 30 Sep 2025 05:37:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - e26a8839-fc94-4638-873b-acf5f3519a7d + - 41c8b6e6-663b-4679-acb0-dcd3a009026f status: 200 OK code: 200 - duration: 98.759542ms + duration: 140.232708ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -529,20 +529,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1075 + content_length: 1134 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:31.167811Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:46.835239567Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1075" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:35 GMT + - Tue, 30 Sep 2025 05:37:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - ea1cd00b-897c-4955-b8ca-323ab63da83e + - 78dd227a-1174-4548-a0dc-398d0907f813 status: 200 OK code: 200 - duration: 79.591084ms + duration: 112.888834ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -580,20 +580,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1078 + content_length: 1134 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:43.365783196Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:37:54.936660965Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1078" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:43 GMT + - Tue, 30 Sep 2025 05:37:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 49ffb6cf-e536-4b5a-adfe-b6703e2a8c3f + - 9a0d23d1-3b50-4f6e-b721-a09db47d89e8 status: 200 OK code: 200 - duration: 197.998625ms + duration: 103.636542ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -631,20 +631,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1078 + content_length: 1134 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:35:53.538583006Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:38:05.055764777Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1078" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:35:53 GMT + - Tue, 30 Sep 2025 05:38:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 58a64e84-7cfa-4b16-81cd-ed74f16195e3 + - 1ac4ce83-1f97-4d2c-90e7-78eb58f5156e status: 200 OK code: 200 - duration: 88.018583ms + duration: 154.585417ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -682,20 +682,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1092 + content_length: 1134 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:38:15.192853429Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1092" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:03 GMT + - Tue, 30 Sep 2025 05:38:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - 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: - - 0e3c4e13-0207-4d6a-a5d1-dd1dc0960d93 + - 230170a3-5e63-4b3e-bc12-21bd802f5cdb status: 200 OK code: 200 - duration: 119.776542ms + duration: 92.872208ms - 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.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/check + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check method: POST response: proto: HTTP/2.0 @@ -733,20 +733,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1092 + content_length: 1134 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:38:25.375408586Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: - - "1092" + - "1134" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:03 GMT + - Tue, 30 Sep 2025 05:38:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -754,11 +754,164 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17b22934-bdcf-4d30-b521-fc4e0979a28e + - f1f062b1-a9fa-4c13-b2cc-ee4eac11a65c status: 200 OK code: 200 - duration: 42.403542ms + duration: 257.737292ms - id: 15 + 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.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1134 + uncompressed: false + body: '{"autoconfig":false,"created_at":"2025-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":null,"name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:38:35.549262937Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: + - "1134" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 30 Sep 2025 05:38: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: + - 5c7d6db3-82da-4c91-bc15-648f80c10fe0 + status: 200 OK + code: 200 + duration: 107.135542ms + - id: 16 + 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.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1148 + uncompressed: false + body: '{"autoconfig":false,"created_at":"2025-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: + - "1148" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 30 Sep 2025 05:38:45 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: + - 38f31894-395d-4650-9605-8574ff3b2cf0 + status: 200 OK + code: 200 + duration: 109.091459ms + - id: 17 + 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.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/check + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 1148 + uncompressed: false + body: '{"autoconfig":false,"created_at":"2025-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":null,"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"},"mx":null,"spf":null},"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: + - "1148" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 30 Sep 2025 05:38:45 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: + - 5e8c14bd-9ee8-44b3-aab5-3f5a0070d204 + status: 200 OK + code: 200 + duration: 60.477167ms + - id: 18 request: proto: HTTP/1.1 proto_major: 1 @@ -773,8 +926,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -782,20 +935,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1214 + content_length: 2028 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:04.514668655Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:38:45.834353539Z","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: - - "1214" + - "2028" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:04 GMT + - Tue, 30 Sep 2025 05:38:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -803,11 +956,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0536acef-2482-4ba4-a488-ecbe99e933ea + - e282c860-e55f-4fd9-af2f-55d9423fbf04 status: 200 OK code: 200 - duration: 879.330417ms - - id: 16 + duration: 139.821666ms + - id: 19 request: proto: HTTP/1.1 proto_major: 1 @@ -822,8 +975,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -831,20 +984,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1214 + content_length: 2028 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:05.110113988Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:38:46.148990287Z","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: - - "1214" + - "2028" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:05 GMT + - Tue, 30 Sep 2025 05:38:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -852,11 +1005,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d073647-7af4-4e54-9148-30cab3f59c18 + - 947f6b81-59d7-459f-a222-4bcdc3f61168 status: 200 OK code: 200 - duration: 392.523458ms - - id: 17 + duration: 89.189083ms + - id: 20 request: proto: HTTP/1.1 proto_major: 1 @@ -871,7 +1024,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zones=test-autoconfig.scaleway-terraform.com&domain=&order_by=domain_asc&project_id=105bdce1-64c0-48ab-899d-868455867ecf method: GET response: @@ -880,20 +1033,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 356 + content_length: 368 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":"test-autoconfig","updated_at":"2025-03-26T09:35: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":"test-autoconfig","updated_at":"2025-09-30T05:38:39Z"}],"total_count":1}' headers: Content-Length: - - "356" + - "368" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:05 GMT + - Tue, 30 Sep 2025 05:38:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -901,11 +1054,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4dd16d4-51f9-4339-b115-7f6ce82568ea + - 3fbae9a1-a97b-4027-ac0f-612cdc07ded3 status: 200 OK code: 200 - duration: 94.889625ms - - id: 18 + duration: 147.588834ms + - id: 21 request: proto: HTTP/1.1 proto_major: 1 @@ -920,8 +1073,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -929,20 +1082,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1214 + content_length: 2028 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:06.246839179Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:38:47.094839336Z","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: - - "1214" + - "2028" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:06 GMT + - Tue, 30 Sep 2025 05:38:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -950,11 +1103,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 59bd69ab-c50c-4c94-bbcf-183ca85f482c + - 286d9185-7659-4910-b1ed-7996f2c298fe status: 200 OK code: 200 - duration: 399.661333ms - - id: 19 + duration: 160.366708ms + - id: 22 request: proto: HTTP/1.1 proto_major: 1 @@ -969,8 +1122,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -978,20 +1131,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1214 + content_length: 2028 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:06.768253772Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:38:47.346001110Z","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: - - "1214" + - "2028" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:06 GMT + - Tue, 30 Sep 2025 05:38:47 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -999,11 +1152,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 69253f70-7d46-4e22-96bc-e48fdc87484d + - f66655b7-c792-4dfa-b35c-0a5040aa05a5 status: 200 OK code: 200 - duration: 732.172958ms - - id: 20 + duration: 180.97575ms + - id: 23 request: proto: HTTP/1.1 proto_major: 1 @@ -1018,8 +1171,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -1027,20 +1180,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1214 + content_length: 2028 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-03-26T09:36:56.061205Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.test-autoconfig","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-03-26T09:36:08.464973941Z","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-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.scaleway-terraform.com","next_check_at":"2025-09-30T05:39:38.473511Z","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.test-autoconfig.scaleway-terraform.com.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB"},"dmarc":{"name":"_dmarc.test-autoconfig.scaleway-terraform.com.","value":"v=DMARC1; p=none"},"mx":{"name":"test-autoconfig.scaleway-terraform.com.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"test-autoconfig.scaleway-terraform.com.","value":"v=spf1 include:test-autoconfig.scaleway-terraform.com -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:38:48.107769301Z","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: - - "1214" + - "2028" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:08 GMT + - Tue, 30 Sep 2025 05:38:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1048,11 +1201,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83cf5dd8-40ec-4fa5-9645-6b7cdf73a22b + - 202515e8-ce7f-4243-a8d9-4f72200e89e9 status: 200 OK code: 200 - duration: 469.892958ms - - id: 21 + duration: 272.875542ms + - id: 24 request: proto: HTTP/1.1 proto_major: 1 @@ -1069,8 +1222,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/revoke + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/revoke method: POST response: proto: HTTP/2.0 @@ -1078,20 +1231,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1000 + content_length: 1019 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.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-26T09:36:08.674933376Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"autoconfig":false,"created_at":"2025-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.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-09-30T05:38:48.360069087Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' headers: Content-Length: - - "1000" + - "1019" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:08 GMT + - Tue, 30 Sep 2025 05:38:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1099,11 +1252,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4698efb-be27-4778-9463-62facb089dd9 + - 5153df32-5dec-42a9-8117-c0adbd719db6 status: 200 OK code: 200 - duration: 193.944875ms - - id: 22 + duration: 186.46075ms + - id: 25 request: proto: HTTP/1.1 proto_major: 1 @@ -1118,8 +1271,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -1127,20 +1280,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1148 + content_length: 127 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.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-26T09:36:10.841246708Z","status":"excellent"},"revoked_at":"2025-03-26T09:36:08.674933Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"message":"resource is not found","resource":"domain","resource_id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","type":"not_found"}' headers: Content-Length: - - "1148" + - "127" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:10 GMT + - Tue, 30 Sep 2025 05:38:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1148,11 +1301,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 26bf3b07-012c-4a26-b93d-5d508a268ca3 - status: 200 OK - code: 200 - duration: 2.160248334s - - id: 23 + - 1a17e6cd-9c99-4893-8f62-bf1c08d3e51b + status: 404 Not Found + code: 404 + duration: 165.160459ms + - id: 26 request: proto: HTTP/1.1 proto_major: 1 @@ -1167,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones?dns_zone=test-autoconfig.scaleway-terraform.com&domain=&order_by=domain_asc method: GET response: @@ -1176,20 +1329,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 356 + content_length: 368 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":"test-autoconfig","updated_at":"2025-03-26T09:35: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":"test-autoconfig","updated_at":"2025-09-30T05:38:39Z"}],"total_count":1}' headers: Content-Length: - - "356" + - "368" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:11 GMT + - Tue, 30 Sep 2025 05:38:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1197,11 +1350,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa500ab7-9d25-4572-aee4-a0cf801a0cfa + - a4ea49c3-1beb-45fd-bc4a-bff984c2e9ce status: 200 OK code: 200 - duration: 87.02025ms - - id: 24 + duration: 169.656ms + - id: 27 request: proto: HTTP/1.1 proto_major: 1 @@ -1216,7 +1369,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/domain/v2beta1/dns-zones/test-autoconfig.scaleway-terraform.com?project_id=105bdce1-64c0-48ab-899d-868455867ecf method: DELETE response: @@ -1236,9 +1389,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:11 GMT + - Tue, 30 Sep 2025 05:38:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1246,11 +1399,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fde02842-563d-409d-8453-b4283da1b6e6 + - 84e45caf-0361-48b8-a330-07bdd558c8a0 status: 200 OK code: 200 - duration: 214.317917ms - - id: 25 + duration: 176.072584ms + - id: 28 request: proto: HTTP/1.1 proto_major: 1 @@ -1267,8 +1420,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880/revoke + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97/revoke method: POST response: proto: HTTP/2.0 @@ -1276,20 +1429,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 997 + content_length: 1016 uncompressed: false - body: '{"autoconfig":false,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.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-26T09:36:08.674933Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"autoconfig":false,"created_at":"2025-09-30T05:37:37.828680Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJQ7Ih6yQH7ex4lcVpKz/f/Y9zF0ccz2kb519xx2XCGEXqqecvJbn+FZ750+ii+4G+sA2dRYYVmT5FiAfZMWWcL4flYWTrVWUH9gRaBr87j+J91SVhTjYatJPcLdRSo5ZmxYP9vhlZ+ML9sjiGdVhjJGyWGB6HZwC65hkAkcHHWQuE/pKsSD0ZqCglkqffw75VyisReH4LQ7vCcRryJ4V1wveJqHofmCjdnfq3RGpqilheFBx1HYiwktD3kZwsUJdnOGr5vh2c0ok57WMoR+OgF5pzpUwIvhJ3OsHBw9VIhoVBAfc45HKVrfTQR+Ydsb38/9sjNlKEzo0t0CVAl7FQIDAQAB","id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","last_error":null,"last_valid_at":"2025-09-30T05:38:38.473511Z","name":"test-autoconfig.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-09-30T05:38:48.360069Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' headers: Content-Length: - - "997" + - "1016" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:11 GMT + - Tue, 30 Sep 2025 05:38:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1297,11 +1450,11 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ffd0e81-6765-4f2e-a653-639d77cf5812 + - f562cca0-3be9-497d-abe3-2d587ab2fd90 status: 200 OK code: 200 - duration: 109.654042ms - - id: 26 + duration: 150.24525ms + - id: 29 request: proto: HTTP/1.1 proto_major: 1 @@ -1316,8 +1469,8 @@ interactions: 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/cfb50d3f-f2b6-42cd-87a2-1aa14350f880 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/146d12a7-81f5-4426-9cb1-d260f5ab5a97 method: GET response: proto: HTTP/2.0 @@ -1325,20 +1478,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1148 + content_length: 127 uncompressed: false - body: '{"autoconfig":true,"created_at":"2025-03-26T09:35:21.802187Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGXRk03WsCt4bykTIRG22JqXRdpQ3sp/YLvvpjCDtMd9/wYptjj5IT2RvLreoQ0DpVELILQFb7a2vQAUzOFIH7R/GrujNCiIcduKDHdCopryH6BYbWGlLBmyXv6HxnwnXXL8Gp6/FyTHAemjnDkrUIkf87tgfTr991mjg7JUHXOb9x80UDt+v13GEon6bNx4GlCS2oxtuu6D5H2hfG62pt6Gmpkg3xfnoJHcONU4ldwBtYqzE1+eD580hHCud5lAjCtUHlYSW9cSBE4Zn2iwwLTaJON0BPyjbnYpNdpx1vcG60w02WJVz4Z5O6QwL2sV7VXVuwctdIBI7YNhnxbsrwIDAQAB","id":"cfb50d3f-f2b6-42cd-87a2-1aa14350f880","last_error":null,"last_valid_at":"2025-03-26T09:35:56.061205Z","name":"test-autoconfig.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-26T09:36:11.815393185Z","status":"excellent"},"revoked_at":"2025-03-26T09:36:08.674933Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"message":"resource is not found","resource":"domain","resource_id":"146d12a7-81f5-4426-9cb1-d260f5ab5a97","type":"not_found"}' headers: Content-Length: - - "1148" + - "127" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 26 Mar 2025 09:36:11 GMT + - Tue, 30 Sep 2025 05:38:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1346,7 +1499,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57283efc-ae55-4986-a5ef-a194b335485a - status: 200 OK - code: 200 - duration: 593.278917ms + - 12b55033-2e06-400f-a445-366b8091dd32 + status: 404 Not Found + code: 404 + duration: 175.075125ms diff --git a/internal/services/tem/testdata/domain-basic.cassette.yaml b/internal/services/tem/testdata/domain-basic.cassette.yaml index 7e621a7769..e7197a9c66 100644 --- a/internal/services/tem/testdata/domain-basic.cassette.yaml +++ b/internal/services/tem/testdata/domain-basic.cassette.yaml @@ -18,7 +18,7 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains method: POST response: @@ -27,18 +27,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 1891 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.terraform-rs","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:00:56.510683606Z","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":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.terraform-rs.test.local.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB"},"dmarc":{"name":"_dmarc.terraform-rs.test.local.","value":"v=DMARC1; p=none"},"mx":{"name":"terraform-rs.test.local.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"terraform-rs.test.local.","value":"v=spf1 include:terraform-rs.test.local -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:29:33.910914243Z","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" + - "1891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:56 GMT + - Tue, 30 Sep 2025 05:29:33 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c26e4301-443e-4269-a037-494bd5dc4c07 + - 0aa4c209-123d-498c-a771-d0ef405a1ddb status: 200 OK code: 200 - duration: 340.759286ms + duration: 3.914629917s - id: 1 request: proto: HTTP/1.1 @@ -67,8 +67,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/b9f9415f-e97d-438d-9061-f5eed6c05048 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505 method: GET response: proto: HTTP/2.0 @@ -76,18 +76,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 1891 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.terraform-rs","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:00:56.747807577Z","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":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.terraform-rs.test.local.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB"},"dmarc":{"name":"_dmarc.terraform-rs.test.local.","value":"v=DMARC1; p=none"},"mx":{"name":"terraform-rs.test.local.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"terraform-rs.test.local.","value":"v=spf1 include:terraform-rs.test.local -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:29:34.641646685Z","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" + - "1891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:56 GMT + - Tue, 30 Sep 2025 05:29:34 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc66779e-18a2-4276-afec-0ec6150d081e + - 54ded2cd-d7d6-47d6-bda6-d2bc735cb087 status: 200 OK code: 200 - duration: 269.075443ms + duration: 721.621625ms - id: 2 request: proto: HTTP/1.1 @@ -116,8 +116,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/b9f9415f-e97d-438d-9061-f5eed6c05048 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505 method: GET response: proto: HTTP/2.0 @@ -125,18 +125,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 1891 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.terraform-rs","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:00:56.983440444Z","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":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.terraform-rs.test.local.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB"},"dmarc":{"name":"_dmarc.terraform-rs.test.local.","value":"v=DMARC1; p=none"},"mx":{"name":"terraform-rs.test.local.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"terraform-rs.test.local.","value":"v=spf1 include:terraform-rs.test.local -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:29:35.164048937Z","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" + - "1891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:57 GMT + - Tue, 30 Sep 2025 05:29:35 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -146,10 +146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7041a73-4f16-4700-b72a-3e5f322c7293 + - cca95ad6-6dc5-4eaf-8837-27813107a02b status: 200 OK code: 200 - duration: 78.572325ms + duration: 178.285875ms - id: 3 request: proto: HTTP/1.1 @@ -165,8 +165,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/b9f9415f-e97d-438d-9061-f5eed6c05048 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505 method: GET response: proto: HTTP/2.0 @@ -174,18 +174,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 1891 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.terraform-rs","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:00:57.313646008Z","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":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.terraform-rs.test.local.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB"},"dmarc":{"name":"_dmarc.terraform-rs.test.local.","value":"v=DMARC1; p=none"},"mx":{"name":"terraform-rs.test.local.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"terraform-rs.test.local.","value":"v=spf1 include:terraform-rs.test.local -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:29:36.217996578Z","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" + - "1891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:57 GMT + - Tue, 30 Sep 2025 05:29:36 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -195,10 +195,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e6f8411-c8f2-4905-abbc-16a0b6b4ed26 + - 5747d24f-164e-4269-b28a-b9b160aa22c5 status: 200 OK code: 200 - duration: 35.591031ms + duration: 88.539416ms - id: 4 request: proto: HTTP/1.1 @@ -214,8 +214,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/b9f9415f-e97d-438d-9061-f5eed6c05048 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505 method: GET response: proto: HTTP/2.0 @@ -223,18 +223,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 1891 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dmarc":{"name":"_dmarc.terraform-rs","value":"v=DMARC1; p=none"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2024-09-20T13:00:57.903605066Z","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":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","next_check_at":null,"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","records":{"dkim":{"name":"105bdce1-64c0-48ab-899d-868455867ecf._domainkey.terraform-rs.test.local.","value":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB"},"dmarc":{"name":"_dmarc.terraform-rs.test.local.","value":"v=DMARC1; p=none"},"mx":{"name":"terraform-rs.test.local.","value":"10 blackhole.tem.scaleway.com."},"spf":{"name":"terraform-rs.test.local.","value":"v=spf1 include:terraform-rs.test.local -all"}},"region":"fr-par","reputation":{"previous_score":null,"previous_scored_at":null,"score":100,"scored_at":"2025-09-30T05:29:37.465814483Z","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" + - "1891" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:57 GMT + - Tue, 30 Sep 2025 05:29:37 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -244,10 +244,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3003930d-4515-4fc7-a9b2-a83ab494de64 + - 88dba932-ab5d-4014-87c0-bf2c1e60e887 status: 200 OK code: 200 - duration: 240.76317ms + duration: 738.420459ms - id: 5 request: proto: HTTP/1.1 @@ -265,8 +265,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/b9f9415f-e97d-438d-9061-f5eed6c05048/revoke + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505/revoke method: POST response: proto: HTTP/2.0 @@ -276,7 +276,7 @@ interactions: trailer: {} content_length: 979 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","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:00:58.827101763Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"autoconfig":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","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-09-30T05:29:37.694188026Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' headers: Content-Length: - "979" @@ -285,7 +285,7 @@ interactions: Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:58 GMT + - Tue, 30 Sep 2025 05:29:37 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -295,10 +295,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2441a1d9-4da0-475e-8000-86f73c2ab222 + - 20efc83b-b248-4902-af3d-f2b6aea70e2b status: 200 OK code: 200 - duration: 947.869491ms + duration: 171.869584ms - id: 6 request: proto: HTTP/1.1 @@ -314,8 +314,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/b9f9415f-e97d-438d-9061-f5eed6c05048 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505 method: GET response: proto: HTTP/2.0 @@ -323,18 +323,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1132 + content_length: 127 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","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:00:59.069170562Z","status":"excellent"},"revoked_at":"2024-09-20T13:00:58.827101Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"message":"resource is not found","resource":"domain","resource_id":"065b92f7-00bb-4df7-b465-a2bc32e16505","type":"not_found"}' headers: Content-Length: - - "1132" + - "127" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:59 GMT + - Tue, 30 Sep 2025 05:29:38 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -344,10 +344,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad5311c7-f073-40bd-8a0b-2fc0242058ba - status: 200 OK - code: 200 - duration: 275.554564ms + - 7c482e21-0a4c-4f02-95e9-9eff21f77f3e + status: 404 Not Found + code: 404 + duration: 657.796125ms - id: 7 request: proto: HTTP/1.1 @@ -365,8 +365,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/b9f9415f-e97d-438d-9061-f5eed6c05048/revoke + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505/revoke method: POST response: proto: HTTP/2.0 @@ -376,7 +376,7 @@ interactions: trailer: {} content_length: 976 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","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:00:58.827101Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"autoconfig":false,"created_at":"2025-09-30T05:29:33.889379Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmz012FsofDIuAEEfHCl1EU/m7kXbtkIFVV/Zq6sGyrfxPp7e0M8gKer9vMCsnYJWeJzlabJ/NPihw4jXrCvuYeZNWHCsvbpYZncbYNbgK2eOPTip4tWuvujvdhfnQwIgsG41js+rK1j06gxP2vl/Nje3+H2SjgSwuisbnoHX5s6X0SNSVh0HwFUQw486iC1ExMsNvmHsbs+HRZaF7FSjvlBqEyOy8LQiqZ+AtJMXIPku4YXROflhfSh8Zy+hzPR/fhWbiyNTRJBKnj0sMilIVR5NMQDy4sNQxpkIXgDvEZC8HJJ9amRmhd3y0Z4aSs5kUdKYsNGO96c8h4WaOn9TDwIDAQAB","id":"065b92f7-00bb-4df7-b465-a2bc32e16505","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","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-09-30T05:29:37.694188Z","spf_config":"","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' headers: Content-Length: - "976" @@ -385,7 +385,7 @@ interactions: Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:59 GMT + - Tue, 30 Sep 2025 05:29:38 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -395,10 +395,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 182dad5b-9ac7-461f-b8f1-a113a643da90 + - 498a9745-5812-43fb-8b1e-eee272aa839c status: 200 OK code: 200 - duration: 79.639253ms + duration: 28.750334ms - id: 8 request: proto: HTTP/1.1 @@ -414,8 +414,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/b9f9415f-e97d-438d-9061-f5eed6c05048 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/transactional-email/v1alpha1/regions/fr-par/domains/065b92f7-00bb-4df7-b465-a2bc32e16505 method: GET response: proto: HTTP/2.0 @@ -423,18 +423,18 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1132 + content_length: 127 uncompressed: false - body: '{"autoconfig":false,"created_at":"2024-09-20T13:00:56.470620Z","dkim_config":"v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbfzDS7xB2uKU7LKDlohm9LP54lY/DmqtYGO6rPHZ2v5gsi57lzhtxFAYi3cil+R8p8IgRTRXCIAvQbfkMZ8XWvtsk1osTrGMqIiByJl2EbGnhmIZMiydpiz/T4o1xnLBhTt8s1Mznn9xJcr89Bg35dJJQhOWBkP7LvXlPbLHJ4lfSTZUfzmnRIzNbXOiARMmtTdETIlhq5OVwxn+rIGG2eQWkUl7VBrwnyCOF3e+ejAcPdghB4sG6XrLyv3bWcj160M4I2Y9IGtaH+92yO8ZCJzsUkCLtNcH6JwMCtRonPKE8JGwZ0dAwG3EPcPeFXZvUg7y2gmmMSAidsCVPA8LQIDAQAB","id":"b9f9415f-e97d-438d-9061-f5eed6c05048","last_error":null,"last_valid_at":null,"name":"terraform-rs.test.local","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:00:59.305151563Z","status":"excellent"},"revoked_at":"2024-09-20T13:00:58.827101Z","spf_config":"include:_spf.tem.scaleway.com","statistics":{"canceled_count":0,"failed_count":0,"sent_count":0,"total_count":0},"status":"revoked"}' + body: '{"message":"resource is not found","resource":"domain","resource_id":"065b92f7-00bb-4df7-b465-a2bc32e16505","type":"not_found"}' headers: Content-Length: - - "1132" + - "127" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 20 Sep 2024 13:00:59 GMT + - Tue, 30 Sep 2025 05:29:39 GMT Server: - Scaleway API Gateway (fr-par-1;edge02) Strict-Transport-Security: @@ -444,7 +444,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08158ebe-0d17-4e84-962c-4b4951685a90 - status: 200 OK - code: 200 - duration: 438.378323ms + - f6a4c879-3e9c-43de-8457-e172b77ab015 + status: 404 Not Found + code: 404 + duration: 635.131167ms diff --git a/templates/resources/tem_domain.md.tmpl b/templates/resources/tem_domain.md.tmpl index c7e1de3177..289730c95c 100644 --- a/templates/resources/tem_domain.md.tmpl +++ b/templates/resources/tem_domain.md.tmpl @@ -34,12 +34,12 @@ resource "scaleway_tem_domain" "main" { resource "scaleway_domain_record" "spf" { dns_zone = var.domain_name type = "TXT" - data = "v=spf1 ${scaleway_tem_domain.main.spf_config} -all" + data = scaleway_tem_domain.main.spf_value } resource "scaleway_domain_record" "dkim" { dns_zone = var.domain_name - name = "${scaleway_tem_domain.main.project_id}._domainkey" + name = scaleway_tem_domain.main.dkim_name type = "TXT" data = scaleway_tem_domain.main.dkim_config } @@ -47,7 +47,7 @@ resource "scaleway_domain_record" "dkim" { resource "scaleway_domain_record" "mx" { dns_zone = var.domain_name type = "MX" - data = "." + data = scaleway_tem_domain.main.mx_config } resource "scaleway_domain_record" "dmarc" { @@ -147,6 +147,12 @@ In addition to all arguments above, the following attributes are exported: - `dmarc_config` - DMARC record for the domain, as should be recorded in the DNS zone. +- `dkim_name` - DKIM name for the domain, as should be recorded in the DNS zone. + +- `spf_value` - Complete SPF record value for the domain, as should be recorded in the DNS zone. + +- `mx_config` - MX record configuration for the domain blackhole. + - `smtp_host` - The SMTP host to use to send emails. - `smtp_port_unsecure` - The SMTP port to use to send emails.