diff --git a/go.mod b/go.mod
index bee396b4d0..6f47ebe70e 100644
--- a/go.mod
+++ b/go.mod
@@ -5,18 +5,20 @@ go 1.22.0
toolchain go1.23.1
require (
- github.com/aws/aws-sdk-go v1.55.5
- github.com/aws/aws-sdk-go-v2 v1.32.3
+ github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.1
github.com/aws/aws-sdk-go-v2/credentials v1.17.42
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2
- github.com/aws/smithy-go v1.22.0
+ github.com/aws/aws-sdk-go-v2/service/sns v1.33.7
+ github.com/aws/aws-sdk-go-v2/service/sqs v1.37.2
+ github.com/aws/smithy-go v1.22.1
github.com/bflad/tfproviderdocs v0.12.1
github.com/bflad/tfproviderlint v0.30.0
github.com/docker/docker v27.3.1+incompatible
github.com/dustin/go-humanize v1.0.1
github.com/google/go-cmp v0.6.0
github.com/hashicorp/aws-sdk-go-base v1.1.0
+ github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.59
github.com/hashicorp/awspolicyequivalence v1.6.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-multierror v1.1.1
@@ -43,10 +45,11 @@ require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
+ github.com/aws/aws-sdk-go v1.55.5 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
@@ -65,9 +68,9 @@ require (
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
- github.com/fatih/color v1.16.0 // indirect
+ github.com/fatih/color v1.17.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
- github.com/go-logr/logr v1.4.1 // indirect
+ github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
@@ -89,7 +92,6 @@ require (
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.15 // indirect
- github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -119,13 +121,13 @@ require (
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.15.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
- go.opentelemetry.io/otel v1.22.0 // indirect
+ go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
- go.opentelemetry.io/otel/metric v1.22.0 // indirect
+ go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
- go.opentelemetry.io/otel/trace v1.22.0 // indirect
+ go.opentelemetry.io/otel/trace v1.31.0 // indirect
golang.org/x/mod v0.21.0 // indirect
- golang.org/x/net v0.28.0 // indirect
+ golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
diff --git a/go.sum b/go.sum
index 975f0fe0a8..100d36f444 100644
--- a/go.sum
+++ b/go.sum
@@ -25,8 +25,8 @@ github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgI
github.com/aws/aws-sdk-go v1.31.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
-github.com/aws/aws-sdk-go-v2 v1.32.3 h1:T0dRlFBKcdaUPGNtkBSwHZxrtis8CQU17UpNBZYd0wk=
-github.com/aws/aws-sdk-go-v2 v1.32.3/go.mod h1:2SK5n0a2karNTv5tbP1SjsX0uhttou00v/HpXKM1ZUo=
+github.com/aws/aws-sdk-go-v2 v1.32.6 h1:7BokKRgRPuGmKkFMhEg/jSul+tB9VvXhcViILtfG8b4=
+github.com/aws/aws-sdk-go-v2 v1.32.6/go.mod h1:P5WJBrYqqbWVaOxgH0X/FYYD47/nooaPOZPlQdmiN2U=
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 h1:pT3hpW0cOHRJx8Y0DfJUEQuqPild8jRGmSFmBgvydr0=
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6/go.mod h1:j/I2++U0xX+cr44QjHay4Cvxj6FUbnxrgmqN3H1jTZA=
github.com/aws/aws-sdk-go-v2/config v1.28.1 h1:oxIvOUXy8x0U3fR//0eq+RdCKimWI900+SV+10xsCBw=
@@ -35,10 +35,10 @@ github.com/aws/aws-sdk-go-v2/credentials v1.17.42 h1:sBP0RPjBU4neGpIYyx8mkU2QqLP
github.com/aws/aws-sdk-go-v2/credentials v1.17.42/go.mod h1:FwZBfU530dJ26rv9saAbxa9Ej3eF/AK0OAY86k13n4M=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 h1:68jFVtt3NulEzojFesM/WVarlFpCaXLKaBxDpzkQ9OQ=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18/go.mod h1:Fjnn5jQVIo6VyedMc0/EhPpfNlPl7dHV916O6B+49aE=
-github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 h1:Jw50LwEkVjuVzE1NzkhNKkBf9cRN7MtE1F/b2cOKTUM=
-github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22/go.mod h1:Y/SmAyPcOTmpeVaWSzSKiILfXTVJwrGmYZhcRbhWuEY=
-github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 h1:981MHwBaRZM7+9QSR6XamDzF/o7ouUGxFzr+nVSIhrs=
-github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22/go.mod h1:1RA1+aBEfn+CAB/Mh0MB6LsdCYCnjZm7tKXtnk499ZQ=
+github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 h1:s/fF4+yDQDoElYhfIVvSNyeCydfbuTKzhxSXDXCPasU=
+github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25/go.mod h1:IgPfDv5jqFIzQSNbUEMoitNooSMXjRSDkhXv8jiROvU=
+github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 h1:ZntTCl5EsYnhN/IygQEUugpdwbhdkom9uHcbCftiGgA=
+github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25/go.mod h1:DBdPrgeocww+CSl1C8cEV8PN1mHMBhuCDLpXezyvWkE=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 h1:VaRN3TlFdd6KxX1x3ILT5ynH6HvKgqdiXoTxAF4HQcQ=
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1/go.mod h1:FbtygfRFze9usAadmnGJNc8KsP346kEe+y2/oyhGAGc=
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 h1:yV+hCAHZZYJQcwAaszoBNwLbPItHvApxT0kVIw6jRgs=
@@ -53,14 +53,18 @@ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 h1:ZC7Y/XgKUxwqcd
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3/go.mod h1:WqfO7M9l9yUAw0HcHaikwRd/H6gzYdz7vjejCA5e2oY=
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 h1:p9TNFL8bFUMd+38YIpTAXpoxyz0MxC7FlbFEH4P4E1U=
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2/go.mod h1:fNjyo0Coen9QTwQLWeV6WO2Nytwiu+cCcWaTdKCAqqE=
+github.com/aws/aws-sdk-go-v2/service/sns v1.33.7 h1:N3o8mXK6/MP24BtD9sb51omEO9J9cgPM3Ughc293dZc=
+github.com/aws/aws-sdk-go-v2/service/sns v1.33.7/go.mod h1:AAHZydTB8/V2zn3WNwjLXBK1RAcSEpDNmFfrmjvrJQg=
+github.com/aws/aws-sdk-go-v2/service/sqs v1.37.2 h1:mFLfxLZB/TVQwNJAYox4WaxpIu+dFVIcExrmRmRCOhw=
+github.com/aws/aws-sdk-go-v2/service/sqs v1.37.2/go.mod h1:GnvfTdlvcpD+or3oslHPOn4Mu6KaCwlCp+0p0oqWnrM=
github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 h1:UTpsIf0loCIWEbrqdLb+0RxnTXfWh2vhw4nQmFi4nPc=
github.com/aws/aws-sdk-go-v2/service/sso v1.24.3/go.mod h1:FZ9j3PFHHAR+w0BSEjK955w5YD2UwB/l/H0yAK3MJvI=
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 h1:2YCmIXv3tmiItw0LlYf6v7gEHebLY45kBEnPezbUKyU=
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3/go.mod h1:u19stRyNPxGhj6dRm+Cdgu6N75qnbW7+QN0q0dsAk58=
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 h1:wVnQ6tigGsRqSWDEEyH6lSAJ9OyFUsSnbaUWChuSGzs=
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3/go.mod h1:VZa9yTFyj4o10YGsmDO4gbQJUvvhY72fhumT8W4LqsE=
-github.com/aws/smithy-go v1.22.0 h1:uunKnWlcoL3zO7q+gG2Pk53joueEOsnNB28QdMsmiMM=
-github.com/aws/smithy-go v1.22.0/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
+github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro=
+github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
github.com/bflad/gopaniccheck v0.1.0 h1:tJftp+bv42ouERmUMWLoUn/5bi/iQZjHPznM00cP/bU=
github.com/bflad/gopaniccheck v0.1.0/go.mod h1:ZCj2vSr7EqVeDaqVsWN4n2MwdROx1YL+LFo47TSWtsA=
github.com/bflad/tfproviderdocs v0.12.1 h1:MlHjrSa+pz1RxaCdvUWj+ZI5IwKMF7tjL4JTLg+dlTs=
@@ -101,8 +105,8 @@ github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
-github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
-github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
+github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
+github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
@@ -112,8 +116,8 @@ github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgF
github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys=
github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
-github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
-github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
+github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
+github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
@@ -142,6 +146,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rH
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
github.com/hashicorp/aws-sdk-go-base v1.1.0 h1:27urM3JAp6v+Oj/Ea5ULZwuFPK9cO1RUdEpV+rNdSAc=
github.com/hashicorp/aws-sdk-go-base v1.1.0/go.mod h1:2fRjWDv3jJBeN6mVWFHV6hFTNeFBx2gpDLQaZNxUVAY=
+github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.59 h1:j5ZrYJbLfZLJ9X5Bnp43z+ygN7kf6rbLCGIBGCIWWEA=
+github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.59/go.mod h1:jZEzCETkIzEinF749zPXsqpPmsA9P0fbMqRyoBh5UNo=
github.com/hashicorp/awspolicyequivalence v1.6.0 h1:7aadmkalbc5ewStC6g3rljx1iNvP4QyAhg2KsHx8bU8=
github.com/hashicorp/awspolicyequivalence v1.6.0/go.mod h1:9IOaIHx+a7C0NfUNk1A93M7kHd5rJ19aoUx37LZGC14=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -204,10 +210,6 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
github.com/jhump/protoreflect v1.15.1/go.mod h1:jD/2GMKKE6OqX8qTjhADU1e6DShO+gavG9e0Q693nKo=
github.com/jmespath/go-jmespath v0.3.0/go.mod h1:9QtRXoHjLGCJ5IBSaohpXITPlowMeeYCZ7fLUTSywik=
-github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
-github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
-github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
-github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
@@ -321,18 +323,18 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 h1:sv9kVfal0MK0wBMCOGr+HeJm9v803BkJxGrk2au7j08=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0/go.mod h1:SK2UL73Zy1quvRPonmOmRDiWk1KBV3LyIeeIxcEApWw=
-go.opentelemetry.io/otel v1.22.0 h1:xS7Ku+7yTFvDfDraDIJVpw7XPyuHlB9MCiqqX5mcJ6Y=
-go.opentelemetry.io/otel v1.22.0/go.mod h1:eoV4iAi3Ea8LkAEI9+GFT44O6T/D0GWAVFyZVCC6pMI=
+go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
+go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 h1:9M3+rhx7kZCIQQhQRYaZCdNu1V73tm4TvXs2ntl98C4=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0/go.mod h1:noq80iT8rrHP1SfybmPiRGc9dc5M8RPmGvtwo7Oo7tc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 h1:FyjCyI9jVEfqhUh2MoSkmolPjfh5fp2hnV0b0irxH4Q=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0/go.mod h1:hYwym2nDEeZfG/motx0p7L7J1N1vyzIThemQsb4g2qY=
-go.opentelemetry.io/otel/metric v1.22.0 h1:lypMQnGyJYeuYPhOM/bgjbFM6WE44W1/T45er4d8Hhg=
-go.opentelemetry.io/otel/metric v1.22.0/go.mod h1:evJGjVpZv0mQ5QBRJoBF64yMuOf4xCWdXjK8pzFvliY=
+go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE=
+go.opentelemetry.io/otel/metric v1.31.0/go.mod h1:C3dEloVbLuYoX41KpmAhOqNriGbA+qqH6PQ5E5mUfnY=
go.opentelemetry.io/otel/sdk v1.22.0 h1:6coWHw9xw7EfClIC/+O31R8IY3/+EiRFHevmHafB2Gw=
go.opentelemetry.io/otel/sdk v1.22.0/go.mod h1:iu7luyVGYovrRpe2fmj3CVKouQNdTOkxtLzPvPz1DOc=
-go.opentelemetry.io/otel/trace v1.22.0 h1:Hg6pPujv0XG9QaVbGOBVHunyuLcCC3jN7WEhPx83XD0=
-go.opentelemetry.io/otel/trace v1.22.0/go.mod h1:RbbHXVqKES9QhzZq/fE5UnOSILqRt40a21sPw2He1xo=
+go.opentelemetry.io/otel/trace v1.31.0 h1:ffjsj1aRouKewfr85U2aGagJ46+MvodynlQ1HYdmJys=
+go.opentelemetry.io/otel/trace v1.31.0/go.mod h1:TXZkRk7SM2ZQLtR6eoAWQFIHPvzQ06FJAsO1tJg480A=
go.opentelemetry.io/proto/otlp v1.0.0 h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=
go.opentelemetry.io/proto/otlp v1.0.0/go.mod h1:Sy6pihPLfYHkr3NkUbEhGHFhINUSI/v80hjKIs5JXpM=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
@@ -359,8 +361,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
-golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
-golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
+golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
+golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -435,7 +437,6 @@ gopkg.in/dnaeon/go-vcr.v3 v3.2.0/go.mod h1:2IMOnnlx9I6u9x+YBsM3tAMx6AlOxnJ0pWxQA
gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
diff --git a/internal/acctest/validate_cassettes_test.go b/internal/acctest/validate_cassettes_test.go
index 25a6c490b3..1d7ecdbbfd 100644
--- a/internal/acctest/validate_cassettes_test.go
+++ b/internal/acctest/validate_cassettes_test.go
@@ -9,7 +9,7 @@ import (
"strings"
"testing"
- "github.com/aws/aws-sdk-go/service/sqs"
+ "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/mnq"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/dnaeon/go-vcr.v3/cassette"
@@ -77,12 +77,10 @@ func checkErrCodeExcept(i *cassette.Interaction, c *cassette.Cassette, codes ...
if isException {
return isException
}
-
// SQS returns 400 when the queue does not exist
- if strings.Contains(i.Response.Body, sqs.ErrCodeQueueDoesNotExist) && i.Response.Code == 400 {
+ if strings.Contains(i.Response.Body, mnq.AWSErrNonExistentQueue) && i.Response.Code == 400 {
return true
}
-
if i.Response.Code >= 400 {
for _, httpCode := range codes {
if i.Response.Code == httpCode {
@@ -91,7 +89,6 @@ func checkErrCodeExcept(i *cassette.Interaction, c *cassette.Cassette, codes ...
}
return false
}
-
return true
}
diff --git a/internal/services/mnq/helpers_mnq.go b/internal/services/mnq/helpers_mnq.go
index e2ae2300c3..5df1015d1c 100644
--- a/internal/services/mnq/helpers_mnq.go
+++ b/internal/services/mnq/helpers_mnq.go
@@ -6,6 +6,7 @@ import (
"strconv"
"strings"
+ "github.com/aws/smithy-go"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
mnq "github.com/scaleway/scaleway-sdk-go/api/mnq/v1beta1"
"github.com/scaleway/scaleway-sdk-go/scw"
@@ -13,6 +14,11 @@ import (
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
)
+const (
+ AWSErrQueueDeletedRecently = "AWS.SimpleQueueService.QueueDeletedRecently"
+ AWSErrNonExistentQueue = "AWS.SimpleQueueService.NonExistentQueue"
+)
+
func newMNQNatsAPI(d *schema.ResourceData, m interface{}) (*mnq.NatsAPI, scw.Region, error) {
api := mnq.NewNatsAPI(meta.ExtractScwClient(m))
region, err := meta.ExtractRegion(d, m)
@@ -192,7 +198,7 @@ func resolveSchemaPath(resourcePath string, resourceSchemas map[string]*schema.S
}
// Sets a specific SNS attribute from the resource data
-func awsResourceDataToAttribute(awsAttributes map[string]*string, awsAttribute string, resourceValue interface{}, resourcePath string, resourceSchemas map[string]*schema.Schema) error {
+func awsResourceDataToAttribute(awsAttributes map[string]string, awsAttribute string, resourceValue interface{}, resourcePath string, resourceSchemas map[string]*schema.Schema) error {
resourceSchema := resolveSchemaPath(resourcePath, resourceSchemas)
if resourceSchema == nil {
return fmt.Errorf("unable to resolve schema for %s", resourcePath)
@@ -215,13 +221,13 @@ func awsResourceDataToAttribute(awsAttributes map[string]*string, awsAttribute s
return fmt.Errorf("unsupported type %s for %s", resourceSchema.Type, resourcePath)
}
- awsAttributes[awsAttribute] = &s
+ awsAttributes[awsAttribute] = s
return nil
}
// awsResourceDataToAttributes returns a map of attributes from a terraform schema and a conversion map
-func awsResourceDataToAttributes(d *schema.ResourceData, resourceSchemas map[string]*schema.Schema, attributesToResourceMap map[string]string) (map[string]*string, error) {
- attributes := make(map[string]*string)
+func awsResourceDataToAttributes(d *schema.ResourceData, resourceSchemas map[string]*schema.Schema, attributesToResourceMap map[string]string) (map[string]string, error) {
+ attributes := make(map[string]string)
for attribute, resourcePath := range attributesToResourceMap {
if v, ok := d.GetOk(resourcePath); ok {
@@ -259,12 +265,12 @@ func awsAttributeToResourceData(values map[string]interface{}, value string, res
}
// awsAttributesToResourceData returns a map of valid values for a terraform schema from an attributes map and a conversion map
-func awsAttributesToResourceData(attributes map[string]*string, resourceSchemas map[string]*schema.Schema, attributesToResourceMap map[string]string) (map[string]interface{}, error) {
+func awsAttributesToResourceData(attributes map[string]string, resourceSchemas map[string]*schema.Schema, attributesToResourceMap map[string]string) (map[string]interface{}, error) {
values := make(map[string]interface{})
for attribute, resourcePath := range attributesToResourceMap {
- if value, ok := attributes[attribute]; ok && value != nil {
- err := awsAttributeToResourceData(values, *value, resourcePath, resourceSchemas)
+ if value, ok := attributes[attribute]; ok {
+ err := awsAttributeToResourceData(values, value, resourcePath, resourceSchemas)
if err != nil {
return nil, err
}
@@ -273,3 +279,11 @@ func awsAttributesToResourceData(attributes map[string]*string, resourceSchemas
return values, nil
}
+
+func IsAWSErrorCode(err error, code string) bool {
+ var apiErr *smithy.GenericAPIError
+ if errors.As(err, &apiErr) && apiErr.Code == code {
+ return true
+ }
+ return false
+}
diff --git a/internal/services/mnq/helpers_mnq_queue.go b/internal/services/mnq/helpers_mnq_queue.go
index 55b2248870..bcf8d6400d 100644
--- a/internal/services/mnq/helpers_mnq_queue.go
+++ b/internal/services/mnq/helpers_mnq_queue.go
@@ -4,15 +4,17 @@ import (
"context"
"errors"
"fmt"
+ "log"
"net/http"
"regexp"
"strings"
"time"
- "github.com/aws/aws-sdk-go/aws"
- "github.com/aws/aws-sdk-go/aws/credentials"
- "github.com/aws/aws-sdk-go/aws/session"
- "github.com/aws/aws-sdk-go/service/sqs"
+ "github.com/aws/aws-sdk-go-v2/config"
+ "github.com/aws/aws-sdk-go-v2/credentials"
+ "github.com/aws/aws-sdk-go-v2/service/sqs"
+ awstype "github.com/aws/aws-sdk-go-v2/service/sqs/types"
+ smithylogging "github.com/aws/smithy-go/logging"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/id"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
@@ -33,7 +35,15 @@ const (
DefaultQueueVisibilityTimeout = 30
)
-func SQSClientWithRegion(d *schema.ResourceData, m interface{}) (*sqs.SQS, scw.Region, error) {
+type httpDebugLogger struct{}
+
+func (h *httpDebugLogger) Logf(classification smithylogging.Classification, format string, v ...interface{}) {
+ if classification == smithylogging.Debug {
+ log.Printf("[HTTP DEBUG] %s", fmt.Sprintf(format, v...))
+ }
+}
+
+func SQSClientWithRegion(ctx context.Context, d *schema.ResourceData, m interface{}) (*sqs.Client, scw.Region, error) {
region, err := meta.ExtractRegion(d, m)
if err != nil {
return nil, "", err
@@ -43,7 +53,7 @@ func SQSClientWithRegion(d *schema.ResourceData, m interface{}) (*sqs.SQS, scw.R
accessKey := d.Get("access_key").(string)
secretKey := d.Get("secret_key").(string)
- sqsClient, err := NewSQSClient(meta.ExtractHTTPClient(m), region.String(), endpoint, accessKey, secretKey)
+ sqsClient, err := NewSQSClient(ctx, meta.ExtractHTTPClient(m), region.String(), endpoint, accessKey, secretKey)
if err != nil {
return nil, "", err
}
@@ -51,21 +61,26 @@ func SQSClientWithRegion(d *schema.ResourceData, m interface{}) (*sqs.SQS, scw.R
return sqsClient, region, err
}
-func NewSQSClient(httpClient *http.Client, region string, endpoint string, accessKey string, secretKey string) (*sqs.SQS, error) {
- config := &aws.Config{}
- config.WithRegion(region)
- config.WithCredentials(credentials.NewStaticCredentials(accessKey, secretKey, ""))
- config.WithEndpoint(strings.ReplaceAll(endpoint, "{region}", region))
- config.WithHTTPClient(httpClient)
+func NewSQSClient(ctx context.Context, httpClient *http.Client, region string, endpoint string, accessKey string, secretKey string) (*sqs.Client, error) {
+ customEndpoint := strings.ReplaceAll(endpoint, "{region}", region)
+ customConfig, err := config.LoadDefaultConfig(
+ ctx,
+ config.WithRegion(region),
+ config.WithBaseEndpoint(customEndpoint),
+ config.WithHTTPClient(httpClient),
+ config.WithCredentialsProvider(
+ credentials.NewStaticCredentialsProvider(accessKey, secretKey, ""),
+ ),
+ )
+
if logging.IsDebugOrHigher() {
- config.WithLogLevel(aws.LogDebugWithHTTPBody)
+ customConfig.Logger = &httpDebugLogger{}
}
- s, err := session.NewSession(config)
if err != nil {
return nil, err
}
- return sqs.New(s), nil
+ return sqs.NewFromConfig(customConfig), nil
}
func NATSClientWithRegion( //nolint:ireturn,nolintlint
@@ -132,20 +147,20 @@ func splitNATSJWTAndSeed(credentials string) (string, string, error) {
const SQSFIFOQueueNameSuffix = ".fifo"
var SQSAttributesToResourceMap = map[string]string{
- sqs.QueueAttributeNameMaximumMessageSize: "message_max_size",
- sqs.QueueAttributeNameMessageRetentionPeriod: "message_max_age",
- sqs.QueueAttributeNameFifoQueue: "fifo_queue",
- sqs.QueueAttributeNameContentBasedDeduplication: "content_based_deduplication",
- sqs.QueueAttributeNameReceiveMessageWaitTimeSeconds: "receive_wait_time_seconds",
- sqs.QueueAttributeNameVisibilityTimeout: "visibility_timeout_seconds",
+ string(awstype.QueueAttributeNameMaximumMessageSize): "message_max_size",
+ string(awstype.QueueAttributeNameMessageRetentionPeriod): "message_max_age",
+ string(awstype.QueueAttributeNameFifoQueue): "fifo_queue",
+ string(awstype.QueueAttributeNameContentBasedDeduplication): "content_based_deduplication",
+ string(awstype.QueueAttributeNameReceiveMessageWaitTimeSeconds): "receive_wait_time_seconds",
+ string(awstype.QueueAttributeNameVisibilityTimeout): "visibility_timeout_seconds",
}
// Returns all managed SQS attribute names
-func getSQSAttributeNames() []*string {
- attributeNames := make([]*string, 0, len(SQSAttributesToResourceMap))
+func getSQSAttributeNames() []awstype.QueueAttributeName {
+ attributeNames := make([]awstype.QueueAttributeName, 0, len(SQSAttributesToResourceMap))
for attribute := range SQSAttributesToResourceMap {
- attributeNames = append(attributeNames, aws.String(attribute))
+ attributeNames = append(attributeNames, awstype.QueueAttributeName(attribute))
}
return attributeNames
diff --git a/internal/services/mnq/helpers_mnq_sns.go b/internal/services/mnq/helpers_mnq_sns.go
index 17bfc70b9f..59c97b2e93 100644
--- a/internal/services/mnq/helpers_mnq_sns.go
+++ b/internal/services/mnq/helpers_mnq_sns.go
@@ -8,10 +8,9 @@ import (
"regexp"
"strings"
- "github.com/aws/aws-sdk-go/aws"
- "github.com/aws/aws-sdk-go/aws/credentials"
- "github.com/aws/aws-sdk-go/aws/session"
- "github.com/aws/aws-sdk-go/service/sns"
+ "github.com/aws/aws-sdk-go-v2/config"
+ "github.com/aws/aws-sdk-go-v2/credentials"
+ "github.com/aws/aws-sdk-go-v2/service/sns"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/id"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
@@ -20,7 +19,7 @@ import (
"github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
)
-func SNSClientWithRegion(d *schema.ResourceData, m interface{}) (*sns.SNS, scw.Region, error) {
+func SNSClientWithRegion(ctx context.Context, m interface{}, d *schema.ResourceData) (*sns.Client, scw.Region, error) {
region, err := meta.ExtractRegion(d, m)
if err != nil {
return nil, "", err
@@ -30,7 +29,7 @@ func SNSClientWithRegion(d *schema.ResourceData, m interface{}) (*sns.SNS, scw.R
accessKey := d.Get("access_key").(string)
secretKey := d.Get("secret_key").(string)
- snsClient, err := NewSNSClient(meta.ExtractHTTPClient(m), region.String(), endpoint, accessKey, secretKey)
+ snsClient, err := NewSNSClient(ctx, meta.ExtractHTTPClient(m), region.String(), endpoint, accessKey, secretKey)
if err != nil {
return nil, "", err
}
@@ -38,7 +37,7 @@ func SNSClientWithRegion(d *schema.ResourceData, m interface{}) (*sns.SNS, scw.R
return snsClient, region, err
}
-func SNSClientWithRegionFromID(d *schema.ResourceData, m interface{}, regionalID string) (*sns.SNS, scw.Region, error) {
+func SNSClientWithRegionFromID(ctx context.Context, d *schema.ResourceData, m interface{}, regionalID string) (*sns.Client, scw.Region, error) {
tab := strings.SplitN(regionalID, "/", 2)
if len(tab) != 2 {
return nil, "", errors.New("invalid ID format, expected parts separated by slashes")
@@ -52,7 +51,7 @@ func SNSClientWithRegionFromID(d *schema.ResourceData, m interface{}, regionalID
accessKey := d.Get("access_key").(string)
secretKey := d.Get("secret_key").(string)
- snsClient, err := NewSNSClient(meta.ExtractHTTPClient(m), region.String(), endpoint, accessKey, secretKey)
+ snsClient, err := NewSNSClient(ctx, meta.ExtractHTTPClient(m), region.String(), endpoint, accessKey, secretKey)
if err != nil {
return nil, "", err
}
@@ -60,22 +59,27 @@ func SNSClientWithRegionFromID(d *schema.ResourceData, m interface{}, regionalID
return snsClient, region, err
}
-func NewSNSClient(httpClient *http.Client, region string, endpoint string, accessKey string, secretKey string) (*sns.SNS, error) {
- config := &aws.Config{}
- config.WithRegion(region)
- config.WithCredentials(credentials.NewStaticCredentials(accessKey, secretKey, ""))
- config.WithEndpoint(strings.ReplaceAll(endpoint, "{region}", region))
- config.WithHTTPClient(httpClient)
+func NewSNSClient(ctx context.Context, httpClient *http.Client, region string, endpoint string, accessKey string, secretKey string) (*sns.Client, error) {
+ customEndpoint := strings.ReplaceAll(endpoint, "{region}", region)
+ customConfig, err := config.LoadDefaultConfig(
+
+ ctx,
+ config.WithRegion(region),
+ config.WithBaseEndpoint(customEndpoint),
+ config.WithHTTPClient(httpClient),
+ config.WithCredentialsProvider(
+ credentials.NewStaticCredentialsProvider(accessKey, secretKey, ""),
+ ),
+ )
+
if logging.IsDebugOrHigher() {
- config.WithLogLevel(aws.LogDebugWithHTTPBody)
+ customConfig.Logger = &httpDebugLogger{}
}
- s, err := session.NewSession(config)
if err != nil {
return nil, err
}
-
- return sns.New(s), nil
+ return sns.NewFromConfig(customConfig), nil
}
func composeMNQSubscriptionID(region scw.Region, projectID string, topicName string, subscriptionID string) string {
diff --git a/internal/services/mnq/sns_topic.go b/internal/services/mnq/sns_topic.go
index e8bd843d47..61bba75798 100644
--- a/internal/services/mnq/sns_topic.go
+++ b/internal/services/mnq/sns_topic.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- "github.com/aws/aws-sdk-go/service/sns"
+ "github.com/aws/aws-sdk-go-v2/service/sns"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
mnq "github.com/scaleway/scaleway-sdk-go/api/mnq/v1beta1"
@@ -107,7 +107,7 @@ func ResourceMNQSNSTopicCreate(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(fmt.Errorf("expected sns to be enabled for given project, go %q", snsInfo.Status))
}
- snsClient, _, err := SNSClientWithRegion(d, m)
+ snsClient, _, err := SNSClientWithRegion(ctx, m, d)
if err != nil {
return diag.FromErr(err)
}
@@ -125,7 +125,7 @@ func ResourceMNQSNSTopicCreate(ctx context.Context, d *schema.ResourceData, m in
Attributes: attributes,
}
- output, err := snsClient.CreateTopicWithContext(ctx, input)
+ output, err := snsClient.CreateTopic(ctx, input)
if err != nil {
return diag.FromErr(fmt.Errorf("failed to create SNS Topic: %w", err))
}
@@ -140,7 +140,7 @@ func ResourceMNQSNSTopicCreate(ctx context.Context, d *schema.ResourceData, m in
}
func ResourceMNQSNSTopicRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- snsClient, _, err := SNSClientWithRegion(d, m)
+ snsClient, _, err := SNSClientWithRegion(ctx, m, d)
if err != nil {
return diag.FromErr(err)
}
@@ -150,7 +150,7 @@ func ResourceMNQSNSTopicRead(ctx context.Context, d *schema.ResourceData, m inte
return diag.FromErr(fmt.Errorf("failed to parse id: %w", err))
}
- topicAttributes, err := snsClient.GetTopicAttributesWithContext(ctx, &sns.GetTopicAttributesInput{
+ topicAttributes, err := snsClient.GetTopicAttributes(ctx, &sns.GetTopicAttributesInput{
TopicArn: scw.StringPtr(ComposeSNSARN(region, projectID, topicName)),
})
if err != nil {
@@ -173,7 +173,7 @@ func ResourceMNQSNSTopicRead(ctx context.Context, d *schema.ResourceData, m inte
}
func ResourceMNQSNSTopicUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- snsClient, _, err := SNSClientWithRegion(d, m)
+ snsClient, _, err := SNSClientWithRegion(ctx, m, d)
if err != nil {
return diag.FromErr(err)
}
@@ -197,7 +197,7 @@ func ResourceMNQSNSTopicUpdate(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(fmt.Errorf("failed to get attributes from schema: %w", err))
}
- updatedAttributes := map[string]*string{}
+ updatedAttributes := map[string]string{}
for _, changedAttribute := range changedAttributes {
updatedAttributes[changedAttribute] = attributes[changedAttribute]
@@ -205,9 +205,9 @@ func ResourceMNQSNSTopicUpdate(ctx context.Context, d *schema.ResourceData, m in
if len(updatedAttributes) > 0 {
for attributeName, attributeValue := range updatedAttributes {
- _, err := snsClient.SetTopicAttributes(&sns.SetTopicAttributesInput{
+ _, err := snsClient.SetTopicAttributes(ctx, &sns.SetTopicAttributesInput{
AttributeName: scw.StringPtr(attributeName),
- AttributeValue: attributeValue,
+ AttributeValue: &attributeValue,
TopicArn: &topicARN,
})
if err != nil {
@@ -220,7 +220,7 @@ func ResourceMNQSNSTopicUpdate(ctx context.Context, d *schema.ResourceData, m in
}
func ResourceMNQSNSTopicDelete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- snsClient, _, err := SNSClientWithRegion(d, m)
+ snsClient, _, err := SNSClientWithRegion(ctx, m, d)
if err != nil {
return diag.FromErr(err)
}
@@ -230,7 +230,7 @@ func ResourceMNQSNSTopicDelete(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(err)
}
- _, err = snsClient.DeleteTopicWithContext(ctx, &sns.DeleteTopicInput{
+ _, err = snsClient.DeleteTopic(ctx, &sns.DeleteTopicInput{
TopicArn: scw.StringPtr(ComposeSNSARN(region, projectID, topicName)),
})
if err != nil {
diff --git a/internal/services/mnq/sns_topic_subscription.go b/internal/services/mnq/sns_topic_subscription.go
index 7df451a6d0..ce6e259a5c 100644
--- a/internal/services/mnq/sns_topic_subscription.go
+++ b/internal/services/mnq/sns_topic_subscription.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- "github.com/aws/aws-sdk-go/service/sns"
+ "github.com/aws/aws-sdk-go-v2/service/sns"
"github.com/hashicorp/go-cty/cty"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
@@ -108,7 +108,7 @@ func ResourceMNQSNSTopicSubscriptionCreate(ctx context.Context, d *schema.Resour
return diag.FromErr(fmt.Errorf("expected sns to be enabled for given project, go %q", snsInfo.Status))
}
- snsClient, _, err := SNSClientWithRegion(d, m)
+ snsClient, _, err := SNSClientWithRegion(ctx, m, d)
if err != nil {
return diag.FromErr(err)
}
@@ -140,11 +140,11 @@ func ResourceMNQSNSTopicSubscriptionCreate(ctx context.Context, d *schema.Resour
Attributes: attributes,
Endpoint: types.ExpandStringPtr(d.Get("endpoint")),
Protocol: types.ExpandStringPtr(d.Get("protocol")),
- ReturnSubscriptionArn: scw.BoolPtr(true),
+ ReturnSubscriptionArn: true,
TopicArn: &topicARN,
}
- output, err := snsClient.SubscribeWithContext(ctx, input)
+ output, err := snsClient.Subscribe(ctx, input)
if err != nil {
return diag.FromErr(fmt.Errorf("failed to create SNS Topic: %w", err))
}
@@ -164,7 +164,7 @@ func ResourceMNQSNSTopicSubscriptionCreate(ctx context.Context, d *schema.Resour
}
func ResourceMNQSNSTopicSubscriptionRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- snsClient, region, err := SNSClientWithRegionFromID(d, m, d.Id())
+ snsClient, region, err := SNSClientWithRegionFromID(ctx, d, m, d.Id())
if err != nil {
return diag.FromErr(err)
}
@@ -174,7 +174,7 @@ func ResourceMNQSNSTopicSubscriptionRead(ctx context.Context, d *schema.Resource
return diag.FromErr(fmt.Errorf("failed to parse id: %w", err))
}
- subAttributes, err := snsClient.GetSubscriptionAttributesWithContext(ctx, &sns.GetSubscriptionAttributesInput{
+ subAttributes, err := snsClient.GetSubscriptionAttributes(ctx, &sns.GetSubscriptionAttributesInput{
SubscriptionArn: scw.StringPtr(arn.String()),
})
if err != nil {
@@ -197,7 +197,7 @@ func ResourceMNQSNSTopicSubscriptionRead(ctx context.Context, d *schema.Resource
}
func ResourceMNQSNSTopicSubscriptionDelete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- snsClient, _, err := SNSClientWithRegionFromID(d, m, d.Id())
+ snsClient, _, err := SNSClientWithRegionFromID(ctx, d, m, d.Id())
if err != nil {
return diag.FromErr(err)
}
@@ -207,7 +207,7 @@ func ResourceMNQSNSTopicSubscriptionDelete(ctx context.Context, d *schema.Resour
return diag.FromErr(fmt.Errorf("failed to parse id: %w", err))
}
- _, err = snsClient.UnsubscribeWithContext(ctx, &sns.UnsubscribeInput{
+ _, err = snsClient.Unsubscribe(ctx, &sns.UnsubscribeInput{
SubscriptionArn: scw.StringPtr(arn.String()),
})
if err != nil {
diff --git a/internal/services/mnq/sns_topic_subscription_test.go b/internal/services/mnq/sns_topic_subscription_test.go
index 4afcfe2ca1..f1676b6f86 100644
--- a/internal/services/mnq/sns_topic_subscription_test.go
+++ b/internal/services/mnq/sns_topic_subscription_test.go
@@ -1,11 +1,13 @@
package mnq_test
import (
+ "context"
+ "errors"
"fmt"
"testing"
- "github.com/aws/aws-sdk-go/service/sns"
- "github.com/hashicorp/aws-sdk-go-base/tfawserr"
+ "github.com/aws/aws-sdk-go-v2/service/sns"
+ "github.com/aws/smithy-go"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
"github.com/scaleway/scaleway-sdk-go/scw"
@@ -16,11 +18,11 @@ import (
func TestAccSNSTopicSubscription_Basic(t *testing.T) {
tt := acctest.NewTestTools(t)
defer tt.Cleanup()
-
+ ctx := context.Background()
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acctest.PreCheck(t) },
ProviderFactories: tt.ProviderFactories,
- CheckDestroy: isSNSTopicSubscriptionDestroyed(tt),
+ CheckDestroy: isSNSTopicSubscriptionDestroyed(ctx, tt),
Steps: []resource.TestStep{
{
Config: `
@@ -67,12 +69,12 @@ func TestAccSNSTopicSubscription_Basic(t *testing.T) {
}
`,
Check: resource.ComposeTestCheckFunc(
- isSNSTopicSubscriptionPresent(tt, "scaleway_mnq_sns_topic_subscription.by_id"),
+ isSNSTopicSubscriptionPresent(ctx, tt, "scaleway_mnq_sns_topic_subscription.by_id"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sns_topic_subscription.by_id", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic_subscription.by_id", "protocol", "http"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic_subscription.by_id", "endpoint", "http://scaleway.com"),
- isSNSTopicSubscriptionPresent(tt, "scaleway_mnq_sns_topic_subscription.by_arn"),
+ isSNSTopicSubscriptionPresent(ctx, tt, "scaleway_mnq_sns_topic_subscription.by_arn"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sns_topic_subscription.by_arn", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic_subscription.by_arn", "protocol", "http"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic_subscription.by_arn", "endpoint", "http://scaleway.com"),
@@ -82,7 +84,7 @@ func TestAccSNSTopicSubscription_Basic(t *testing.T) {
})
}
-func isSNSTopicSubscriptionPresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
+func isSNSTopicSubscriptionPresent(ctx context.Context, tt *acctest.TestTools, n string) resource.TestCheckFunc {
return func(state *terraform.State) error {
rs, ok := state.RootModule().Resources[n]
if !ok {
@@ -94,12 +96,12 @@ func isSNSTopicSubscriptionPresent(tt *acctest.TestTools, n string) resource.Tes
return fmt.Errorf("failed to parse id: %w", err)
}
- snsClient, err := mnq.NewSNSClient(tt.Meta.HTTPClient(), arn.Region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
+ snsClient, err := mnq.NewSNSClient(ctx, tt.Meta.HTTPClient(), arn.Region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
if err != nil {
return err
}
- _, err = snsClient.GetSubscriptionAttributes(&sns.GetSubscriptionAttributesInput{
+ _, err = snsClient.GetSubscriptionAttributes(ctx, &sns.GetSubscriptionAttributesInput{
SubscriptionArn: scw.StringPtr(arn.String()),
})
if err != nil {
@@ -110,7 +112,7 @@ func isSNSTopicSubscriptionPresent(tt *acctest.TestTools, n string) resource.Tes
}
}
-func isSNSTopicSubscriptionDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
+func isSNSTopicSubscriptionDestroyed(ctx context.Context, tt *acctest.TestTools) resource.TestCheckFunc {
return func(state *terraform.State) error {
for _, rs := range state.RootModule().Resources {
if rs.Type != "scaleway_mnq_sns_topic_subscription" {
@@ -122,17 +124,20 @@ func isSNSTopicSubscriptionDestroyed(tt *acctest.TestTools) resource.TestCheckFu
return fmt.Errorf("failed to parse id: %w", err)
}
- snsClient, err := mnq.NewSNSClient(tt.Meta.HTTPClient(), arn.Region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
+ snsClient, err := mnq.NewSNSClient(ctx, tt.Meta.HTTPClient(), arn.Region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
if err != nil {
return err
}
- _, err = snsClient.GetSubscriptionAttributes(&sns.GetSubscriptionAttributesInput{
+ _, err = snsClient.GetSubscriptionAttributes(ctx, &sns.GetSubscriptionAttributesInput{
SubscriptionArn: scw.StringPtr(arn.String()),
})
if err != nil {
- if tfawserr.ErrCodeEquals(err, "AccessDeniedException") {
- return nil
+ var apiErr *smithy.GenericAPIError
+ if errors.As(err, &apiErr) {
+ if apiErr.Code == "AccessDeniedException" {
+ return nil
+ }
}
return err
}
diff --git a/internal/services/mnq/sns_topic_test.go b/internal/services/mnq/sns_topic_test.go
index fd42f64075..ae5ec2ddb5 100644
--- a/internal/services/mnq/sns_topic_test.go
+++ b/internal/services/mnq/sns_topic_test.go
@@ -1,13 +1,14 @@
package mnq_test
import (
+ "context"
"errors"
"fmt"
"strings"
"testing"
- sns "github.com/aws/aws-sdk-go/service/sns"
- "github.com/hashicorp/aws-sdk-go-base/tfawserr"
+ "github.com/aws/aws-sdk-go-v2/service/sns"
+ "github.com/aws/smithy-go"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
"github.com/scaleway/scaleway-sdk-go/scw"
@@ -19,10 +20,12 @@ func TestAccSNSTopic_Basic(t *testing.T) {
tt := acctest.NewTestTools(t)
defer tt.Cleanup()
+ ctx := context.Background()
+
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acctest.PreCheck(t) },
ProviderFactories: tt.ProviderFactories,
- CheckDestroy: isSNSTopicDestroyed(tt),
+ CheckDestroy: isSNSTopicDestroyed(ctx, tt),
Steps: []resource.TestStep{
{
Config: `
@@ -49,7 +52,7 @@ func TestAccSNSTopic_Basic(t *testing.T) {
}
`,
Check: resource.ComposeTestCheckFunc(
- isSNSTopicPresent(tt, "scaleway_mnq_sns_topic.main"),
+ isSNSTopicPresent(ctx, tt, "scaleway_mnq_sns_topic.main"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sns_topic.main", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic.main", "name", "test-mnq-sns-topic-basic"),
),
@@ -81,7 +84,7 @@ func TestAccSNSTopic_Basic(t *testing.T) {
}
`,
Check: resource.ComposeTestCheckFunc(
- isSNSTopicPresent(tt, "scaleway_mnq_sns_topic.main"),
+ isSNSTopicPresent(ctx, tt, "scaleway_mnq_sns_topic.main"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sns_topic.main", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic.main", "name", "test-mnq-sns-topic-basic.fifo"),
resource.TestCheckResourceAttr("scaleway_mnq_sns_topic.main", "content_based_deduplication", "true"),
@@ -114,7 +117,7 @@ func TestAccSNSTopic_Basic(t *testing.T) {
}
`,
Check: resource.ComposeTestCheckFunc(
- isSNSTopicPresent(tt, "scaleway_mnq_sns_topic.main"),
+ isSNSTopicPresent(ctx, tt, "scaleway_mnq_sns_topic.main"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sns_topic.main", "id"),
func(state *terraform.State) error {
topic, exists := state.RootModule().Resources["scaleway_mnq_sns_topic.main"]
@@ -139,7 +142,7 @@ func TestAccSNSTopic_Basic(t *testing.T) {
})
}
-func isSNSTopicPresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
+func isSNSTopicPresent(ctx context.Context, tt *acctest.TestTools, n string) resource.TestCheckFunc {
return func(state *terraform.State) error {
rs, ok := state.RootModule().Resources[n]
if !ok {
@@ -151,12 +154,12 @@ func isSNSTopicPresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
return fmt.Errorf("failed to parse id: %w", err)
}
- snsClient, err := mnq.NewSNSClient(tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
+ snsClient, err := mnq.NewSNSClient(ctx, tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
if err != nil {
return err
}
- _, err = snsClient.GetTopicAttributes(&sns.GetTopicAttributesInput{
+ _, err = snsClient.GetTopicAttributes(ctx, &sns.GetTopicAttributesInput{
TopicArn: scw.StringPtr(mnq.ComposeSNSARN(region, projectID, topicName)),
})
if err != nil {
@@ -167,7 +170,7 @@ func isSNSTopicPresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
}
}
-func isSNSTopicDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
+func isSNSTopicDestroyed(ctx context.Context, tt *acctest.TestTools) resource.TestCheckFunc {
return func(state *terraform.State) error {
for _, rs := range state.RootModule().Resources {
if rs.Type != "scaleway_mnq_sns_topic" {
@@ -179,16 +182,17 @@ func isSNSTopicDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
return fmt.Errorf("failed to parse id: %w", err)
}
- snsClient, err := mnq.NewSNSClient(tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
+ snsClient, err := mnq.NewSNSClient(ctx, tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sns_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
if err != nil {
return err
}
- _, err = snsClient.GetTopicAttributes(&sns.GetTopicAttributesInput{
+ _, err = snsClient.GetTopicAttributes(ctx, &sns.GetTopicAttributesInput{
TopicArn: scw.StringPtr(mnq.ComposeSNSARN(region, projectID, topicName)),
})
if err != nil {
- if tfawserr.ErrCodeEquals(err, "AccessDeniedException") {
+ var apiErr *smithy.GenericAPIError
+ if errors.As(err, &apiErr) && apiErr.Code == "AccessDeniedException" {
return nil
}
return err
diff --git a/internal/services/mnq/sqs_queue.go b/internal/services/mnq/sqs_queue.go
index 2ff6bc982c..fb56fc2c2b 100644
--- a/internal/services/mnq/sqs_queue.go
+++ b/internal/services/mnq/sqs_queue.go
@@ -4,9 +4,7 @@ import (
"context"
"fmt"
- "github.com/aws/aws-sdk-go/aws"
- "github.com/aws/aws-sdk-go/service/sqs"
- "github.com/hashicorp/aws-sdk-go-base/tfawserr"
+ "github.com/aws/aws-sdk-go-v2/service/sqs"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
@@ -153,7 +151,7 @@ func ResourceMNQSQSQueueCreate(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(fmt.Errorf("expected sqs to be enabled for given project, got: %q", sqsInfo.Status))
}
- sqsClient, _, err := SQSClientWithRegion(d, m)
+ sqsClient, _, err := SQSClientWithRegion(ctx, d, m)
if err != nil {
return diag.FromErr(err)
}
@@ -170,12 +168,11 @@ func ResourceMNQSQSQueueCreate(ctx context.Context, d *schema.ResourceData, m in
Attributes: attributes,
QueueName: scw.StringPtr(queueName),
}
-
- _, err = transport.RetryWhenAWSErrCodeEquals(ctx, []string{sqs.ErrCodeQueueDeletedRecently}, &transport.RetryWhenConfig[*sqs.CreateQueueOutput]{
+ _, err = transport.RetryWhenAWSErrCodeEquals(ctx, []string{AWSErrQueueDeletedRecently}, &transport.RetryWhenConfig[*sqs.CreateQueueOutput]{
Timeout: d.Timeout(schema.TimeoutCreate),
Interval: defaultMNQQueueRetryInterval,
Function: func() (*sqs.CreateQueueOutput, error) {
- return sqsClient.CreateQueueWithContext(ctx, input)
+ return sqsClient.CreateQueue(ctx, input)
},
})
if err != nil {
@@ -188,7 +185,7 @@ func ResourceMNQSQSQueueCreate(ctx context.Context, d *schema.ResourceData, m in
}
func ResourceMNQSQSQueueRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- sqsClient, _, err := SQSClientWithRegion(d, m)
+ sqsClient, _, err := SQSClientWithRegion(ctx, d, m)
if err != nil {
return diag.FromErr(err)
}
@@ -198,12 +195,12 @@ func ResourceMNQSQSQueueRead(ctx context.Context, d *schema.ResourceData, m inte
return diag.FromErr(err)
}
- queue, err := transport.RetryWhenAWSErrCodeEquals(ctx, []string{sqs.ErrCodeQueueDoesNotExist}, &transport.RetryWhenConfig[*sqs.GetQueueUrlOutput]{
+ queue, err := transport.RetryWhenAWSErrCodeEquals(ctx, []string{AWSErrNonExistentQueue}, &transport.RetryWhenConfig[*sqs.GetQueueUrlOutput]{
Timeout: d.Timeout(schema.TimeoutRead),
Interval: defaultMNQQueueRetryInterval,
Function: func() (*sqs.GetQueueUrlOutput, error) {
- return sqsClient.GetQueueUrlWithContext(ctx, &sqs.GetQueueUrlInput{
- QueueName: aws.String(queueName),
+ return sqsClient.GetQueueUrl(ctx, &sqs.GetQueueUrlInput{
+ QueueName: &queueName,
})
},
})
@@ -211,7 +208,7 @@ func ResourceMNQSQSQueueRead(ctx context.Context, d *schema.ResourceData, m inte
return diag.Errorf("failed to get the SQS Queue URL: %s", err)
}
- queueAttributes, err := sqsClient.GetQueueAttributesWithContext(ctx, &sqs.GetQueueAttributesInput{
+ queueAttributes, err := sqsClient.GetQueueAttributes(ctx, &sqs.GetQueueAttributesInput{
QueueUrl: queue.QueueUrl,
AttributeNames: getSQSAttributeNames(),
})
@@ -237,7 +234,7 @@ func ResourceMNQSQSQueueRead(ctx context.Context, d *schema.ResourceData, m inte
}
func ResourceMNQSQSQueueUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- sqsClient, _, err := SQSClientWithRegion(d, m)
+ sqsClient, _, err := SQSClientWithRegion(ctx, d, m)
if err != nil {
return diag.FromErr(err)
}
@@ -247,12 +244,12 @@ func ResourceMNQSQSQueueUpdate(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(err)
}
- queue, err := transport.RetryWhenAWSErrCodeEquals(ctx, []string{sqs.ErrCodeQueueDoesNotExist}, &transport.RetryWhenConfig[*sqs.GetQueueUrlOutput]{
+ queue, err := transport.RetryWhenAWSErrCodeEquals(ctx, []string{AWSErrNonExistentQueue}, &transport.RetryWhenConfig[*sqs.GetQueueUrlOutput]{
Timeout: d.Timeout(schema.TimeoutUpdate),
Interval: defaultMNQQueueRetryInterval,
Function: func() (*sqs.GetQueueUrlOutput, error) {
- return sqsClient.GetQueueUrlWithContext(ctx, &sqs.GetQueueUrlInput{
- QueueName: aws.String(queueName),
+ return sqsClient.GetQueueUrl(ctx, &sqs.GetQueueUrlInput{
+ QueueName: &queueName,
})
},
})
@@ -265,7 +262,7 @@ func ResourceMNQSQSQueueUpdate(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(err)
}
- _, err = sqsClient.SetQueueAttributesWithContext(ctx, &sqs.SetQueueAttributesInput{
+ _, err = sqsClient.SetQueueAttributes(ctx, &sqs.SetQueueAttributesInput{
QueueUrl: queue.QueueUrl,
Attributes: attributes,
})
@@ -277,7 +274,7 @@ func ResourceMNQSQSQueueUpdate(ctx context.Context, d *schema.ResourceData, m in
}
func ResourceMNQSQSQueueDelete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
- sqsClient, _, err := SQSClientWithRegion(d, m)
+ sqsClient, _, err := SQSClientWithRegion(ctx, d, m)
if err != nil {
return diag.FromErr(err)
}
@@ -287,34 +284,33 @@ func ResourceMNQSQSQueueDelete(ctx context.Context, d *schema.ResourceData, m in
return diag.FromErr(err)
}
- queue, err := sqsClient.GetQueueUrlWithContext(ctx, &sqs.GetQueueUrlInput{
- QueueName: aws.String(queueName),
+ queue, err := sqsClient.GetQueueUrl(ctx, &sqs.GetQueueUrlInput{
+ QueueName: &queueName,
})
if err != nil {
- if tfawserr.ErrCodeEquals(err, sqs.ErrCodeQueueDoesNotExist) {
+ if IsAWSErrorCode(err, AWSErrNonExistentQueue) {
return nil
}
return diag.Errorf("failed to get the SQS Queue URL: %s", err)
}
- _, err = sqsClient.DeleteQueueWithContext(ctx, &sqs.DeleteQueueInput{
+ _, err = sqsClient.DeleteQueue(ctx, &sqs.DeleteQueueInput{
QueueUrl: queue.QueueUrl,
})
if err != nil {
- if tfawserr.ErrCodeEquals(err, sqs.ErrCodeQueueDoesNotExist) {
+ if IsAWSErrorCode(err, AWSErrNonExistentQueue) {
return nil
}
-
return diag.Errorf("failed to delete SQS Queue (%s): %s", d.Id(), err)
}
- _, _ = transport.RetryWhenAWSErrCodeNotEquals(ctx, []string{sqs.ErrCodeQueueDoesNotExist}, &transport.RetryWhenConfig[*sqs.GetQueueUrlOutput]{
+ _, _ = transport.RetryWhenAWSErrCodeNotEquals(ctx, []string{AWSErrNonExistentQueue}, &transport.RetryWhenConfig[*sqs.GetQueueUrlOutput]{
Timeout: d.Timeout(schema.TimeoutCreate),
Interval: defaultMNQQueueRetryInterval,
Function: func() (*sqs.GetQueueUrlOutput, error) {
- return sqsClient.GetQueueUrlWithContext(ctx, &sqs.GetQueueUrlInput{
- QueueName: aws.String(queueName),
+ return sqsClient.GetQueueUrl(ctx, &sqs.GetQueueUrlInput{
+ QueueName: &queueName,
})
},
})
diff --git a/internal/services/mnq/sqs_queue_test.go b/internal/services/mnq/sqs_queue_test.go
index 3ac186ddca..5f3e144323 100644
--- a/internal/services/mnq/sqs_queue_test.go
+++ b/internal/services/mnq/sqs_queue_test.go
@@ -5,9 +5,8 @@ import (
"fmt"
"testing"
- "github.com/aws/aws-sdk-go/aws"
- "github.com/aws/aws-sdk-go/service/sqs"
- "github.com/hashicorp/aws-sdk-go-base/tfawserr"
+ "github.com/aws/aws-sdk-go-v2/aws"
+ "github.com/aws/aws-sdk-go-v2/service/sqs"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
@@ -25,11 +24,12 @@ import (
func TestAccSQSQueue_Basic(t *testing.T) {
tt := acctest.NewTestTools(t)
defer tt.Cleanup()
+ ctx := context.Background()
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acctest.PreCheck(t) },
ProviderFactories: tt.ProviderFactories,
- CheckDestroy: isSQSQueueDestroyed(tt),
+ CheckDestroy: isSQSQueueDestroyed(ctx, tt),
Steps: []resource.TestStep{
{
Config: `
@@ -57,7 +57,7 @@ func TestAccSQSQueue_Basic(t *testing.T) {
}
`,
Check: resource.ComposeTestCheckFunc(
- isSQSQueuePresent(tt, "scaleway_mnq_sqs_queue.main"),
+ isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.main"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.main", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "name", "test-mnq-sqs-queue-basic"),
),
@@ -90,7 +90,7 @@ func TestAccSQSQueue_Basic(t *testing.T) {
}
`,
Check: resource.ComposeTestCheckFunc(
- isSQSQueuePresent(tt, "scaleway_mnq_sqs_queue.main"),
+ isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.main"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.main", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "message_max_age", "720"),
),
@@ -130,7 +130,7 @@ func TestAccSQSQueue_DefaultProject(t *testing.T) {
}
}(),
CheckDestroy: resource.ComposeTestCheckFunc(
- isSQSQueueDestroyed(tt),
+ isSQSQueueDestroyed(ctx, tt),
func(_ *terraform.State) error {
return accountAPI.DeleteProject(&accountSDK.ProjectAPIDeleteProjectRequest{
ProjectID: projectID,
@@ -159,7 +159,7 @@ func TestAccSQSQueue_DefaultProject(t *testing.T) {
}
`, projectID),
Check: resource.ComposeTestCheckFunc(
- isSQSQueuePresent(tt, "scaleway_mnq_sqs_queue.main"),
+ isSQSQueuePresent(ctx, tt, "scaleway_mnq_sqs_queue.main"),
acctest.CheckResourceAttrUUID("scaleway_mnq_sqs_queue.main", "id"),
resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "name", "test-mnq-sqs-queue-basic"),
resource.TestCheckResourceAttr("scaleway_mnq_sqs_queue.main", "project_id", projectID),
@@ -169,7 +169,7 @@ func TestAccSQSQueue_DefaultProject(t *testing.T) {
})
}
-func isSQSQueuePresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
+func isSQSQueuePresent(ctx context.Context, tt *acctest.TestTools, n string) resource.TestCheckFunc {
return func(state *terraform.State) error {
rs, ok := state.RootModule().Resources[n]
if !ok {
@@ -181,13 +181,13 @@ func isSQSQueuePresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
return err
}
- sqsClient, err := mnq.NewSQSClient(tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sqs_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
+ sqsClient, err := mnq.NewSQSClient(ctx, tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sqs_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
if err != nil {
return err
}
- _, err = sqsClient.GetQueueUrl(&sqs.GetQueueUrlInput{
- QueueName: aws.String(queueName),
+ _, err = sqsClient.GetQueueUrl(ctx, &sqs.GetQueueUrlInput{
+ QueueName: &queueName,
})
if err != nil {
return err
@@ -197,7 +197,7 @@ func isSQSQueuePresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
}
}
-func isSQSQueueDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
+func isSQSQueueDestroyed(ctx context.Context, tt *acctest.TestTools) resource.TestCheckFunc {
return func(state *terraform.State) error {
for _, rs := range state.RootModule().Resources {
if rs.Type != "scaleway_mnq_sqs_queue" {
@@ -237,16 +237,16 @@ func isSQSQueueDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
return nil
}
- sqsClient, err := mnq.NewSQSClient(tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sqs_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
+ sqsClient, err := mnq.NewSQSClient(ctx, tt.Meta.HTTPClient(), region.String(), rs.Primary.Attributes["sqs_endpoint"], rs.Primary.Attributes["access_key"], rs.Primary.Attributes["secret_key"])
if err != nil {
return err
}
- _, err = sqsClient.GetQueueUrl(&sqs.GetQueueUrlInput{
+ _, err = sqsClient.GetQueueUrl(ctx, &sqs.GetQueueUrlInput{
QueueName: aws.String(queueName),
})
if err != nil {
- if tfawserr.ErrCodeEquals(err, sqs.ErrCodeQueueDoesNotExist) || tfawserr.ErrCodeEquals(err, "AccessDeniedException") {
+ if mnq.IsAWSErrorCode(err, mnq.AWSErrNonExistentQueue) || mnq.IsAWSErrorCode(err, "AccessDeniedException") {
return nil
}
diff --git a/internal/services/mnq/testdata/data-source-sns-basic.cassette.yaml b/internal/services/mnq/testdata/data-source-sns-basic.cassette.yaml
index 3434bf498b..afdb644dde 100644
--- a/internal/services/mnq/testdata/data-source-sns-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/data-source-sns-basic.cassette.yaml
@@ -18,7 +18,7 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/account/v3/projects
method: POST
response:
@@ -29,7 +29,7 @@ interactions:
trailer: {}
content_length: 240
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:21.829165Z","description":"","id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","name":"tf_tests_ds_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-08-27T14:36:21.829165Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.805083Z","description":"","id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","name":"tf_tests_ds_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.805083Z"}'
headers:
Content-Length:
- "240"
@@ -38,9 +38,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -48,10 +48,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 50ee1ce1-9414-446b-9e3f-709ec0015a89
+ - 7ce3d84f-f502-4bdf-bc61-5545574be459
status: 200 OK
code: 200
- duration: 354.688743ms
+ duration: 532.018916ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -78,7 +78,7 @@ interactions:
trailer: {}
content_length: 240
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:21.829165Z","description":"","id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","name":"tf_tests_ds_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-08-27T14:36:21.829165Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.805083Z","description":"","id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","name":"tf_tests_ds_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.805083Z"}'
headers:
Content-Length:
- "240"
@@ -87,9 +87,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - 823cbfa6-cd23-432a-bc46-185fe05e5e50
+ - 7dec8c89-fda9-48d6-9b84-7560601b933d
status: 200 OK
code: 200
- duration: 71.36096ms
+ duration: 93.605ms
- id: 2
request:
proto: HTTP/1.1
@@ -112,13 +112,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04"}'
+ body: '{"project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
method: POST
response:
@@ -129,7 +129,7 @@ interactions:
trailer: {}
content_length: 239
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084127Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084127Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442423Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442423Z"}'
headers:
Content-Length:
- "239"
@@ -138,9 +138,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -148,10 +148,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - dcc08200-2ddc-4efb-9ebf-b24246852d59
+ - 61af4b7d-48eb-4b48-983b-d10768291594
status: 200 OK
code: 200
- duration: 108.904697ms
+ duration: 134.674041ms
- id: 3
request:
proto: HTTP/1.1
@@ -167,8 +167,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -178,7 +178,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -187,9 +187,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - 291a9d0d-ea8c-44a6-949b-6873d04d6457
+ - bf0c8fd4-f940-45d5-a0e4-634a7268b779
status: 200 OK
code: 200
- duration: 50.825233ms
+ duration: 78.088958ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -227,7 +227,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -236,9 +236,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - 4ff50f46-ead2-40b1-bd1d-578ac9d84ee2
+ - 883d3bb4-2ce5-480a-b2d0-109a87f5e651
status: 200 OK
code: 200
- duration: 69.580474ms
+ duration: 86.859125ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -276,7 +276,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -285,9 +285,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - dcf6f745-9852-4c43-8fa6-28c0990a2874
+ - bca37012-0cbc-44ef-a15e-3d37d8636616
status: 200 OK
code: 200
- duration: 60.45258ms
+ duration: 64.841208ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -325,7 +325,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -334,9 +334,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
@@ -344,10 +344,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fc07634e-0a97-4e48-af5b-3adda1170acb
+ - ff294402-dec6-4609-9fae-abc81ae0a0fb
status: 200 OK
code: 200
- duration: 57.7216ms
+ duration: 76.783ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -374,7 +374,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -383,9 +383,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
@@ -393,10 +393,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 07cdd5b8-cd48-49a7-8b28-bf197e019cbf
+ - 5fd5cc4d-b36f-44bd-919e-c29e53b88d5a
status: 200 OK
code: 200
- duration: 79.264837ms
+ duration: 79.311709ms
- id: 8
request:
proto: HTTP/1.1
@@ -412,8 +412,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -423,7 +423,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -432,9 +432,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:22 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
@@ -442,10 +442,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 305df23d-9275-461e-a5e4-d85beff739f6
+ - 0320f1f3-7b58-4c1a-80e1-b587a9b8d9d2
status: 200 OK
code: 200
- duration: 59.838218ms
+ duration: 155.789791ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -472,7 +472,7 @@ interactions:
trailer: {}
content_length: 240
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:21.829165Z","description":"","id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","name":"tf_tests_ds_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-08-27T14:36:21.829165Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.805083Z","description":"","id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","name":"tf_tests_ds_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.805083Z"}'
headers:
Content-Length:
- "240"
@@ -481,9 +481,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -491,10 +491,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6fce6e3e-3aea-4bc4-a005-a85d26eee7f4
+ - 4d34212a-e462-4471-96f9-c97ef50e115a
status: 200 OK
code: 200
- duration: 53.366374ms
+ duration: 92.041416ms
- id: 10
request:
proto: HTTP/1.1
@@ -510,8 +510,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -521,7 +521,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -530,9 +530,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -540,10 +540,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 11ca5b84-5945-41af-bb1f-b0dc887a37c4
+ - 76077ab4-6707-43a8-bc98-953102bafa46
status: 200 OK
code: 200
- duration: 48.74876ms
+ duration: 70.509792ms
- id: 11
request:
proto: HTTP/1.1
@@ -559,8 +559,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -570,7 +570,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -579,9 +579,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -589,10 +589,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 250cef3d-7a98-49b5-8c32-5dd6483f0ff5
+ - c622aa66-e278-4984-8e21-d977ea5f7f42
status: 200 OK
code: 200
- duration: 77.779348ms
+ duration: 84.383417ms
- id: 12
request:
proto: HTTP/1.1
@@ -608,8 +608,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -619,7 +619,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -628,9 +628,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -638,10 +638,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 49f951a5-a4f1-4426-9173-577f86430707
+ - bb60ec6b-a018-4496-bedb-3e2a2fb8e5e5
status: 200 OK
code: 200
- duration: 55.394426ms
+ duration: 68.63875ms
- id: 13
request:
proto: HTTP/1.1
@@ -657,8 +657,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -668,7 +668,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -677,9 +677,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:23 GMT
+ - Tue, 10 Dec 2024 13:20:00 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:
@@ -687,10 +687,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1a8bc5f9-efd5-47de-9d77-7ff73eff2976
+ - 8981031d-5792-43d8-b5c0-cb23bdd13203
status: 200 OK
code: 200
- duration: 66.113962ms
+ duration: 95.989583ms
- id: 14
request:
proto: HTTP/1.1
@@ -706,8 +706,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -717,7 +717,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -726,9 +726,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:23 GMT
+ - Tue, 10 Dec 2024 13:20:00 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:
@@ -736,10 +736,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 9866280e-da01-4cbb-8072-2adf1dd1f38a
+ - 34b1bec6-4fd1-4423-8752-717e9a69f232
status: 200 OK
code: 200
- duration: 49.996025ms
+ duration: 70.377792ms
- id: 15
request:
proto: HTTP/1.1
@@ -755,8 +755,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7ef2a636-c9b5-493b-bab5-b5fceb924998
method: GET
response:
proto: HTTP/2.0
@@ -766,7 +766,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:36:22.235084Z","project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:36:22.235084Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.378442Z","project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.378442Z"}'
headers:
Content-Length:
- "233"
@@ -775,9 +775,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:24 GMT
+ - Tue, 10 Dec 2024 13:20:01 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:
@@ -785,10 +785,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fe1a5f82-be58-4cf6-b0a0-5632633931a6
+ - 56d303b9-7468-4642-9e99-a9779eb9c6ff
status: 200 OK
code: 200
- duration: 58.177741ms
+ duration: 48.962708ms
- id: 16
request:
proto: HTTP/1.1
@@ -800,13 +800,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04"}'
+ body: '{"project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
method: POST
response:
@@ -817,7 +817,7 @@ interactions:
trailer: {}
content_length: 184
uncompressed: false
- body: '{"created_at":null,"project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ body: '{"created_at":null,"project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
headers:
Content-Length:
- "184"
@@ -826,9 +826,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:24 GMT
+ - Tue, 10 Dec 2024 13:20:01 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:
@@ -836,10 +836,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 07f242a8-ac1c-4d82-8331-d42a4d5d3c34
+ - 49ad536c-a198-42de-b98f-8eaf00f4514c
status: 200 OK
code: 200
- duration: 249.935924ms
+ duration: 176.908ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ee21f22b-4319-4b3c-b3c8-8e964d8e5e04
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/7ef2a636-c9b5-493b-bab5-b5fceb924998
method: DELETE
response:
proto: HTTP/2.0
@@ -873,9 +873,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:25 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -883,10 +883,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4c1255c2-e537-487d-8169-a60245019838
+ - 3727b249-b27a-465d-8970-bff26b0195c0
status: 204 No Content
code: 204
- duration: 1.210230772s
+ duration: 1.867652208s
- id: 18
request:
proto: HTTP/1.1
@@ -898,13 +898,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04"}'
+ body: '{"project_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
method: POST
response:
@@ -915,7 +915,7 @@ interactions:
trailer: {}
content_length: 136
uncompressed: false
- body: '{"message":"resource is not found","resource":"MnqSNSNamespace","resource_id":"ee21f22b-4319-4b3c-b3c8-8e964d8e5e04","type":"not_found"}'
+ body: '{"message":"resource is not found","resource":"MnqSNSNamespace","resource_id":"7ef2a636-c9b5-493b-bab5-b5fceb924998","type":"not_found"}'
headers:
Content-Length:
- "136"
@@ -924,9 +924,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:36:25 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -934,7 +934,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3d013f2b-d0b0-4a74-8640-d6afc0292f93
+ - 5b927bee-9a00-4ba6-a83d-ad2ca5ab4e28
status: 404 Not Found
code: 404
- duration: 21.679929ms
+ duration: 20.074791ms
diff --git a/internal/services/mnq/testdata/data-source-sqs-basic.cassette.yaml b/internal/services/mnq/testdata/data-source-sqs-basic.cassette.yaml
index 6a984f1abe..ae739ef832 100644
--- a/internal/services/mnq/testdata/data-source-sqs-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/data-source-sqs-basic.cassette.yaml
@@ -18,7 +18,7 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/account/v3/projects
method: POST
response:
@@ -29,7 +29,7 @@ interactions:
trailer: {}
content_length: 240
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.244622Z","description":"","id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","name":"tf_tests_ds_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-08-27T14:27:10.244622Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.027300Z","description":"","id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","name":"tf_tests_ds_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.027300Z"}'
headers:
Content-Length:
- "240"
@@ -38,9 +38,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:10 GMT
+ - Tue, 10 Dec 2024 13:19:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -48,10 +48,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2ae1c9f6-094f-48cf-9a27-1699375b8255
+ - 16b1ee2c-5bd6-4f0f-9807-f0e765f0f68e
status: 200 OK
code: 200
- duration: 558.970026ms
+ duration: 460.403709ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -78,7 +78,7 @@ interactions:
trailer: {}
content_length: 240
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.244622Z","description":"","id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","name":"tf_tests_ds_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-08-27T14:27:10.244622Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.027300Z","description":"","id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","name":"tf_tests_ds_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.027300Z"}'
headers:
Content-Length:
- "240"
@@ -87,9 +87,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:10 GMT
+ - Tue, 10 Dec 2024 13:19:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -97,10 +97,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2a72fe05-0a20-4a74-8ace-25b6922ef04b
+ - 6850759a-79ac-49cf-b8d7-ddf9b1bc4a44
status: 200 OK
code: 200
- duration: 74.700011ms
+ duration: 96.731834ms
- id: 2
request:
proto: HTTP/1.1
@@ -112,13 +112,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1"}'
+ body: '{"project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
method: POST
response:
@@ -129,7 +129,7 @@ interactions:
trailer: {}
content_length: 239
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519071Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519071Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813621Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813621Z"}'
headers:
Content-Length:
- "239"
@@ -138,9 +138,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:10 GMT
+ - Tue, 10 Dec 2024 13:19:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -148,10 +148,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - bfcc484b-e871-451b-89ac-2183818d442f
+ - c84a340a-f052-491a-bb25-40252835ec03
status: 200 OK
code: 200
- duration: 146.914273ms
+ duration: 120.030958ms
- id: 3
request:
proto: HTTP/1.1
@@ -167,8 +167,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -178,7 +178,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -187,9 +187,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:10 GMT
+ - Tue, 10 Dec 2024 13:19:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -197,10 +197,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 597e3931-b539-49e7-a6d0-8ede88e6017d
+ - 7ea20e2d-cffa-4ef6-87b3-b3ca1844cb34
status: 200 OK
code: 200
- duration: 73.897481ms
+ duration: 59.06575ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -227,7 +227,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -236,9 +236,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:11 GMT
+ - Tue, 10 Dec 2024 13:19:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -246,10 +246,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 01fd5da4-f52d-4c20-8132-71950f2043ec
+ - 240de1dc-e20f-47cd-90df-15be093292ce
status: 200 OK
code: 200
- duration: 74.40253ms
+ duration: 54.441458ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -276,7 +276,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -285,9 +285,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:11 GMT
+ - Tue, 10 Dec 2024 13:19:57 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -295,10 +295,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4e9bcbd1-0694-4161-869e-85369bd44c0d
+ - ba9df570-c892-46d9-aeff-4ea9dcbe2504
status: 200 OK
code: 200
- duration: 65.968095ms
+ duration: 85.272625ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -325,7 +325,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -334,9 +334,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:11 GMT
+ - Tue, 10 Dec 2024 13:19:58 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -344,10 +344,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f5c61486-bc1b-42fa-ad05-b8668d9c85bc
+ - d54c6d88-9c57-4b4e-a617-5fa9a4a2332b
status: 200 OK
code: 200
- duration: 300.838889ms
+ duration: 65.18375ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -374,7 +374,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -383,9 +383,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:11 GMT
+ - Tue, 10 Dec 2024 13:19:58 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -393,10 +393,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 08c530e8-df73-4c4f-b20d-12cce81ac4b6
+ - e1fcb87d-41a0-4206-aefe-759f5d7fe2a1
status: 200 OK
code: 200
- duration: 54.47391ms
+ duration: 166.847292ms
- id: 8
request:
proto: HTTP/1.1
@@ -412,8 +412,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -423,7 +423,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -432,9 +432,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:11 GMT
+ - Tue, 10 Dec 2024 13:19:58 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -442,10 +442,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 51ffe37c-34a7-47e2-9087-92c120ce0fb6
+ - ce3e5b5e-ed9c-4b8c-820f-d17f80ce31be
status: 200 OK
code: 200
- duration: 94.068426ms
+ duration: 62.887125ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -472,7 +472,7 @@ interactions:
trailer: {}
content_length: 240
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.244622Z","description":"","id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","name":"tf_tests_ds_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-08-27T14:27:10.244622Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.027300Z","description":"","id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","name":"tf_tests_ds_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.027300Z"}'
headers:
Content-Length:
- "240"
@@ -481,9 +481,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:19:59 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -491,10 +491,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e1fdc937-2da3-451d-81e4-ce4447910ada
+ - 2e831f4c-690c-471c-b3fa-782a8cf47864
status: 200 OK
code: 200
- duration: 60.100892ms
+ duration: 128.48725ms
- id: 10
request:
proto: HTTP/1.1
@@ -510,8 +510,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -521,7 +521,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -530,9 +530,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:19:59 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -540,10 +540,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6c1f2dd0-e010-4107-a5d2-72c9ce16efb3
+ - e7c34cca-181e-4a3d-a903-c6454b3f8e50
status: 200 OK
code: 200
- duration: 52.275726ms
+ duration: 69.126292ms
- id: 11
request:
proto: HTTP/1.1
@@ -559,8 +559,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -570,7 +570,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -579,9 +579,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:19:59 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -589,10 +589,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - da70eda2-7f9d-4025-8bf4-cfeb1dd2cb47
+ - 1866ee6a-07fc-4fb2-a333-3a19057d9722
status: 200 OK
code: 200
- duration: 42.483721ms
+ duration: 65.355042ms
- id: 12
request:
proto: HTTP/1.1
@@ -608,8 +608,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -619,7 +619,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -628,9 +628,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:19:59 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -638,10 +638,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4ba2ee41-dd44-49b1-865e-9525f7f1e04c
+ - 78a23f9d-6a3a-48b4-b9f8-5156d53a1e45
status: 200 OK
code: 200
- duration: 56.125191ms
+ duration: 54.881583ms
- id: 13
request:
proto: HTTP/1.1
@@ -657,8 +657,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -668,7 +668,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -677,9 +677,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:20:00 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -687,10 +687,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f6c74ccf-d81e-48d1-a5b7-fdca54830502
+ - 4d9cbf0a-bc6e-4bab-9771-706bb7127779
status: 200 OK
code: 200
- duration: 53.943229ms
+ duration: 57.536167ms
- id: 14
request:
proto: HTTP/1.1
@@ -706,8 +706,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -717,7 +717,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -726,9 +726,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:20:00 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -736,10 +736,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3999e628-96da-4098-8957-02764841a594
+ - 48169ce9-c460-477a-aedc-35e1c8fdfc6f
status: 200 OK
code: 200
- duration: 42.481318ms
+ duration: 55.500959ms
- id: 15
request:
proto: HTTP/1.1
@@ -755,8 +755,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: GET
response:
proto: HTTP/2.0
@@ -766,7 +766,7 @@ interactions:
trailer: {}
content_length: 233
uncompressed: false
- body: '{"created_at":"2024-08-27T14:27:10.836519Z","project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-08-27T14:27:10.836519Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.527813Z","project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.527813Z"}'
headers:
Content-Length:
- "233"
@@ -775,9 +775,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:12 GMT
+ - Tue, 10 Dec 2024 13:20:01 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -785,10 +785,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7a625531-756e-4467-a151-3d73f77d4112
+ - f4d4cdb5-4148-4fa1-a735-cf1022d512ff
status: 200 OK
code: 200
- duration: 66.943271ms
+ duration: 72.794666ms
- id: 16
request:
proto: HTTP/1.1
@@ -800,13 +800,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1"}'
+ body: '{"project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
method: POST
response:
@@ -817,7 +817,7 @@ interactions:
trailer: {}
content_length: 184
uncompressed: false
- body: '{"created_at":null,"project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ body: '{"created_at":null,"project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
headers:
Content-Length:
- "184"
@@ -826,9 +826,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:13 GMT
+ - Tue, 10 Dec 2024 13:20:01 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -836,10 +836,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3917f5ac-63a6-40ee-b3e1-5c7b9f6520c7
+ - 6781971a-47d4-418f-9053-24cdf4974848
status: 200 OK
code: 200
- duration: 199.365221ms
+ duration: 178.642ms
- 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.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/7fcd768c-e291-4088-8d67-aba98e67e9c1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/7f2ca264-9747-4154-93ed-2a41c5b5eadf
method: DELETE
response:
proto: HTTP/2.0
@@ -873,9 +873,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:14 GMT
+ - Tue, 10 Dec 2024 13:20:03 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -883,10 +883,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1df980a1-fda6-43a8-bdc9-780ef95301ce
+ - 03f12656-551f-4c27-941b-ca9561156bf1
status: 204 No Content
code: 204
- duration: 1.258012306s
+ duration: 1.750810292s
- id: 18
request:
proto: HTTP/1.1
@@ -898,13 +898,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"project_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1"}'
+ body: '{"project_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.4; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
method: POST
response:
@@ -915,7 +915,7 @@ interactions:
trailer: {}
content_length: 136
uncompressed: false
- body: '{"message":"resource is not found","resource":"MnqSQSNamespace","resource_id":"7fcd768c-e291-4088-8d67-aba98e67e9c1","type":"not_found"}'
+ body: '{"message":"resource is not found","resource":"MnqSQSNamespace","resource_id":"7f2ca264-9747-4154-93ed-2a41c5b5eadf","type":"not_found"}'
headers:
Content-Length:
- "136"
@@ -924,9 +924,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 27 Aug 2024 14:27:14 GMT
+ - Tue, 10 Dec 2024 13:20:03 GMT
Server:
- - Scaleway API Gateway (fr-par-1;edge01)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -934,7 +934,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6a86da22-4715-4a32-af43-f002caaa7ee3
+ - 5eaa7d15-8b30-4fa3-8621-875131ef4278
status: 404 Not Found
code: 404
- duration: 26.523809ms
+ duration: 26.702375ms
diff --git a/internal/services/mnq/testdata/nats-account-basic.cassette.yaml b/internal/services/mnq/testdata/nats-account-basic.cassette.yaml
index 3d139769ca..037cdab41b 100644
--- a/internal/services/mnq/testdata/nats-account-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/nats-account-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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/account/v3/projects
method: POST
response:
@@ -29,7 +29,7 @@ interactions:
trailer: {}
content_length: 246
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.111603Z","description":"","id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","name":"tf_tests_mnq_nats_account_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:24.111603Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.773046Z","description":"","id":"ade577ab-f663-41f5-b634-39ecee49f12c","name":"tf_tests_mnq_nats_account_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.773046Z"}'
headers:
Content-Length:
- "246"
@@ -38,9 +38,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -48,10 +48,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3cbfde38-9375-4f91-b8ad-84be2e8864b3
+ - 2f914385-3cdc-4e5f-a02e-5323d501c566
status: 200 OK
code: 200
- duration: 350.248318ms
+ duration: 519.643125ms
- 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/account/v3/projects/e4d3c769-f8e0-43c7-bf58-394629fca69c
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ade577ab-f663-41f5-b634-39ecee49f12c
method: GET
response:
proto: HTTP/2.0
@@ -78,7 +78,7 @@ interactions:
trailer: {}
content_length: 246
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.111603Z","description":"","id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","name":"tf_tests_mnq_nats_account_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:24.111603Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.773046Z","description":"","id":"ade577ab-f663-41f5-b634-39ecee49f12c","name":"tf_tests_mnq_nats_account_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.773046Z"}'
headers:
Content-Length:
- "246"
@@ -87,9 +87,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - 2df82db3-2e72-4be8-a9cd-3579741a6a56
+ - 3427f491-c11b-4513-82b0-29c004fa3f0d
status: 200 OK
code: 200
- duration: 104.345649ms
+ duration: 120.059875ms
- id: 2
request:
proto: HTTP/1.1
@@ -112,13 +112,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"name":"test-mnq-nats-account-basic","project_id":"e4d3c769-f8e0-43c7-bf58-394629fca69c"}'
+ body: '{"name":"test-mnq-nats-account-basic","project_id":"ade577ab-f663-41f5-b634-39ecee49f12c"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts
method: POST
response:
@@ -129,7 +129,7 @@ interactions:
trailer: {}
content_length: 318
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.552232248Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6","name":"test-mnq-nats-account-basic","project_id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","region":"fr-par","updated_at":"2024-09-10T09:30:24.552232248Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.429251044Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L","name":"test-mnq-nats-account-basic","project_id":"ade577ab-f663-41f5-b634-39ecee49f12c","region":"fr-par","updated_at":"2024-12-10T13:19:57.429251044Z"}'
headers:
Content-Length:
- "318"
@@ -138,9 +138,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -148,10 +148,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7eb84d6b-3e1d-4941-9829-19f6fc833cd0
+ - afe5b481-16af-40b4-96d5-02c5007e7173
status: 200 OK
code: 200
- duration: 161.331498ms
+ duration: 165.908875ms
- id: 3
request:
proto: HTTP/1.1
@@ -167,8 +167,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L
method: GET
response:
proto: HTTP/2.0
@@ -178,7 +178,7 @@ interactions:
trailer: {}
content_length: 312
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.552232Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6","name":"test-mnq-nats-account-basic","project_id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","region":"fr-par","updated_at":"2024-09-10T09:30:24.552232Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.429251Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L","name":"test-mnq-nats-account-basic","project_id":"ade577ab-f663-41f5-b634-39ecee49f12c","region":"fr-par","updated_at":"2024-12-10T13:19:57.429251Z"}'
headers:
Content-Length:
- "312"
@@ -187,9 +187,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - e9f1640f-8501-48f9-91f1-18a77493600f
+ - 0607ac16-67d1-41f4-b8a7-4a73be9d077a
status: 200 OK
code: 200
- duration: 94.697561ms
+ duration: 58.471209ms
- id: 4
request:
proto: HTTP/1.1
@@ -216,8 +216,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L
method: GET
response:
proto: HTTP/2.0
@@ -227,7 +227,7 @@ interactions:
trailer: {}
content_length: 312
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.552232Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6","name":"test-mnq-nats-account-basic","project_id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","region":"fr-par","updated_at":"2024-09-10T09:30:24.552232Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.429251Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L","name":"test-mnq-nats-account-basic","project_id":"ade577ab-f663-41f5-b634-39ecee49f12c","region":"fr-par","updated_at":"2024-12-10T13:19:57.429251Z"}'
headers:
Content-Length:
- "312"
@@ -236,9 +236,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - ba1b8c41-9171-46b3-a92c-9a572b5f7d8e
+ - f930848c-325d-4fb7-94b7-8779a4ca061f
status: 200 OK
code: 200
- duration: 62.824601ms
+ duration: 80.615875ms
- id: 5
request:
proto: HTTP/1.1
@@ -265,8 +265,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/e4d3c769-f8e0-43c7-bf58-394629fca69c
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ade577ab-f663-41f5-b634-39ecee49f12c
method: GET
response:
proto: HTTP/2.0
@@ -276,7 +276,7 @@ interactions:
trailer: {}
content_length: 246
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.111603Z","description":"","id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","name":"tf_tests_mnq_nats_account_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:24.111603Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.773046Z","description":"","id":"ade577ab-f663-41f5-b634-39ecee49f12c","name":"tf_tests_mnq_nats_account_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.773046Z"}'
headers:
Content-Length:
- "246"
@@ -285,9 +285,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:25 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
- - 35d7e6c2-5993-4755-87a0-2dbcbd3a2760
+ - b39c12ed-7a70-499b-9102-b85d0307b186
status: 200 OK
code: 200
- duration: 122.78067ms
+ duration: 120.659666ms
- 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/mnq/v1beta1/regions/fr-par/nats-accounts/ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L
method: GET
response:
proto: HTTP/2.0
@@ -325,7 +325,7 @@ interactions:
trailer: {}
content_length: 312
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:24.552232Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6","name":"test-mnq-nats-account-basic","project_id":"e4d3c769-f8e0-43c7-bf58-394629fca69c","region":"fr-par","updated_at":"2024-09-10T09:30:24.552232Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.429251Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L","name":"test-mnq-nats-account-basic","project_id":"ade577ab-f663-41f5-b634-39ecee49f12c","region":"fr-par","updated_at":"2024-12-10T13:19:57.429251Z"}'
headers:
Content-Length:
- "312"
@@ -334,9 +334,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:25 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -344,10 +344,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - aa88e98a-c46e-479c-926b-1639f41eb070
+ - effc12f9-ba5c-46fb-8724-fb003ce10625
status: 200 OK
code: 200
- duration: 91.892615ms
+ duration: 78.442334ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L
method: DELETE
response:
proto: HTTP/2.0
@@ -381,9 +381,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:26 GMT
+ - Tue, 10 Dec 2024 13:20:00 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:
@@ -391,10 +391,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 444039e3-d92a-4106-9944-ec3a86871251
+ - 3e9252ea-0c56-4edf-a2b4-6ccfd1d3579f
status: 204 No Content
code: 204
- duration: 173.132453ms
+ duration: 180.892959ms
- id: 8
request:
proto: HTTP/1.1
@@ -410,8 +410,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/e4d3c769-f8e0-43c7-bf58-394629fca69c
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ade577ab-f663-41f5-b634-39ecee49f12c
method: DELETE
response:
proto: HTTP/2.0
@@ -428,9 +428,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:27 GMT
+ - Tue, 10 Dec 2024 13:20:02 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:
@@ -438,10 +438,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6b740ffd-57dd-4da9-a0fd-98d348eb41f9
+ - 902ca9e1-c117-41a2-b2cb-51a5ea1245ba
status: 204 No Content
code: 204
- duration: 1.280631612s
+ duration: 1.421859833s
- id: 9
request:
proto: HTTP/1.1
@@ -457,8 +457,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L
method: DELETE
response:
proto: HTTP/2.0
@@ -468,7 +468,7 @@ interactions:
trailer: {}
content_length: 150
uncompressed: false
- body: '{"message":"resource is not found","resource":"namespace","resource_id":"ACZFPXJNGJMX4A5VV7A7WJU3YC2V77KNFRX54VML4QTQUBSPHR3TDBP6","type":"not_found"}'
+ body: '{"message":"resource is not found","resource":"namespace","resource_id":"ADCKHGOB6YSXJNWB5SOL4TBIOXJAIUA4YFAR5LCGNWY53C42BRXTPG5L","type":"not_found"}'
headers:
Content-Length:
- "150"
@@ -477,9 +477,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:27 GMT
+ - Tue, 10 Dec 2024 13:20:02 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:
@@ -487,7 +487,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 84957519-73eb-4868-9084-81b8568933fa
+ - de9c1144-6f5d-4a3e-b7b1-4e7cdb9d0005
status: 404 Not Found
code: 404
- duration: 26.069561ms
+ duration: 21.285416ms
diff --git a/internal/services/mnq/testdata/nats-credentials-basic.cassette.yaml b/internal/services/mnq/testdata/nats-credentials-basic.cassette.yaml
index 6258193b8d..7a4a635edb 100644
--- a/internal/services/mnq/testdata/nats-credentials-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/nats-credentials-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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/account/v3/projects
method: POST
response:
@@ -29,7 +29,7 @@ interactions:
trailer: {}
content_length: 249
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:29.085054Z","description":"","id":"c9ebaf73-e459-45a7-82a9-cdb74d848025","name":"tf_tests_mnq_nats_credential_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:29.085054Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.013631Z","description":"","id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9","name":"tf_tests_mnq_nats_credential_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.013631Z"}'
headers:
Content-Length:
- "249"
@@ -38,9 +38,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:29 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -48,10 +48,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - aba7d44d-1c8d-477c-baa3-26f608a9c93d
+ - c82cf827-273e-4f07-83cf-73be6d3ff7ed
status: 200 OK
code: 200
- duration: 267.165035ms
+ duration: 603.115583ms
- 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/account/v3/projects/c9ebaf73-e459-45a7-82a9-cdb74d848025
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/d2b2f1b3-ebea-49a5-8359-353ac1affff9
method: GET
response:
proto: HTTP/2.0
@@ -78,7 +78,7 @@ interactions:
trailer: {}
content_length: 249
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:29.085054Z","description":"","id":"c9ebaf73-e459-45a7-82a9-cdb74d848025","name":"tf_tests_mnq_nats_credential_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:29.085054Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.013631Z","description":"","id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9","name":"tf_tests_mnq_nats_credential_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.013631Z"}'
headers:
Content-Length:
- "249"
@@ -87,9 +87,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:29 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - a919aa03-2005-4d46-a565-c121d6316322
+ - e2e17a81-e550-4075-b3d7-501492c02a6f
status: 200 OK
code: 200
- duration: 93.147475ms
+ duration: 126.031292ms
- id: 2
request:
proto: HTTP/1.1
@@ -112,13 +112,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"name":"test-mnq-nats-credentials-basic-test","project_id":"c9ebaf73-e459-45a7-82a9-cdb74d848025"}'
+ body: '{"name":"test-mnq-nats-credentials-basic-test","project_id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts
method: POST
response:
@@ -129,7 +129,7 @@ interactions:
trailer: {}
content_length: 327
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:29.446683977Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","name":"test-mnq-nats-credentials-basic-test","project_id":"c9ebaf73-e459-45a7-82a9-cdb74d848025","region":"fr-par","updated_at":"2024-09-10T09:30:29.446683977Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.737627455Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","name":"test-mnq-nats-credentials-basic-test","project_id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9","region":"fr-par","updated_at":"2024-12-10T13:19:57.737627455Z"}'
headers:
Content-Length:
- "327"
@@ -138,9 +138,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:29 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -148,10 +148,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - cb76293e-b096-441a-863c-ccd4b72cf16e
+ - b04230a7-16a3-426d-a846-da2b54ef167a
status: 200 OK
code: 200
- duration: 190.14909ms
+ duration: 152.526083ms
- id: 3
request:
proto: HTTP/1.1
@@ -167,8 +167,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV
method: GET
response:
proto: HTTP/2.0
@@ -178,7 +178,7 @@ interactions:
trailer: {}
content_length: 321
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:29.446683Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","name":"test-mnq-nats-credentials-basic-test","project_id":"c9ebaf73-e459-45a7-82a9-cdb74d848025","region":"fr-par","updated_at":"2024-09-10T09:30:29.446683Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.737627Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","name":"test-mnq-nats-credentials-basic-test","project_id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9","region":"fr-par","updated_at":"2024-12-10T13:19:57.737627Z"}'
headers:
Content-Length:
- "321"
@@ -187,9 +187,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:29 GMT
+ - Tue, 10 Dec 2024 13:19:57 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,28 +197,28 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 8eab666b-67a4-4fa8-a755-c6d87bc197a2
+ - f9abe051-5754-4968-ad01-4aa191712a2c
status: 200 OK
code: 200
- duration: 57.652385ms
+ duration: 82.776792ms
- id: 4
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 121
+ content_length: 119
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"nats_account_id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","name":"tf-nats-credentials-gracious-bell"}'
+ body: '{"nats_account_id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","name":"tf-nats-credentials-goofy-knuth"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials
method: POST
response:
@@ -227,20 +227,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1458
+ content_length: 1454
uncompressed: false
- body: '{"checksum":"4871b4ee442f55ef6ee0369cdcee4fe053e13111","created_at":"2024-09-10T09:30:29.718047865Z","credentials":{"content":"-----BEGIN NATS USER JWT-----\neyJ0eXAiOiJKV1QiLCJhbGciOiJlZDI1NTE5LW5rZXkifQ.eyJqdGkiOiI3QlhIN0JETTJKRkRCMkQ3U1hOTlA3NlE3Q1FZSktQRVJESVAzUTZZVElNQ09TSFpaTlVBIiwiaWF0IjoxNzI1OTYwNjI5LCJpc3MiOiJBQURCSjZMU0xBVU1MWk5MU0ZIRE1TM0lPRks1QkxGQjYzVzNTR0xQR0Q1M0lMUERENjJXTjc0QSIsIm5hbWUiOiJ0Zi1uYXRzLWNyZWRlbnRpYWxzLWdyYWNpb3VzLWJlbGwiLCJzdWIiOiJVQ0tTRklMTFhHTEdLN1dTQlJPVUdHN1hDVlBJQkpORVU1REVKU1NMU0hNSUlYTFZBN1YzVVRONCIsIm5hdHMiOnsicHViIjp7fSwic3ViIjp7fSwic3VicyI6LTEsImRhdGEiOi0xLCJwYXlsb2FkIjotMSwiaXNzdWVyX2FjY291bnQiOiJBQ0tGV0RZNURHNTVIWFROU0dRV05RQlpRRkJNRTJRTUZKSFdGN0VaSkpNM0daNlJOUEVWTERJViIsInR5cGUiOiJ1c2VyIiwidmVyc2lvbiI6Mn19.t6ZcjhnbXR8ZTa-EL_6VL3y2X2qcYTCYdo06mwD1F1nO6G0qjIRt-B5mGl27u6rFhttp13sVLDIzmaN6J8YJDQ\n------END NATS USER JWT------\n\n************************* IMPORTANT *************************\nNKEY Seed printed below can be used to sign and prove identity.\nNKEYs are sensitive and should be treated as secrets.\n\n-----BEGIN USER NKEY SEED-----\nSUABUZKV4ZZGTMAENIGOCLVEC2NNQZPIPJMVFUGIMOYENDZIVRLGVR7YGE\n------END USER NKEY SEED------\n\n*************************************************************\n","name":"user.creds"},"id":"d1900821-4077-4333-8f6e-055b4286ba43","name":"tf-nats-credentials-gracious-bell","nats_account_id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","updated_at":null}'
+ body: '{"checksum":"668451a8aa9b1c609fbd2937d79b5ad68cb6b698","created_at":"2024-12-10T13:19:57.988523740Z","credentials":{"content":"-----BEGIN NATS USER JWT-----\neyJ0eXAiOiJKV1QiLCJhbGciOiJlZDI1NTE5LW5rZXkifQ.eyJqdGkiOiJYNzVIR0o1QkZRRjNEWkFaNVdDQVlLSUlUUVlPSUpCV1lENUJPRFgyQlVIRzZUU1ZBQ1dRIiwiaWF0IjoxNzMzODM2Nzk3LCJpc3MiOiJBQlpKMkwySUlSSE5YNTNLVk1NS1lRQjdXREtJVk5DWjNWWVdKNktKN1hHTDdQN1ZNUk5UM0k3MyIsIm5hbWUiOiJ0Zi1uYXRzLWNyZWRlbnRpYWxzLWdvb2Z5LWtudXRoIiwic3ViIjoiVUJMMk9PU0xITkRXM1JLSEFITUpGRDVMTVFXRVdKVktZR0RYNEdaUE0yT0VGQUs2QjVCUFVLRVQiLCJuYXRzIjp7InB1YiI6e30sInN1YiI6e30sInN1YnMiOi0xLCJkYXRhIjotMSwicGF5bG9hZCI6LTEsImlzc3Vlcl9hY2NvdW50IjoiQUNKTkdNRFdJM0xMRTczN1VMVDRFWkRIQ0NVUU5BRlVTTVNVSUFBWFpRS1A2UlFIUFJBVUczTlYiLCJ0eXBlIjoidXNlciIsInZlcnNpb24iOjJ9fQ.OukV9zM-H1Ic4Q9CBH4eyEbxqvbN5dHxVy7dOiE_RT4UWejQpwYmHl6SWonutmvXpm3HVVCWACgq9gk5RX2LBw\n------END NATS USER JWT------\n\n************************* IMPORTANT *************************\nNKEY Seed printed below can be used to sign and prove identity.\nNKEYs are sensitive and should be treated as secrets.\n\n-----BEGIN USER NKEY SEED-----\nSUAPUZUSMZDQOCBHSFYQU43RNF5RW64A25EKFHEBHW6PUVUTUPMHD3HTZQ\n------END USER NKEY SEED------\n\n*************************************************************\n","name":"user.creds"},"id":"53e797b4-7521-49d3-9e62-5f97010d8eb6","name":"tf-nats-credentials-goofy-knuth","nats_account_id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","updated_at":null}'
headers:
Content-Length:
- - "1458"
+ - "1454"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:29 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -248,10 +248,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7e2d5bd6-af1d-4a6d-82f4-a74014464f13
+ - ac38e1f8-b5ec-477f-a1e9-887764e826b0
status: 200 OK
code: 200
- duration: 105.526556ms
+ duration: 113.834375ms
- id: 5
request:
proto: HTTP/1.1
@@ -267,8 +267,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/d1900821-4077-4333-8f6e-055b4286ba43
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/53e797b4-7521-49d3-9e62-5f97010d8eb6
method: GET
response:
proto: HTTP/2.0
@@ -276,20 +276,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 297
uncompressed: false
- body: '{"checksum":"4871b4ee442f55ef6ee0369cdcee4fe053e13111","created_at":"2024-09-10T09:30:29.718291Z","credentials":null,"id":"d1900821-4077-4333-8f6e-055b4286ba43","name":"tf-nats-credentials-gracious-bell","nats_account_id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","updated_at":null}'
+ body: '{"checksum":"668451a8aa9b1c609fbd2937d79b5ad68cb6b698","created_at":"2024-12-10T13:19:57.989966Z","credentials":null,"id":"53e797b4-7521-49d3-9e62-5f97010d8eb6","name":"tf-nats-credentials-goofy-knuth","nats_account_id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "297"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:29 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
@@ -297,10 +297,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - faa4a80f-43e6-42b3-8221-3262ab8b4daf
+ - 04dca81c-853d-42b7-86b6-078b85898fcd
status: 200 OK
code: 200
- duration: 60.87175ms
+ duration: 66.756542ms
- id: 6
request:
proto: HTTP/1.1
@@ -316,8 +316,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/d1900821-4077-4333-8f6e-055b4286ba43
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/53e797b4-7521-49d3-9e62-5f97010d8eb6
method: GET
response:
proto: HTTP/2.0
@@ -325,20 +325,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 297
uncompressed: false
- body: '{"checksum":"4871b4ee442f55ef6ee0369cdcee4fe053e13111","created_at":"2024-09-10T09:30:29.718291Z","credentials":null,"id":"d1900821-4077-4333-8f6e-055b4286ba43","name":"tf-nats-credentials-gracious-bell","nats_account_id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","updated_at":null}'
+ body: '{"checksum":"668451a8aa9b1c609fbd2937d79b5ad68cb6b698","created_at":"2024-12-10T13:19:57.989966Z","credentials":null,"id":"53e797b4-7521-49d3-9e62-5f97010d8eb6","name":"tf-nats-credentials-goofy-knuth","nats_account_id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "297"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:30 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
- - 66e1c316-e281-4762-b6f1-c64768f4cb25
+ - b6e94018-b5e4-4a59-bfaf-9abb3a8a4cd2
status: 200 OK
code: 200
- duration: 58.492785ms
+ duration: 90.184541ms
- id: 7
request:
proto: HTTP/1.1
@@ -365,8 +365,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/c9ebaf73-e459-45a7-82a9-cdb74d848025
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/d2b2f1b3-ebea-49a5-8359-353ac1affff9
method: GET
response:
proto: HTTP/2.0
@@ -376,7 +376,7 @@ interactions:
trailer: {}
content_length: 249
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:29.085054Z","description":"","id":"c9ebaf73-e459-45a7-82a9-cdb74d848025","name":"tf_tests_mnq_nats_credential_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:29.085054Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.013631Z","description":"","id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9","name":"tf_tests_mnq_nats_credential_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.013631Z"}'
headers:
Content-Length:
- "249"
@@ -385,9 +385,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:30 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -395,10 +395,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7b8f9a64-6f5d-4d79-b0bf-12ed93efa352
+ - 7a762d1c-f81d-45a9-9c72-c8f824b00414
status: 200 OK
code: 200
- duration: 102.48162ms
+ duration: 97.50925ms
- 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/mnq/v1beta1/regions/fr-par/nats-accounts/ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV
method: GET
response:
proto: HTTP/2.0
@@ -425,7 +425,7 @@ interactions:
trailer: {}
content_length: 321
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:29.446683Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","name":"test-mnq-nats-credentials-basic-test","project_id":"c9ebaf73-e459-45a7-82a9-cdb74d848025","region":"fr-par","updated_at":"2024-09-10T09:30:29.446683Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.737627Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","name":"test-mnq-nats-credentials-basic-test","project_id":"d2b2f1b3-ebea-49a5-8359-353ac1affff9","region":"fr-par","updated_at":"2024-12-10T13:19:57.737627Z"}'
headers:
Content-Length:
- "321"
@@ -434,9 +434,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:30 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -444,10 +444,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 686caef8-5004-41ec-a163-25a24b18305d
+ - 8627264e-064e-4f96-9ffb-fea3f490c75c
status: 200 OK
code: 200
- duration: 87.182336ms
+ duration: 66.869875ms
- id: 9
request:
proto: HTTP/1.1
@@ -463,8 +463,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/d1900821-4077-4333-8f6e-055b4286ba43
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/53e797b4-7521-49d3-9e62-5f97010d8eb6
method: GET
response:
proto: HTTP/2.0
@@ -472,20 +472,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 297
uncompressed: false
- body: '{"checksum":"4871b4ee442f55ef6ee0369cdcee4fe053e13111","created_at":"2024-09-10T09:30:29.718291Z","credentials":null,"id":"d1900821-4077-4333-8f6e-055b4286ba43","name":"tf-nats-credentials-gracious-bell","nats_account_id":"ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV","updated_at":null}'
+ body: '{"checksum":"668451a8aa9b1c609fbd2937d79b5ad68cb6b698","created_at":"2024-12-10T13:19:57.989966Z","credentials":null,"id":"53e797b4-7521-49d3-9e62-5f97010d8eb6","name":"tf-nats-credentials-goofy-knuth","nats_account_id":"ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "297"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:30 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -493,10 +493,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - de8f5a28-0fc2-4e6a-a866-59c6e1482a40
+ - 3a56707e-75a6-46da-a50b-93603ca2fff7
status: 200 OK
code: 200
- duration: 71.863718ms
+ duration: 66.383084ms
- id: 10
request:
proto: HTTP/1.1
@@ -512,8 +512,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/d1900821-4077-4333-8f6e-055b4286ba43
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/53e797b4-7521-49d3-9e62-5f97010d8eb6
method: DELETE
response:
proto: HTTP/2.0
@@ -530,9 +530,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:31 GMT
+ - Tue, 10 Dec 2024 13:20:01 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:
@@ -540,10 +540,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 589fd357-d358-4b23-b6c1-3f2e119979fc
+ - 330821f0-4b47-47ad-b12e-60d1e60b7096
status: 204 No Content
code: 204
- duration: 101.415557ms
+ duration: 115.482583ms
- id: 11
request:
proto: HTTP/1.1
@@ -559,8 +559,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACKFWDY5DG55HXTNSGQWNQBZQFBME2QMFJHWF7EZJJM3GZ6RNPEVLDIV
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/ACJNGMDWI3LLE737ULT4EZDHCCUQNAFUSMSUIAAXZQKP6RQHPRAUG3NV
method: DELETE
response:
proto: HTTP/2.0
@@ -577,9 +577,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:31 GMT
+ - Tue, 10 Dec 2024 13:20:01 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:
@@ -587,10 +587,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0cae5a68-8232-45a8-a2ad-40b5ae8fc274
+ - a41069ee-1846-46d2-8614-e5a3133ffcb8
status: 204 No Content
code: 204
- duration: 177.460965ms
+ duration: 201.765083ms
- id: 12
request:
proto: HTTP/1.1
@@ -606,8 +606,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/c9ebaf73-e459-45a7-82a9-cdb74d848025
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/d2b2f1b3-ebea-49a5-8359-353ac1affff9
method: DELETE
response:
proto: HTTP/2.0
@@ -624,9 +624,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:33 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -634,10 +634,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7563d1de-1aa4-47f9-8ac7-78d7dfaf3f05
+ - aa97bf98-6970-4e35-b4c9-c55c4b623fe8
status: 204 No Content
code: 204
- duration: 1.426469559s
+ duration: 1.8652475s
- id: 13
request:
proto: HTTP/1.1
@@ -653,8 +653,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/d1900821-4077-4333-8f6e-055b4286ba43
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/53e797b4-7521-49d3-9e62-5f97010d8eb6
method: DELETE
response:
proto: HTTP/2.0
@@ -664,7 +664,7 @@ interactions:
trailer: {}
content_length: 131
uncompressed: false
- body: '{"message":"resource is not found","resource":"credential","resource_id":"d1900821-4077-4333-8f6e-055b4286ba43","type":"not_found"}'
+ body: '{"message":"resource is not found","resource":"credential","resource_id":"53e797b4-7521-49d3-9e62-5f97010d8eb6","type":"not_found"}'
headers:
Content-Length:
- "131"
@@ -673,9 +673,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:33 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -683,7 +683,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 88b820d6-f443-460a-8cc9-892a9a038d2e
+ - aac94802-60f2-41f2-8f17-79c52bb9c6ed
status: 404 Not Found
code: 404
- duration: 24.967612ms
+ duration: 17.275542ms
diff --git a/internal/services/mnq/testdata/nats-credentials-update-name.cassette.yaml b/internal/services/mnq/testdata/nats-credentials-update-name.cassette.yaml
index 37049da7d1..abf2b73521 100644
--- a/internal/services/mnq/testdata/nats-credentials-update-name.cassette.yaml
+++ b/internal/services/mnq/testdata/nats-credentials-update-name.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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/account/v3/projects
method: POST
response:
@@ -29,7 +29,7 @@ interactions:
trailer: {}
content_length: 250
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.189590Z","description":"","id":"f546bcf5-afcd-4de5-b504-37e619291e02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:21.189590Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.994218Z","description":"","id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.994218Z"}'
headers:
Content-Length:
- "250"
@@ -38,9 +38,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:21 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -48,10 +48,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 79e213e9-7c70-4e24-ac8c-0d88ade775d1
+ - f4aba3b4-27f0-4759-ac41-56eb9e71d514
status: 200 OK
code: 200
- duration: 282.192707ms
+ duration: 549.300584ms
- 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/account/v3/projects/f546bcf5-afcd-4de5-b504-37e619291e02
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02
method: GET
response:
proto: HTTP/2.0
@@ -78,7 +78,7 @@ interactions:
trailer: {}
content_length: 250
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.189590Z","description":"","id":"f546bcf5-afcd-4de5-b504-37e619291e02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:21.189590Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.994218Z","description":"","id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.994218Z"}'
headers:
Content-Length:
- "250"
@@ -87,9 +87,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:21 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
- - 89479235-befc-42f7-9a76-1c05a96ad7db
+ - d93b9afa-4b7b-4b88-ac9f-7c28af3f632e
status: 200 OK
code: 200
- duration: 150.62268ms
+ duration: 85.299ms
- id: 2
request:
proto: HTTP/1.1
@@ -112,13 +112,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"name":"test-mnq-nats-credentials-update","project_id":"f546bcf5-afcd-4de5-b504-37e619291e02"}'
+ body: '{"name":"test-mnq-nats-credentials-update","project_id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts
method: POST
response:
@@ -129,7 +129,7 @@ interactions:
trailer: {}
content_length: 323
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.629943713Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"test-mnq-nats-credentials-update","project_id":"f546bcf5-afcd-4de5-b504-37e619291e02","region":"fr-par","updated_at":"2024-09-10T09:30:21.629943713Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.622828148Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"test-mnq-nats-credentials-update","project_id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","region":"fr-par","updated_at":"2024-12-10T13:19:57.622828148Z"}'
headers:
Content-Length:
- "323"
@@ -138,9 +138,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:21 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -148,10 +148,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 032056f4-c675-4e49-a59d-0cf2fcaf44cf
+ - ab7a1ca3-d137-4c5e-bc28-20eb7d12bff7
status: 200 OK
code: 200
- duration: 189.401609ms
+ duration: 147.606625ms
- id: 3
request:
proto: HTTP/1.1
@@ -167,8 +167,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73
method: GET
response:
proto: HTTP/2.0
@@ -178,7 +178,7 @@ interactions:
trailer: {}
content_length: 317
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.629943Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"test-mnq-nats-credentials-update","project_id":"f546bcf5-afcd-4de5-b504-37e619291e02","region":"fr-par","updated_at":"2024-09-10T09:30:21.629943Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.622828Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"test-mnq-nats-credentials-update","project_id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","region":"fr-par","updated_at":"2024-12-10T13:19:57.622828Z"}'
headers:
Content-Length:
- "317"
@@ -187,9 +187,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:21 GMT
+ - Tue, 10 Dec 2024 13:19:57 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,28 +197,28 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1517eb62-1805-44a2-9296-580458c745ec
+ - c93acfa0-c387-4c45-9a19-621d0a6c36dd
status: 200 OK
code: 200
- duration: 129.65429ms
+ duration: 52.099291ms
- id: 4
request:
proto: HTTP/1.1
proto_major: 1
proto_minor: 1
- content_length: 121
+ content_length: 125
transfer_encoding: []
trailer: {}
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"tf-nats-credentials-jolly-wescoff"}'
+ body: '{"nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"tf-nats-credentials-xenodochial-rubin"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials
method: POST
response:
@@ -227,20 +227,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 1458
+ content_length: 1468
uncompressed: false
- body: '{"checksum":"fd0e2be7a93591ea0b4d88650b38f5bae9bd3be9","created_at":"2024-09-10T09:30:21.979045803Z","credentials":{"content":"-----BEGIN NATS USER JWT-----\neyJ0eXAiOiJKV1QiLCJhbGciOiJlZDI1NTE5LW5rZXkifQ.eyJqdGkiOiJIRlFKWkdLSlIyNDJXRzJXMlhES05CWjZPVFUyRlE3M0VKWjZOWVlSRklWS0ZXTjIzR09RIiwiaWF0IjoxNzI1OTYwNjIxLCJpc3MiOiJBQ0pWQ1ZDVjJBWTNERzNVN0pMRFIzWjdTS1JZWllRUlg2QVVXNVNLVzZSRjZKWkVTVFZLV05NViIsIm5hbWUiOiJ0Zi1uYXRzLWNyZWRlbnRpYWxzLWpvbGx5LXdlc2NvZmYiLCJzdWIiOiJVQ09YR0VCR0U0NENaWEFCUUpQU09FV1A2VjVMUEoyVVhSNUczTUtCWDJQT001TVJPRUY0Uk1OUCIsIm5hdHMiOnsicHViIjp7fSwic3ViIjp7fSwic3VicyI6LTEsImRhdGEiOi0xLCJwYXlsb2FkIjotMSwiaXNzdWVyX2FjY291bnQiOiJBQjQyS1ZXSVFaQjRUSk1PM0lDNExPMkU2UVFSVlhaWUdYTFZZMlpPNkpUS01WUEJPWktRQ1VGTyIsInR5cGUiOiJ1c2VyIiwidmVyc2lvbiI6Mn19.ZJv9tMQW6ytJJ-cZXUNrFz02_XL622ZuhfgA-YsG90J1eGQIi62Y5OpDc6m_ZwVbK6djk4WV9w6vUqKfK9i0CA\n------END NATS USER JWT------\n\n************************* IMPORTANT *************************\nNKEY Seed printed below can be used to sign and prove identity.\nNKEYs are sensitive and should be treated as secrets.\n\n-----BEGIN USER NKEY SEED-----\nSUAO76TABMD7W5J3ZK5IJ25FHUVN3VUKTXGXVH7KCTKIEGL22KHICUXLLE\n------END USER NKEY SEED------\n\n*************************************************************\n","name":"user.creds"},"id":"7bcfb711-6321-4da6-bdba-e0cc9c44c6ef","name":"tf-nats-credentials-jolly-wescoff","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"271c1b2402a22d5fa85aeb292148adad32e7aad8","created_at":"2024-12-10T13:19:57.824368101Z","credentials":{"content":"-----BEGIN NATS USER JWT-----\neyJ0eXAiOiJKV1QiLCJhbGciOiJlZDI1NTE5LW5rZXkifQ.eyJqdGkiOiJSNjRSUjVKNVdKREhWNVpMTkNESTVZTTVMRTZQNlROVTJZNUhSNk9IMlBPNlA1TFhaSUxRIiwiaWF0IjoxNzMzODM2Nzk3LCJpc3MiOiJBQkhWQVhKVkg0VUVSUEczVEdXUVgzRVFVUTJIMzVaQ0lZVEpRSVpBSURIUDJYS0JLNkRGUExDRyIsIm5hbWUiOiJ0Zi1uYXRzLWNyZWRlbnRpYWxzLXhlbm9kb2NoaWFsLXJ1YmluIiwic3ViIjoiVUMzVk5MM01WS0RQVzVBSFVLT000QVZLUlhGQ1kzS01NQjRZMlNDV1hCQTJKWTM3V1k1VDRXUVUiLCJuYXRzIjp7InB1YiI6e30sInN1YiI6e30sInN1YnMiOi0xLCJkYXRhIjotMSwicGF5bG9hZCI6LTEsImlzc3Vlcl9hY2NvdW50IjoiQUFDQVFDRFU2SVlDV0NZUTVNTUg0VEVUVE5ZVFFJVjJFNko2WDNaRDdRTFZRMzRDRExRSlVBNzMiLCJ0eXBlIjoidXNlciIsInZlcnNpb24iOjJ9fQ.Z31qADpzQAEb3-AeKn2RE0fpV9G-uVVL-9xDJaobqz9Ic8d5P0ESu-GIdHEr8NbAAxIecBcajNMM5MqoDo75AQ\n------END NATS USER JWT------\n\n************************* IMPORTANT *************************\nNKEY Seed printed below can be used to sign and prove identity.\nNKEYs are sensitive and should be treated as secrets.\n\n-----BEGIN USER NKEY SEED-----\nSUAH6GQXU6X2GYITRAKDUX22TES4XJJ7JWGIVTPNV4OQUEEMRHETFSQL5I\n------END USER NKEY SEED------\n\n*************************************************************\n","name":"user.creds"},"id":"97dee02a-d9f2-4089-99b2-11519e144c00","name":"tf-nats-credentials-xenodochial-rubin","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- - "1458"
+ - "1468"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:21 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -248,10 +248,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b57049ca-b56e-4988-9207-3a46c3fa6634
+ - 019e7751-6e86-4a17-ad3a-be081e911423
status: 200 OK
code: 200
- duration: 145.283476ms
+ duration: 91.2835ms
- id: 5
request:
proto: HTTP/1.1
@@ -267,8 +267,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/7bcfb711-6321-4da6-bdba-e0cc9c44c6ef
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/97dee02a-d9f2-4089-99b2-11519e144c00
method: GET
response:
proto: HTTP/2.0
@@ -276,20 +276,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 303
uncompressed: false
- body: '{"checksum":"fd0e2be7a93591ea0b4d88650b38f5bae9bd3be9","created_at":"2024-09-10T09:30:21.979272Z","credentials":null,"id":"7bcfb711-6321-4da6-bdba-e0cc9c44c6ef","name":"tf-nats-credentials-jolly-wescoff","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"271c1b2402a22d5fa85aeb292148adad32e7aad8","created_at":"2024-12-10T13:19:57.824552Z","credentials":null,"id":"97dee02a-d9f2-4089-99b2-11519e144c00","name":"tf-nats-credentials-xenodochial-rubin","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "303"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:22 GMT
+ - Tue, 10 Dec 2024 13:19:57 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:
@@ -297,10 +297,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 453cc453-750c-426a-9921-383afcf188a3
+ - b1817247-b285-4663-bf8f-35d300aa579c
status: 200 OK
code: 200
- duration: 185.874532ms
+ duration: 80.338292ms
- id: 6
request:
proto: HTTP/1.1
@@ -316,8 +316,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/7bcfb711-6321-4da6-bdba-e0cc9c44c6ef
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/97dee02a-d9f2-4089-99b2-11519e144c00
method: GET
response:
proto: HTTP/2.0
@@ -325,20 +325,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 303
uncompressed: false
- body: '{"checksum":"fd0e2be7a93591ea0b4d88650b38f5bae9bd3be9","created_at":"2024-09-10T09:30:21.979272Z","credentials":null,"id":"7bcfb711-6321-4da6-bdba-e0cc9c44c6ef","name":"tf-nats-credentials-jolly-wescoff","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"271c1b2402a22d5fa85aeb292148adad32e7aad8","created_at":"2024-12-10T13:19:57.824552Z","credentials":null,"id":"97dee02a-d9f2-4089-99b2-11519e144c00","name":"tf-nats-credentials-xenodochial-rubin","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "303"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:22 GMT
+ - Tue, 10 Dec 2024 13:19:58 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:
- - 9ffc297a-b79e-46c3-b085-d52fcb34f2c6
+ - 3fac1be1-859e-4510-ac91-f7c9a1c151d7
status: 200 OK
code: 200
- duration: 141.422057ms
+ duration: 73.95325ms
- id: 7
request:
proto: HTTP/1.1
@@ -365,8 +365,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/f546bcf5-afcd-4de5-b504-37e619291e02
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02
method: GET
response:
proto: HTTP/2.0
@@ -376,7 +376,7 @@ interactions:
trailer: {}
content_length: 250
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.189590Z","description":"","id":"f546bcf5-afcd-4de5-b504-37e619291e02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:21.189590Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.994218Z","description":"","id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.994218Z"}'
headers:
Content-Length:
- "250"
@@ -385,9 +385,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -395,10 +395,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 9650b557-4f9d-4aa5-beb0-314c9a6ec4b3
+ - 47fbad85-95cf-440a-8b39-7cc709a18040
status: 200 OK
code: 200
- duration: 123.823213ms
+ duration: 85.134375ms
- 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/mnq/v1beta1/regions/fr-par/nats-accounts/AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73
method: GET
response:
proto: HTTP/2.0
@@ -425,7 +425,7 @@ interactions:
trailer: {}
content_length: 317
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.629943Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"test-mnq-nats-credentials-update","project_id":"f546bcf5-afcd-4de5-b504-37e619291e02","region":"fr-par","updated_at":"2024-09-10T09:30:21.629943Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.622828Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"test-mnq-nats-credentials-update","project_id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","region":"fr-par","updated_at":"2024-12-10T13:19:57.622828Z"}'
headers:
Content-Length:
- "317"
@@ -434,9 +434,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -444,10 +444,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 920a8f97-cb64-4f56-806c-f420a99f9e6a
+ - 409a5083-a1ff-4267-b529-40665672f9b4
status: 200 OK
code: 200
- duration: 73.638392ms
+ duration: 73.889083ms
- id: 9
request:
proto: HTTP/1.1
@@ -463,8 +463,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/7bcfb711-6321-4da6-bdba-e0cc9c44c6ef
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/97dee02a-d9f2-4089-99b2-11519e144c00
method: GET
response:
proto: HTTP/2.0
@@ -472,20 +472,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 303
uncompressed: false
- body: '{"checksum":"fd0e2be7a93591ea0b4d88650b38f5bae9bd3be9","created_at":"2024-09-10T09:30:21.979272Z","credentials":null,"id":"7bcfb711-6321-4da6-bdba-e0cc9c44c6ef","name":"tf-nats-credentials-jolly-wescoff","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"271c1b2402a22d5fa85aeb292148adad32e7aad8","created_at":"2024-12-10T13:19:57.824552Z","credentials":null,"id":"97dee02a-d9f2-4089-99b2-11519e144c00","name":"tf-nats-credentials-xenodochial-rubin","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "303"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:23 GMT
+ - Tue, 10 Dec 2024 13:19:59 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:
@@ -493,10 +493,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - efd35dcb-7f08-441f-95f9-22205648f22c
+ - 11e858fe-8c53-4ffa-ab3e-72ac55738593
status: 200 OK
code: 200
- duration: 110.327394ms
+ duration: 66.370708ms
- id: 10
request:
proto: HTTP/1.1
@@ -512,8 +512,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/f546bcf5-afcd-4de5-b504-37e619291e02
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02
method: GET
response:
proto: HTTP/2.0
@@ -523,7 +523,7 @@ interactions:
trailer: {}
content_length: 250
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.189590Z","description":"","id":"f546bcf5-afcd-4de5-b504-37e619291e02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:21.189590Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.994218Z","description":"","id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.994218Z"}'
headers:
Content-Length:
- "250"
@@ -532,9 +532,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:23 GMT
+ - Tue, 10 Dec 2024 13:20:00 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:
@@ -542,10 +542,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 814e81f7-1058-454b-8987-61a326d6a1fe
+ - a91d991a-e508-486d-8421-dfe9d0341ec1
status: 200 OK
code: 200
- duration: 198.912236ms
+ duration: 106.641417ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73
method: GET
response:
proto: HTTP/2.0
@@ -572,7 +572,7 @@ interactions:
trailer: {}
content_length: 317
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.629943Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"test-mnq-nats-credentials-update","project_id":"f546bcf5-afcd-4de5-b504-37e619291e02","region":"fr-par","updated_at":"2024-09-10T09:30:21.629943Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.622828Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"test-mnq-nats-credentials-update","project_id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","region":"fr-par","updated_at":"2024-12-10T13:19:57.622828Z"}'
headers:
Content-Length:
- "317"
@@ -581,9 +581,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:20:01 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:
@@ -591,10 +591,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b9d75dfb-b031-41b5-9e04-921d5151d66f
+ - 024986d6-4fd8-4111-b788-7be4f7e7dfc5
status: 200 OK
code: 200
- duration: 119.066037ms
+ duration: 53.79275ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/7bcfb711-6321-4da6-bdba-e0cc9c44c6ef
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/97dee02a-d9f2-4089-99b2-11519e144c00
method: GET
response:
proto: HTTP/2.0
@@ -619,20 +619,20 @@ interactions:
proto_minor: 0
transfer_encoding: []
trailer: {}
- content_length: 299
+ content_length: 303
uncompressed: false
- body: '{"checksum":"fd0e2be7a93591ea0b4d88650b38f5bae9bd3be9","created_at":"2024-09-10T09:30:21.979272Z","credentials":null,"id":"7bcfb711-6321-4da6-bdba-e0cc9c44c6ef","name":"tf-nats-credentials-jolly-wescoff","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"271c1b2402a22d5fa85aeb292148adad32e7aad8","created_at":"2024-12-10T13:19:57.824552Z","credentials":null,"id":"97dee02a-d9f2-4089-99b2-11519e144c00","name":"tf-nats-credentials-xenodochial-rubin","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- - "299"
+ - "303"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:20:01 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:
@@ -640,10 +640,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f50e3aae-9343-4a49-b940-febae9078240
+ - 3e08891e-cfdc-4029-aea7-1a0276dc4274
status: 200 OK
code: 200
- duration: 71.303044ms
+ duration: 53.855458ms
- id: 13
request:
proto: HTTP/1.1
@@ -659,8 +659,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/7bcfb711-6321-4da6-bdba-e0cc9c44c6ef
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/97dee02a-d9f2-4089-99b2-11519e144c00
method: DELETE
response:
proto: HTTP/2.0
@@ -677,9 +677,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:20:02 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:
@@ -687,10 +687,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b845818b-286d-43d6-90c2-eac96700dee5
+ - 47cd7a76-47ce-4ddc-9391-2cbf9ec04383
status: 204 No Content
code: 204
- duration: 99.007681ms
+ duration: 129.528333ms
- id: 14
request:
proto: HTTP/1.1
@@ -702,13 +702,13 @@ interactions:
host: api.scaleway.com
remote_addr: ""
request_uri: ""
- body: '{"nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"toto"}'
+ body: '{"nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"toto"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials
method: POST
response:
@@ -719,7 +719,7 @@ interactions:
trailer: {}
content_length: 1391
uncompressed: false
- body: '{"checksum":"75c70d8fbd891c97226fd0ae242fb6cde0d79131","created_at":"2024-09-10T09:30:24.934135911Z","credentials":{"content":"-----BEGIN NATS USER JWT-----\neyJ0eXAiOiJKV1QiLCJhbGciOiJlZDI1NTE5LW5rZXkifQ.eyJqdGkiOiJTTExYVUxLTFRWNEdQSTZGMkM3WDRPRVNIS1FHN0NBM1NIRzZPUzJGR0NTVUVOSlNVT1dBIiwiaWF0IjoxNzI1OTYwNjI0LCJpc3MiOiJBQ0pWQ1ZDVjJBWTNERzNVN0pMRFIzWjdTS1JZWllRUlg2QVVXNVNLVzZSRjZKWkVTVFZLV05NViIsIm5hbWUiOiJ0b3RvIiwic3ViIjoiVURDVkdNRldPTk5NTzJKWEFBQzJIWFdLSTI2TU1QRzNFR0tJRDNRQ05NRUc2WEJBVkRIS1dOUVAiLCJuYXRzIjp7InB1YiI6e30sInN1YiI6e30sInN1YnMiOi0xLCJkYXRhIjotMSwicGF5bG9hZCI6LTEsImlzc3Vlcl9hY2NvdW50IjoiQUI0MktWV0lRWkI0VEpNTzNJQzRMTzJFNlFRUlZYWllHWExWWTJaTzZKVEtNVlBCT1pLUUNVRk8iLCJ0eXBlIjoidXNlciIsInZlcnNpb24iOjJ9fQ.G-kfrG0lBZEf3DrD98uOTztHHCw59RDPkEsPLNY--GS020XyGJkfKFecpki_-wEJiII-KvLIXD8I_c6vp8-3CA\n------END NATS USER JWT------\n\n************************* IMPORTANT *************************\nNKEY Seed printed below can be used to sign and prove identity.\nNKEYs are sensitive and should be treated as secrets.\n\n-----BEGIN USER NKEY SEED-----\nSUAB3WDOMN2DJOWGXUVQD66JSJOSFWGGKGWHJV7NGCNJKIIEAD4OLTAXR4\n------END USER NKEY SEED------\n\n*************************************************************\n","name":"user.creds"},"id":"479d82a9-014a-43ee-9a34-940fcaee1372","name":"toto","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"03d121829278265d60259c51cbd08c072f6b9352","created_at":"2024-12-10T13:20:02.355800460Z","credentials":{"content":"-----BEGIN NATS USER JWT-----\neyJ0eXAiOiJKV1QiLCJhbGciOiJlZDI1NTE5LW5rZXkifQ.eyJqdGkiOiJZUDNUR0FWWDdQNFVXVkxaVlhWTFgySExVNk80Q1BIUEdFTUsyQUcySkUyMldYTU1JSVlRIiwiaWF0IjoxNzMzODM2ODAyLCJpc3MiOiJBQkhWQVhKVkg0VUVSUEczVEdXUVgzRVFVUTJIMzVaQ0lZVEpRSVpBSURIUDJYS0JLNkRGUExDRyIsIm5hbWUiOiJ0b3RvIiwic3ViIjoiVUEySE4yR1BPTjcyQkwzNlVBQjRYU0RVMlhZTkZSNVo3QzZGNEwzMlVFWTRRQkxURDdCWjUzVVoiLCJuYXRzIjp7InB1YiI6e30sInN1YiI6e30sInN1YnMiOi0xLCJkYXRhIjotMSwicGF5bG9hZCI6LTEsImlzc3Vlcl9hY2NvdW50IjoiQUFDQVFDRFU2SVlDV0NZUTVNTUg0VEVUVE5ZVFFJVjJFNko2WDNaRDdRTFZRMzRDRExRSlVBNzMiLCJ0eXBlIjoidXNlciIsInZlcnNpb24iOjJ9fQ.nOQ-9o9XwzznSCJqaKQy4u5tNxHji_goIHuMg7_LRRcsoRw_OMvZAMPf-wIzVVLGfJ12Z8mEUP3JXeBUg_qCBQ\n------END NATS USER JWT------\n\n************************* IMPORTANT *************************\nNKEY Seed printed below can be used to sign and prove identity.\nNKEYs are sensitive and should be treated as secrets.\n\n-----BEGIN USER NKEY SEED-----\nSUANRXVPVF3BOVCL43GDZKGFAXGAFTFHEHXG2MNDLZCNMECS7QBNDQ5WMU\n------END USER NKEY SEED------\n\n*************************************************************\n","name":"user.creds"},"id":"366a3517-b2f6-4e7d-adad-dbcff6f34273","name":"toto","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- "1391"
@@ -728,9 +728,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:24 GMT
+ - Tue, 10 Dec 2024 13:20:02 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:
@@ -738,10 +738,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - ba09f8e0-cdb1-4a4d-bbbc-b4aeb9afc88b
+ - df7cb588-905a-4159-bf5d-8e17ff419126
status: 200 OK
code: 200
- duration: 118.60663ms
+ duration: 89.040916ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/479d82a9-014a-43ee-9a34-940fcaee1372
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/366a3517-b2f6-4e7d-adad-dbcff6f34273
method: GET
response:
proto: HTTP/2.0
@@ -768,7 +768,7 @@ interactions:
trailer: {}
content_length: 270
uncompressed: false
- body: '{"checksum":"75c70d8fbd891c97226fd0ae242fb6cde0d79131","created_at":"2024-09-10T09:30:24.934297Z","credentials":null,"id":"479d82a9-014a-43ee-9a34-940fcaee1372","name":"toto","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"03d121829278265d60259c51cbd08c072f6b9352","created_at":"2024-12-10T13:20:02.356068Z","credentials":null,"id":"366a3517-b2f6-4e7d-adad-dbcff6f34273","name":"toto","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- "270"
@@ -777,9 +777,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:25 GMT
+ - Tue, 10 Dec 2024 13:20:02 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:
@@ -787,10 +787,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 3f1d05b3-ffae-4c1a-a7e9-12e95a512ace
+ - 4c925b4c-9984-4190-8dca-9330fbc8df7b
status: 200 OK
code: 200
- duration: 99.527261ms
+ duration: 69.245833ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/479d82a9-014a-43ee-9a34-940fcaee1372
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/366a3517-b2f6-4e7d-adad-dbcff6f34273
method: GET
response:
proto: HTTP/2.0
@@ -817,7 +817,7 @@ interactions:
trailer: {}
content_length: 270
uncompressed: false
- body: '{"checksum":"75c70d8fbd891c97226fd0ae242fb6cde0d79131","created_at":"2024-09-10T09:30:24.934297Z","credentials":null,"id":"479d82a9-014a-43ee-9a34-940fcaee1372","name":"toto","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"03d121829278265d60259c51cbd08c072f6b9352","created_at":"2024-12-10T13:20:02.356068Z","credentials":null,"id":"366a3517-b2f6-4e7d-adad-dbcff6f34273","name":"toto","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- "270"
@@ -826,9 +826,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:25 GMT
+ - Tue, 10 Dec 2024 13:20:02 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:
@@ -836,10 +836,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 31e60ba5-4339-4255-9536-a757611b76b6
+ - c28b59d1-ba89-43fd-9b11-9b4dd5f2322d
status: 200 OK
code: 200
- duration: 88.814258ms
+ duration: 64.692084ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/f546bcf5-afcd-4de5-b504-37e619291e02
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02
method: GET
response:
proto: HTTP/2.0
@@ -866,7 +866,7 @@ interactions:
trailer: {}
content_length: 250
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.189590Z","description":"","id":"f546bcf5-afcd-4de5-b504-37e619291e02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-09-10T09:30:21.189590Z"}'
+ body: '{"created_at":"2024-12-10T13:19:56.994218Z","description":"","id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","name":"tf_tests_mnq_nats_credential_update","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.994218Z"}'
headers:
Content-Length:
- "250"
@@ -875,9 +875,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:25 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -885,10 +885,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d5bbdeb7-0bf9-4c1e-9116-bd110332b7b7
+ - 575b0042-c7fe-4ef4-9115-55ec9d03cb0f
status: 200 OK
code: 200
- duration: 126.306146ms
+ duration: 111.484125ms
- 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.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73
method: GET
response:
proto: HTTP/2.0
@@ -915,7 +915,7 @@ interactions:
trailer: {}
content_length: 317
uncompressed: false
- body: '{"created_at":"2024-09-10T09:30:21.629943Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","name":"test-mnq-nats-credentials-update","project_id":"f546bcf5-afcd-4de5-b504-37e619291e02","region":"fr-par","updated_at":"2024-09-10T09:30:24.797946Z"}'
+ body: '{"created_at":"2024-12-10T13:19:57.622828Z","endpoint":"nats://nats.mnq.fr-par.scaleway.com:4222","id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","name":"test-mnq-nats-credentials-update","project_id":"5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02","region":"fr-par","updated_at":"2024-12-10T13:20:02.233374Z"}'
headers:
Content-Length:
- "317"
@@ -924,9 +924,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:25 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -934,10 +934,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b8ac1ed6-00b6-4cdf-9149-289f72849240
+ - 53170583-f23b-4bf3-819a-2d9eff63eee2
status: 200 OK
code: 200
- duration: 77.073124ms
+ duration: 50.920458ms
- id: 19
request:
proto: HTTP/1.1
@@ -953,8 +953,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/479d82a9-014a-43ee-9a34-940fcaee1372
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/366a3517-b2f6-4e7d-adad-dbcff6f34273
method: GET
response:
proto: HTTP/2.0
@@ -964,7 +964,7 @@ interactions:
trailer: {}
content_length: 270
uncompressed: false
- body: '{"checksum":"75c70d8fbd891c97226fd0ae242fb6cde0d79131","created_at":"2024-09-10T09:30:24.934297Z","credentials":null,"id":"479d82a9-014a-43ee-9a34-940fcaee1372","name":"toto","nats_account_id":"AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO","updated_at":null}'
+ body: '{"checksum":"03d121829278265d60259c51cbd08c072f6b9352","created_at":"2024-12-10T13:20:02.356068Z","credentials":null,"id":"366a3517-b2f6-4e7d-adad-dbcff6f34273","name":"toto","nats_account_id":"AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73","updated_at":null}'
headers:
Content-Length:
- "270"
@@ -973,9 +973,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:26 GMT
+ - Tue, 10 Dec 2024 13:20:03 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:
@@ -983,10 +983,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c91acaf2-44e9-427a-b8f7-254105114f38
+ - c40a4772-c5d3-48d3-bd2b-5707c8756a9e
status: 200 OK
code: 200
- duration: 82.594363ms
+ duration: 73.9615ms
- id: 20
request:
proto: HTTP/1.1
@@ -1002,8 +1002,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/479d82a9-014a-43ee-9a34-940fcaee1372
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/366a3517-b2f6-4e7d-adad-dbcff6f34273
method: DELETE
response:
proto: HTTP/2.0
@@ -1020,9 +1020,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:26 GMT
+ - Tue, 10 Dec 2024 13:20: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:
@@ -1030,10 +1030,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fc6974b1-8fd4-4c97-9a98-3c19a95229d9
+ - 99b23155-22b6-43f8-a5c4-210325623f3c
status: 204 No Content
code: 204
- duration: 91.347236ms
+ duration: 88.007417ms
- id: 21
request:
proto: HTTP/1.1
@@ -1049,8 +1049,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AB42KVWIQZB4TJMO3IC4LO2E6QQRVXZYGXLVY2ZO6JTKMVPBOZKQCUFO
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-accounts/AACAQCDU6IYCWCYQ5MMH4TETTNYTQIV2E6J6X3ZD7QLVQ34CDLQJUA73
method: DELETE
response:
proto: HTTP/2.0
@@ -1067,9 +1067,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:26 GMT
+ - Tue, 10 Dec 2024 13:20: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:
@@ -1077,10 +1077,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5d037b84-e365-4834-a0eb-4d6212ac3ca4
+ - 0aa64531-ff89-4ccd-b919-a68fc5ff3370
status: 204 No Content
code: 204
- duration: 162.571058ms
+ duration: 191.139458ms
- id: 22
request:
proto: HTTP/1.1
@@ -1096,8 +1096,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/f546bcf5-afcd-4de5-b504-37e619291e02
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/5f4c88ac-4c6c-4f73-afbb-14c1e07cdc02
method: DELETE
response:
proto: HTTP/2.0
@@ -1114,9 +1114,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:28 GMT
+ - Tue, 10 Dec 2024 13:20:07 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:
@@ -1124,10 +1124,10 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d81e4ebe-81ce-4707-9888-43f8bf085304
+ - 91ca91f1-3861-41f2-af7e-54a9fef10efb
status: 204 No Content
code: 204
- duration: 1.358404879s
+ duration: 1.418661542s
- id: 23
request:
proto: HTTP/1.1
@@ -1143,8 +1143,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.0; darwin; amd64) terraform-provider/develop terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/479d82a9-014a-43ee-9a34-940fcaee1372
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/nats-credentials/366a3517-b2f6-4e7d-adad-dbcff6f34273
method: DELETE
response:
proto: HTTP/2.0
@@ -1154,7 +1154,7 @@ interactions:
trailer: {}
content_length: 131
uncompressed: false
- body: '{"message":"resource is not found","resource":"credential","resource_id":"479d82a9-014a-43ee-9a34-940fcaee1372","type":"not_found"}'
+ body: '{"message":"resource is not found","resource":"credential","resource_id":"366a3517-b2f6-4e7d-adad-dbcff6f34273","type":"not_found"}'
headers:
Content-Length:
- "131"
@@ -1163,9 +1163,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Tue, 10 Sep 2024 09:30:28 GMT
+ - Tue, 10 Dec 2024 13:20:07 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:
@@ -1173,7 +1173,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 752e3fe0-3aaf-4c99-8516-d2c5bedd1b73
+ - f2b8e368-040b-4394-988f-ac0b7e965c53
status: 404 Not Found
code: 404
- duration: 27.999981ms
+ duration: 17.167375ms
diff --git a/internal/services/mnq/testdata/sns-basic.cassette.yaml b/internal/services/mnq/testdata/sns-basic.cassette.yaml
index c5fb0b72b5..097ee7c548 100644
--- a/internal/services/mnq/testdata/sns-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sns-basic.cassette.yaml
@@ -1,361 +1,548 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:27.590552Z","description":"","id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.590552Z"}'
- headers:
- Content-Length:
- - "242"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:27 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f8208e42-ab26-46d1-b92d-9cf2cce53a65
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.590552Z","description":"","id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.590552Z"}'
- headers:
- Content-Length:
- - "242"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:27 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 5cf2d37a-5229-41ae-9b9a-b390d0267845
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:28.087259295Z","project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.087259295Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 9d4cb1e7-0eca-42ba-bc2b-c7193b34dbb1
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.087259Z","project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.087259Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 92a0b2a1-7f5d-418a-9903-9eaf00713b0a
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.087259Z","project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.087259Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b714bf4c-df24-4690-b056-309b96aeeb5e
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.590552Z","description":"","id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.590552Z"}'
- headers:
- Content-Length:
- - "242"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 80d9ed54-607a-4c4d-ad85-90800740ea28
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.087259Z","project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.087259Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 52212335-97ca-43b5-b349-9c60d6151952
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.087259Z","project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.087259Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 3e5e1499-82e8-4661-99c5-3f6403baf522
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
- method: POST
- response:
- body: '{"created_at":null,"project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - e43c745c-35ae-4093-9ed1-403f5438b538
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/614feab1-7d8c-4c4e-a54b-458b33a6b7a6
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - aae98b4e-d670-4aa0-840f-ce1bcfb14baf
- status: 204 No Content
- code: 204
-- request:
- body: '{"project_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
- method: POST
- response:
- body: '{"message":"resource is not found","resource":"MnqSNSNamespace","resource_id":"614feab1-7d8c-4c4e-a54b-458b33a6b7a6","type":"not_found"}'
- headers:
- Content-Length:
- - "136"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - c37c1f88-2028-4b38-916c-7f1c8406cf58
- status: 404 Not Found
- code: 404
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 107
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 237
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.508246Z","description":"","id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:05.508246Z"}'
+ headers:
+ Content-Length:
+ - "237"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - c267d40c-7455-4d2b-963d-963ec8ee2604
+ status: 200 OK
+ code: 200
+ duration: 285.427292ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 237
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.508246Z","description":"","id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:05.508246Z"}'
+ headers:
+ Content-Length:
+ - "237"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - 02938808-83a8-48cd-9d8c-63183a37f60e
+ status: 200 OK
+ code: 200
+ duration: 101.751959ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.848204684Z","project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:05.848204684Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - f549b05e-def0-4c0d-9559-4e087ba035cd
+ status: 200 OK
+ code: 200
+ duration: 142.45525ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.848204Z","project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:05.848204Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - 6a01891f-977a-4dab-9d71-935374d00cbf
+ status: 200 OK
+ code: 200
+ duration: 64.645292ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.848204Z","project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:05.848204Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 747d2ced-ad43-488e-a98b-bf92384dc88d
+ status: 200 OK
+ code: 200
+ duration: 53.92425ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 237
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.508246Z","description":"","id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","name":"tf_tests_mnq_sns_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:05.508246Z"}'
+ headers:
+ Content-Length:
+ - "237"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 0f89ab7b-7861-4de5-9f06-90be47a433dc
+ status: 200 OK
+ code: 200
+ duration: 106.8345ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.848204Z","project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:05.848204Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 230c2767-6205-4b0a-93f6-fcf57945ae9c
+ status: 200 OK
+ code: 200
+ duration: 59.790083ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:05.848204Z","project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:05.848204Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - f68747f8-d2a7-4246-b037-61491cf61d78
+ status: 200 OK
+ code: 200
+ duration: 62.776708ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - ab04fd53-cadb-44c8-8795-cfdd04492098
+ status: 200 OK
+ code: 200
+ duration: 189.004584ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/def8d13d-e0d0-426b-b2ea-80144ecda7f3
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - e9292b40-443b-4c33-8114-07a776f764d6
+ status: 204 No Content
+ code: 204
+ duration: 1.252708792s
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 136
+ uncompressed: false
+ body: '{"message":"resource is not found","resource":"MnqSNSNamespace","resource_id":"def8d13d-e0d0-426b-b2ea-80144ecda7f3","type":"not_found"}'
+ headers:
+ Content-Length:
+ - "136"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - 457cc95c-e27d-4ab2-ad18-f5ecf132a842
+ status: 404 Not Found
+ code: 404
+ duration: 27.698708ms
diff --git a/internal/services/mnq/testdata/sns-credentials-basic.cassette.yaml b/internal/services/mnq/testdata/sns-credentials-basic.cassette.yaml
index 25d8c0a241..1f3502a5f1 100644
--- a/internal/services/mnq/testdata/sns-credentials-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sns-credentials-basic.cassette.yaml
@@ -1,1067 +1,1628 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d2badee7-2134-42be-a9a9-769d449e035f
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 8e397022-824d-4651-8955-7918fd76d812
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521263Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521263Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b430cc10-3d8b-4095-a0ef-73a4170391ac
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 02f7e018-8322-41dd-8fdd-c4c4966ae397
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"test-mnq-sns-credentials-basic","permissions":{"can_publish":false,"can_receive":false,"can_manage":false}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials
- method: POST
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781348Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "482"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b95814a6-8266-40de-bbe2-c160ab943720
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 8feeb982-6097-4d57-b230-42040e6e33db
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 235a44de-6aad-4f69-b315-c3cd45fa3411
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - fd9e42c8-d2cd-45db-80d2-6b6db7617775
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - c86ffe70-5747-4ac5-af31-7eb32deeb73e
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f83912c2-feb2-4981-b763-cec581bd785d
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f974c1a2-4b06-4e1c-aa74-69c71b0c3548
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - ab405ff5-e21b-4a1b-bd41-44904917dedd
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 38594704-b31d-4639-abe8-2106072c27e2
- status: 200 OK
- code: 200
-- request:
- body: '{"permissions":{"can_publish":true,"can_receive":null,"can_manage":true}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: PATCH
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - c18a7c22-7aef-444e-b0f3-cb10cd7505de
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a2e2987f-c4ea-4fac-9a84-68c3b4e4dae1
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 26a8d80b-7468-46ae-956a-7f8715512fcb
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a737db70-4018-4037-a5f2-a9385719d4c6
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a470534b-1431-456d-80ab-626f27c10f22
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d0846b95-4467-4a4d-8fcf-6e03bfe49dc3
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 3f4760f6-f069-439a-8125-e8310d44c8d5
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 9ae30d00-ac18-4764-be52-ab9d90a4239e
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1e4419bf-f415-4192-8019-d19fddfe9dd5
- status: 200 OK
- code: 200
-- request:
- body: '{"permissions":{"can_publish":false,"can_receive":true,"can_manage":false}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: PATCH
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 72130599-9bf5-4a4a-8548-2aea16bdb8dd
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 93619dfa-6ea6-4794-8a0d-27e996e1399d
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - af1ff176-92a3-4581-9327-bd98520d669a
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.902364Z","description":"","id":"5321814f-a841-4a14-9b44-223641e7f3e7","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.902364Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 2a23ad59-edb5-4c77-b755-eef08c5cd460
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 202e75e8-5831-49f0-b812-b5a1c79c539d
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: GET
- response:
- body: '{"access_key":"vNGUVHYlzr8LUQSd5tPx","created_at":"2023-12-27T09:58:28.574781Z","id":"9a474943-f2fa-4f20-903e-6b27007ba321","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","secret_checksum":"4f3e8e6e6ef37203736f0ab4144de96594076e36","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - c211154b-96c2-43fe-9c18-44fef3191221
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1309d72e-1a4f-49eb-bca7-01599bf57a23
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5321814f-a841-4a14-9b44-223641e7f3e7
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.269521Z","project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.269521Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 08ec6f09-2845-4a93-9476-e5086edd6a01
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
- method: POST
- response:
- body: '{"created_at":null,"project_id":"5321814f-a841-4a14-9b44-223641e7f3e7","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6c5eeefa-fa3e-4938-9648-7ddc98abe3ba
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5321814f-a841-4a14-9b44-223641e7f3e7
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 58c7eb1c-3b17-45cb-b544-39aa31c4bb6c
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/9a474943-f2fa-4f20-903e-6b27007ba321
- method: DELETE
- response:
- body: '{"message":"resource is not found","resource":"credential","resource_id":"9a474943-f2fa-4f20-903e-6b27007ba321","type":"not_found"}'
- headers:
- Content-Length:
- - "131"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d034cf64-ec3c-4129-b87d-824cc224449d
- status: 404 Not Found
- code: 404
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 119
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - 2f0ae4d9-b732-480c-b059-8bec43538e5b
+ status: 200 OK
+ code: 200
+ duration: 335.610541ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - ed93d993-1524-428f-bbf4-ee37ab035c95
+ status: 200 OK
+ code: 200
+ duration: 92.173625ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825767Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825767Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - df0bacf4-7dd6-4394-9f0d-35e84b1f105c
+ status: 200 OK
+ code: 200
+ duration: 118.232084ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - 40f0f973-61e2-47c9-830f-d41ee3ffa05b
+ status: 200 OK
+ code: 200
+ duration: 57.577541ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 168
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"test-mnq-sns-credentials-basic","permissions":{"can_publish":false,"can_receive":false,"can_manage":false}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 471
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827099Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "471"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - 65ba1f81-6c1c-41b9-869f-e866eda40472
+ status: 200 OK
+ code: 200
+ duration: 96.750625ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - 671988fc-ddc3-40da-9ca5-9362bad75473
+ status: 200 OK
+ code: 200
+ duration: 198.810042ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - 5a5228b7-3a3a-4644-9ed2-4269df050c42
+ status: 200 OK
+ code: 200
+ duration: 75.881375ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - f3fb1788-7eca-458c-b56d-fc6caff8eba2
+ status: 200 OK
+ code: 200
+ duration: 100.256083ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 7342f2c6-c6f9-48a4-a048-f05c6fbbc538
+ status: 200 OK
+ code: 200
+ duration: 61.169292ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - dab05827-1449-4f00-ba7d-271532b80966
+ status: 200 OK
+ code: 200
+ duration: 69.0055ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - fe5e9934-9e9c-47c6-b4e6-846c1c3a91fd
+ status: 200 OK
+ code: 200
+ duration: 123.176417ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 394627cd-5ea5-4de0-ae90-02db79477f15
+ status: 200 OK
+ code: 200
+ duration: 51.965542ms
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 4429ab9d-fa2a-41f5-b9ac-c83c3c96cc89
+ status: 200 OK
+ code: 200
+ duration: 56.127ms
+ - id: 13
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 73
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"permissions":{"can_publish":true,"can_receive":null,"can_manage":true}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: PATCH
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - f4db32ca-ea5e-4b93-bdb8-de15076e1fc0
+ status: 200 OK
+ code: 200
+ duration: 114.537917ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - edd0024d-d366-487b-9ef9-8d31e70594cf
+ status: 200 OK
+ code: 200
+ duration: 64.169333ms
+ - id: 15
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - c45c2f3d-7d9b-423e-a7da-3de9bba9d7f5
+ status: 200 OK
+ code: 200
+ duration: 54.624209ms
+ - id: 16
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - b64c9b69-447a-46e4-85a9-77d5fabf2800
+ status: 200 OK
+ code: 200
+ duration: 101.67975ms
+ - id: 17
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - 740a6d54-b00b-4412-8293-d3d9f6962134
+ status: 200 OK
+ code: 200
+ duration: 55.704291ms
+ - id: 18
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - c9802a30-6139-48bd-80f2-2568c10f1a2e
+ status: 200 OK
+ code: 200
+ duration: 80.285ms
+ - id: 19
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - 6af63d56-b63e-4c89-b15c-c8f2ca806528
+ status: 200 OK
+ code: 200
+ duration: 432.239333ms
+ - id: 20
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - 146b92e1-90da-49f2-b27f-b2ca40614a34
+ status: 200 OK
+ code: 200
+ duration: 58.785167ms
+ - id: 21
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 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:
+ - 841960b3-bb5f-4147-83f9-c9f19854927d
+ status: 200 OK
+ code: 200
+ duration: 251.934625ms
+ - id: 22
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 75
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"permissions":{"can_publish":false,"can_receive":true,"can_manage":false}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: PATCH
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:12 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:
+ - 53dd25f4-2608-4e7e-b1c0-de3a92c402dc
+ status: 200 OK
+ code: 200
+ duration: 79.21225ms
+ - id: 23
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:12 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:
+ - 421668d8-bff3-4134-bddc-a96ea9facc93
+ status: 200 OK
+ code: 200
+ duration: 68.456542ms
+ - id: 24
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:12 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:
+ - f19f7ef2-3d61-4766-b0e7-27bdc67bb77c
+ status: 200 OK
+ code: 200
+ duration: 62.638583ms
+ - id: 25
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.974123Z","description":"","id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.974123Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:13 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:
+ - cf792dc5-692a-496a-a470-55a39ee23f17
+ status: 200 OK
+ code: 200
+ duration: 105.590667ms
+ - id: 26
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:13 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:
+ - 081c40e0-f5a3-47f1-8c33-1575e6cae08f
+ status: 200 OK
+ code: 200
+ duration: 63.830417ms
+ - id: 27
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"ncIftJiJb7LQRdwgd9sn","created_at":"2024-12-10T13:20:04.638827Z","id":"60fa00cf-985d-4af1-9a93-1980a0952882","name":"test-mnq-sns-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","secret_checksum":"421b1860b8e8160c306a42293099476c58199d03","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:13 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:
+ - e766b73e-0c20-4dcf-9265-ffa6ad9d0e5a
+ status: 200 OK
+ code: 200
+ duration: 70.953333ms
+ - id: 28
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:14 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:
+ - 1bb39db3-ca8f-4e84-b743-37da13b50e54
+ status: 204 No Content
+ code: 204
+ duration: 90.96675ms
+ - id: 29
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:04.354825Z","project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:04.354825Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:14 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:
+ - 39050f2e-7bad-42ea-8872-63e08cddedfa
+ status: 200 OK
+ code: 200
+ duration: 61.005375ms
+ - id: 30
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"df95fe9b-007c-4ee2-904e-e7923e86b8a3","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:14 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:
+ - 738fccc7-0151-4b24-b4a0-1beb49b5b99b
+ status: 200 OK
+ code: 200
+ duration: 194.488791ms
+ - id: 31
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/df95fe9b-007c-4ee2-904e-e7923e86b8a3
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:15 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:
+ - 56479f4c-e269-4227-9801-32d29738510e
+ status: 204 No Content
+ code: 204
+ duration: 1.304206042s
+ - id: 32
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/60fa00cf-985d-4af1-9a93-1980a0952882
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 131
+ uncompressed: false
+ body: '{"message":"resource is not found","resource":"credential","resource_id":"60fa00cf-985d-4af1-9a93-1980a0952882","type":"not_found"}'
+ headers:
+ Content-Length:
+ - "131"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:15 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:
+ - f0e2820b-1b54-4e2e-abf1-1733c74d0627
+ status: 404 Not Found
+ code: 404
+ duration: 17.456667ms
diff --git a/internal/services/mnq/testdata/sns-topic-basic.cassette.yaml b/internal/services/mnq/testdata/sns-topic-basic.cassette.yaml
index f20dce10df..df36d74473 100644
--- a/internal/services/mnq/testdata/sns-topic-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sns-topic-basic.cassette.yaml
@@ -1,1871 +1,2703 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - aa945f6d-dcb3-401b-ab44-5cf160007b32
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6e4b34e8-d845-475b-b959-d0796c2e2e59
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5e248216-a369-4769-8d28-f1b08d67181b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469150Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469150Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - aff58de8-652c-436d-adbf-da68c1fb9d85
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 12c99c72-bd4d-47a4-b434-5f7200d4a6f1
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials
- method: POST
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839827Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "490"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 8fda8ecc-a141-4f40-877a-c08b597e4875
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: GET
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "423"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 7f19e9e6-50fc-4d77-8176-af7342ac600d
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 56e09f86-66bb-42eb-95b1-83bd57fe4631
- status: 200 OK
- code: 200
-- request:
- body: Action=CreateTopic&Attributes=&Name=test-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - CreateTopic
- Attributes:
- - ""
- Name:
- - test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "79"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095829Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
-
-
- txd3c97177-8dc7-40bf-b504-9d254a9b1b6c
-
-
- headers:
- Content-Length:
- - "362"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "152"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095830Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- tx95058ad4-eae8-4b0e-a4e0-bff561533a8f
-
-
- headers:
- Content-Length:
- - "1016"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "152"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095830Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- tx198b1778-2ee2-43fa-bc09-91cb9af1a972
-
-
- headers:
- Content-Length:
- - "1016"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 5f10dcd2-1256-43d3-be50-ac97e2fb75c5
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 0c260fdd-ca8f-4135-ae27-12c39cc76233
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: GET
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "423"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f9dae03e-e097-45ae-8145-6b5cfa664c7e
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "152"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095832Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- tx783c3b61-2110-4305-a9fe-2ba82a5b7e05
-
-
- headers:
- Content-Length:
- - "1016"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 01d073b4-985f-4b40-9cac-e63d29ce4b07
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 7981508d-eabe-4e0a-8329-4072ece4049a
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: GET
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "423"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 64d167d2-61f9-4fbf-9a70-82f864f6262f
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "152"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095834Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- tx67d33f21-8701-4341-9163-4d7816e28d52
-
-
- headers:
- Content-Length:
- - "1016"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:35 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - DeleteTopic
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "145"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095837Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- tx7de94d26-1d36-4e5f-a10e-400366b1add4
-
-
- headers:
- Content-Length:
- - "195"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - df1a4ff1-1610-4270-bd05-99b6af0b3d6f
- status: 200 OK
- code: 200
-- request:
- body: Action=CreateTopic&Attributes.entry.1.key=ContentBasedDeduplication&Attributes.entry.1.value=true&Attributes.entry.2.key=FifoTopic&Attributes.entry.2.value=true&Name=test-mnq-sns-topic-basic.fifo&Version=2010-03-31
- form:
- Action:
- - CreateTopic
- Attributes.entry.1.key:
- - ContentBasedDeduplication
- Attributes.entry.1.value:
- - "true"
- Attributes.entry.2.key:
- - FifoTopic
- Attributes.entry.2.value:
- - "true"
- Name:
- - test-mnq-sns-topic-basic.fifo
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "214"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095837Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
-
-
- tx01414c30-1a2f-47cb-99eb-122a93064e5d
-
-
- headers:
- Content-Length:
- - "367"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "157"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095837Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
- FifoTopic
- true
-
-
- ContentBasedDeduplication
- true
-
-
-
-
- tx89f8502d-0ca2-4888-9a21-78dd971d91f7
-
-
- headers:
- Content-Length:
- - "1265"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "157"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095838Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
- FifoTopic
- true
-
-
- ContentBasedDeduplication
- true
-
-
-
-
- tx8e5894fd-e53c-4350-bf42-7a3059db8572
-
-
- headers:
- Content-Length:
- - "1265"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:40 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 2e585849-915d-4119-8fda-42b36b132959
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:40 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1b71146c-b2d1-4cf3-b299-c9ce148989fa
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: GET
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "423"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:40 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6663dfa9-1fba-4c4e-8b08-8ae3679faf15
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "157"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095840Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
- FifoTopic
- true
-
-
- ContentBasedDeduplication
- true
-
-
-
-
- tx402efad3-41d4-4aef-a36f-d23e64a6f156
-
-
- headers:
- Content-Length:
- - "1265"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:40 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 88fb7eef-5aee-4a62-b917-1c5c94e909ec
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - eab41bc2-a989-42bd-a921-c032e76f2c6b
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: GET
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "423"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 85b9da85-43fa-4a41-885f-a8fe1303634e
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "157"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095842Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
- FifoTopic
- true
-
-
- ContentBasedDeduplication
- true
-
-
-
-
- tx465a22ef-138d-4dc5-b837-7d19555b087c
-
-
- headers:
- Content-Length:
- - "1265"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
- form:
- Action:
- - DeleteTopic
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic.fifo
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "150"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095844Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- tx58c90674-0ac9-49a3-8308-d6c02a907038
-
-
- headers:
- Content-Length:
- - "195"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:45 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:45 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d2c17123-7159-4921-8063-4181410f1d9d
- status: 200 OK
- code: 200
-- request:
- body: Action=CreateTopic&Attributes=&Name=test-mnq-sns-topic-basic20231227095845560600000004&Version=2010-03-31
- form:
- Action:
- - CreateTopic
- Attributes:
- - ""
- Name:
- - test-mnq-sns-topic-basic20231227095845560600000004
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "105"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095845Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
-
-
- tx8c92345b-d0d3-435a-a73f-602686817d2a
-
-
- headers:
- Content-Length:
- - "388"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:46 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic20231227095845560600000004&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "178"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095846Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- tx0a516072-66e4-4e6d-8def-3ffdbdc426e1
-
-
- headers:
- Content-Length:
- - "1042"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:46 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic20231227095845560600000004&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "178"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095846Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- txc0f3e9e6-f518-4279-bc79-23644bcb9ee8
-
-
- headers:
- Content-Length:
- - "1042"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:46 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.784309Z","description":"","id":"5e248216-a369-4769-8d28-f1b08d67181b","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:28.784309Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 08b48888-9917-4821-a25a-4ba5fce6d519
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f2f8b586-7be8-4111-8aeb-a361ace0db87
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: GET
- response:
- body: '{"access_key":"zRX3MyC5VtmIH7oLzBqD","created_at":"2023-12-27T09:58:29.471839Z","id":"a8b61a81-816d-4065-8353-b841381036a2","name":"tf-sns-credentials-heuristic-mcclintock","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","secret_checksum":"ebcca59d49356d0e308465c3e25852afecbfe16e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "423"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 07d18295-5d8d-4967-a537-cdad2f2fad60
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic20231227095845560600000004&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "178"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095848Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
-
-
- Owner
- project-5e248216-a369-4769-8d28-f1b08d67181b
-
-
-
-
- txc27b9e1e-0e42-4338-941c-6c3132ed6e19
-
-
- headers:
- Content-Length:
- - "1042"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic20231227095845560600000004&Version=2010-03-31
- form:
- Action:
- - DeleteTopic
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "171"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095851Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- txd2f308cc-5753-4281-addf-9ce952b25607
-
-
- headers:
- Content-Length:
- - "195"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:51 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/a8b61a81-816d-4065-8353-b841381036a2
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:51 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 23e3cd8e-22dc-4c17-8e79-d6fa7e6d26d6
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=5e248216-a369-4769-8d28-f1b08d67181b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.214469Z","project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.214469Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:52 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 18a556e1-57a2-4428-bbba-acbd99afa77e
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5e248216-a369-4769-8d28-f1b08d67181b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
- method: POST
- response:
- body: '{"created_at":null,"project_id":"5e248216-a369-4769-8d28-f1b08d67181b","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:52 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - cd5e5403-1bda-42fe-8c61-471c4bf12dae
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5e248216-a369-4769-8d28-f1b08d67181b
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:53 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - e9218077-1b6f-46ca-a69d-1ef4fb918d9e
- status: 204 No Content
- code: 204
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-5e248216-a369-4769-8d28-f1b08d67181b%3Atest-mnq-sns-topic-basic20231227095845560600000004&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-5e248216-a369-4769-8d28-f1b08d67181b:test-mnq-sns-topic-basic20231227095845560600000004
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "178"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095853Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- Sender
- AccessDeniedException
- You do not have sufficient access to perform this action.
-
- txe801a2ff-265a-4e65-870e-e4a6300eba21
-
- headers:
- Content-Length:
- - "329"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:53 GMT
- status: 400 Bad Request
- code: 400
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 113
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 3c833146-3542-4682-ba7f-f0adc29690bd
+ status: 200 OK
+ code: 200
+ duration: 471.345ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - df62ec90-a395-4f8b-bb99-80dea49b8824
+ status: 200 OK
+ code: 200
+ duration: 103.973209ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807278Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807278Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 305ab53a-c276-4b57-ac5f-b071f5a7cdd7
+ status: 200 OK
+ code: 200
+ duration: 141.615959ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 99e54d5d-3818-4cd1-9da4-1ce307d72e75
+ status: 200 OK
+ code: 200
+ duration: 65.508292ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 175
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 478
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498486Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "478"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 0cb2450f-617f-476d-b97a-c3436738a2c9
+ status: 200 OK
+ code: 200
+ duration: 100.502291ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 411
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "411"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 07bedff6-c4a4-4312-93b5-59e90cbb6ada
+ status: 200 OK
+ code: 200
+ duration: 102.651792ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - cf830198-a5fb-41c7-8531-849ee54a2bfd
+ status: 200 OK
+ code: 200
+ duration: 102.909166ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 67
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=CreateTopic&Name=test-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - CreateTopic
+ Name:
+ - test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 095649e0-6ce3-414f-9a11-f778515d00a7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 377
+ uncompressed: false
+ body: |-
+
+
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+
+
+ tx90da40cf-8d27-410b-ae48-f74fed43997a
+
+
+ headers:
+ Content-Length:
+ - "377"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ status: 200 OK
+ code: 200
+ duration: 616.219208ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 152
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6ae07498-2750-4430-b673-9b434c8f9ae4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1045
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+
+
+
+
+ tx4726819b-95ab-429a-a0b9-864ce156b035
+
+
+ headers:
+ Content-Length:
+ - "1045"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ status: 200 OK
+ code: 200
+ duration: 24.828792ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 152
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - e60ea3ac-6312-4a20-874a-4b424ac6f13a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1045
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+
+
+
+
+ tx009f7a67-d565-46d9-aebe-1ee27a3fe87d
+
+
+ headers:
+ Content-Length:
+ - "1045"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:59 GMT
+ status: 200 OK
+ code: 200
+ duration: 64.620667ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 90d71259-4299-4906-816a-4cce2608453e
+ status: 200 OK
+ code: 200
+ duration: 93.645ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 36274f5c-49a5-4224-a3cd-68b1b48756a7
+ status: 200 OK
+ code: 200
+ duration: 57.821166ms
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 411
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "411"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 0f3646d7-38a2-46e2-a0a3-4e3d248a890b
+ status: 200 OK
+ code: 200
+ duration: 81.701792ms
+ - id: 13
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 152
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6acc2c0e-9275-4618-9960-6386bd1486a9
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132000Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1045
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+
+
+
+
+ tx1393df04-71aa-4b21-bd2b-93324f005665
+
+
+ headers:
+ Content-Length:
+ - "1045"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 GMT
+ status: 200 OK
+ code: 200
+ duration: 36.255834ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 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:
+ - a1deff25-31db-4354-9faa-a5ab471680c5
+ status: 200 OK
+ code: 200
+ duration: 123.773667ms
+ - id: 15
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 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:
+ - 864817da-19f0-4ad8-9c23-92001c3d6f41
+ status: 200 OK
+ code: 200
+ duration: 58.594833ms
+ - id: 16
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 411
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "411"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 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:
+ - b0880c75-0c09-4ed9-bc7b-f28061e0bb3e
+ status: 200 OK
+ code: 200
+ duration: 57.813166ms
+ - id: 17
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 152
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bbfeaf8a-9c95-412b-95d5-00baf200a37d
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132001Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1045
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+
+
+
+
+ tx48068ae4-3422-450c-a185-a430bee7452b
+
+
+ headers:
+ Content-Length:
+ - "1045"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 GMT
+ status: 200 OK
+ code: 200
+ duration: 40.195667ms
+ - id: 18
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 145
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - DeleteTopic
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9699d458-51b6-49ad-b564-f02415b1e351
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132002Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 210
+ uncompressed: false
+ body: |-
+
+
+ txc20e5cf6-1d62-4ec6-93a6-6ed8c210f954
+
+
+ headers:
+ Content-Length:
+ - "210"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 GMT
+ status: 200 OK
+ code: 200
+ duration: 41.66925ms
+ - id: 19
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 9f1c7dfb-0b4f-4e23-92f8-a6be14d483fe
+ status: 200 OK
+ code: 200
+ duration: 58.609833ms
+ - id: 20
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 214
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=CreateTopic&Attributes.entry.1.key=ContentBasedDeduplication&Attributes.entry.1.value=true&Attributes.entry.2.key=FifoTopic&Attributes.entry.2.value=true&Name=test-mnq-sns-topic-basic.fifo&Version=2010-03-31
+ form:
+ Action:
+ - CreateTopic
+ Attributes.entry.1.key:
+ - ContentBasedDeduplication
+ Attributes.entry.1.value:
+ - "true"
+ Attributes.entry.2.key:
+ - FifoTopic
+ Attributes.entry.2.value:
+ - "true"
+ Name:
+ - test-mnq-sns-topic-basic.fifo
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 99747443-3f93-4773-999f-4797a108d3e9
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132003Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 382
+ uncompressed: false
+ body: |-
+
+
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+
+
+ tx78a82bc4-429f-49f4-a3b2-014f6fa9a8cc
+
+
+ headers:
+ Content-Length:
+ - "382"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 GMT
+ status: 200 OK
+ code: 200
+ duration: 277.581375ms
+ - id: 21
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 157
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 58707a7c-d0f1-46a3-9dac-7c84824b60c7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132003Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1294
+ uncompressed: false
+ body: |-
+
+
+
+
+ ContentBasedDeduplication
+ true
+
+
+ FifoTopic
+ true
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+
+
+
+
+ tx94aec384-51c4-4ffb-a7df-9abe6ca3dee9
+
+
+ headers:
+ Content-Length:
+ - "1294"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 GMT
+ status: 200 OK
+ code: 200
+ duration: 24.974625ms
+ - id: 22
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 157
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 1de394f1-57ba-44a8-9e6d-a1f9b8ccf07c
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132003Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1294
+ uncompressed: false
+ body: |-
+
+
+
+
+ ContentBasedDeduplication
+ true
+
+
+ FifoTopic
+ true
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+
+
+
+
+ tx7c689d4c-1a3b-46b0-a2db-8b9be87fda27
+
+
+ headers:
+ Content-Length:
+ - "1294"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 GMT
+ status: 200 OK
+ code: 200
+ duration: 30.897167ms
+ - id: 23
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - 86ec2a77-8196-4d99-9b83-b52ab9eb0149
+ status: 200 OK
+ code: 200
+ duration: 142.671125ms
+ - id: 24
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - c92410c1-c093-4118-81b2-31442a9696cd
+ status: 200 OK
+ code: 200
+ duration: 57.835791ms
+ - id: 25
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 411
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "411"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - 6b5fded5-4de9-44d7-b6c9-2521f8fc44d9
+ status: 200 OK
+ code: 200
+ duration: 58.916125ms
+ - id: 26
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 157
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 685d5dd9-31fc-4236-891f-4bd2896ad9b4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1294
+ uncompressed: false
+ body: |-
+
+
+
+
+ ContentBasedDeduplication
+ true
+
+
+ FifoTopic
+ true
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+
+
+
+
+ txd2e26843-9afb-414d-8b51-04b5a0b7c62c
+
+
+ headers:
+ Content-Length:
+ - "1294"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ status: 200 OK
+ code: 200
+ duration: 24.194834ms
+ - id: 27
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 983297bb-4a87-4cb3-aec2-39e6c2fa2116
+ status: 200 OK
+ code: 200
+ duration: 119.260084ms
+ - id: 28
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 0393cd22-7462-40e1-84b7-099e31b0723c
+ status: 200 OK
+ code: 200
+ duration: 64.892584ms
+ - id: 29
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 411
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "411"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - e464c5f1-b3a9-4896-bc52-79fe67a8c6c7
+ status: 200 OK
+ code: 200
+ duration: 71.372458ms
+ - id: 30
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 157
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ee33b305-3163-4a90-ae88-82af6a5da3f4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132006Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1294
+ uncompressed: false
+ body: |-
+
+
+
+
+ ContentBasedDeduplication
+ true
+
+
+ FifoTopic
+ true
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+
+
+
+
+ tx8f9e4d4d-cc3f-48c2-a3ac-7c8dbfbc021f
+
+
+ headers:
+ Content-Length:
+ - "1294"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 GMT
+ status: 200 OK
+ code: 200
+ duration: 28.853709ms
+ - id: 31
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 150
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic.fifo&Version=2010-03-31
+ form:
+ Action:
+ - DeleteTopic
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic.fifo
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 78df9095-633b-438e-bb33-12fce2bd276d
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132007Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 210
+ uncompressed: false
+ body: |-
+
+
+ txbeb33ad1-b4cd-46b0-b6f8-5dd3c2217672
+
+
+ headers:
+ Content-Length:
+ - "210"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 GMT
+ status: 200 OK
+ code: 200
+ duration: 56.371541ms
+ - id: 32
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 1dec9002-1fdc-473b-b591-4796cbd495f4
+ status: 200 OK
+ code: 200
+ duration: 50.88775ms
+ - id: 33
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 93
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=CreateTopic&Name=test-mnq-sns-topic-basic20241210132007692200000004&Version=2010-03-31
+ form:
+ Action:
+ - CreateTopic
+ Name:
+ - test-mnq-sns-topic-basic20241210132007692200000004
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 285b89bb-2143-4b83-b6ab-6d410b408e09
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132007Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: |-
+
+
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+
+
+ txf4ea8f48-35da-40cc-a5d7-00cc8911eae6
+
+
+ headers:
+ Content-Length:
+ - "403"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ status: 200 OK
+ code: 200
+ duration: 322.747917ms
+ - id: 34
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 178
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic20241210132007692200000004&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - c515590b-37aa-4349-ae1f-007ae1a1f0c6
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132008Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1071
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+
+
+
+
+ tx881e9add-2708-46f7-a264-49614aaa6bd3
+
+
+ headers:
+ Content-Length:
+ - "1071"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ status: 200 OK
+ code: 200
+ duration: 29.217833ms
+ - id: 35
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 178
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic20241210132007692200000004&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - a2680ada-89c2-4994-96ae-9df187281ce2
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132008Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1071
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+
+
+
+
+ txb4ade10a-5d56-41db-b281-92783f8a1c0a
+
+
+ headers:
+ Content-Length:
+ - "1071"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ status: 200 OK
+ code: 200
+ duration: 28.952292ms
+ - id: 36
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.987481Z","description":"","id":"1a080a81-67b6-476d-80b4-f3bb9184e318","name":"tf_tests_mnq_sns_topic_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.987481Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - 27dd08f7-9109-44f3-a134-1a8f2d4fab0b
+ status: 200 OK
+ code: 200
+ duration: 118.839292ms
+ - id: 37
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - e2f5214d-3320-452b-91b5-ce213ab612e4
+ status: 200 OK
+ code: 200
+ duration: 63.29725ms
+ - id: 38
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 411
+ uncompressed: false
+ body: '{"access_key":"Fj5pXRDUIiQMuZ4tJUL8","created_at":"2024-12-10T13:19:57.763498Z","id":"3c0b8d00-8a2e-4996-915a-24e30c6d85e4","name":"tf-sns-credentials-flamboyant-dijkstra","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","secret_checksum":"30f0dffdc1ca5b38bd2f192d1e999b15f2c4e89f","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "411"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - 78c73999-f56a-48a4-8077-23095407477c
+ status: 200 OK
+ code: 200
+ duration: 62.433375ms
+ - id: 39
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 178
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic20241210132007692200000004&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 41c05015-0ba0-4852-ab1a-f849047958da
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132009Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1071
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-1a080a81-67b6-476d-80b4-f3bb9184e318
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+
+
+
+
+ tx7498765f-37a3-4e6b-bcb0-c42495cbb24d
+
+
+ headers:
+ Content-Length:
+ - "1071"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 GMT
+ status: 200 OK
+ code: 200
+ duration: 33.461042ms
+ - id: 40
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 171
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic20241210132007692200000004&Version=2010-03-31
+ form:
+ Action:
+ - DeleteTopic
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 533aeb57-937f-4d16-ba8c-08579b847060
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132010Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 210
+ uncompressed: false
+ body: |-
+
+
+ tx3b6d2722-ecf6-43e2-9df6-52f71fbc7ccd
+
+
+ headers:
+ Content-Length:
+ - "210"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 GMT
+ status: 200 OK
+ code: 200
+ duration: 53.770458ms
+ - id: 41
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/3c0b8d00-8a2e-4996-915a-24e30c6d85e4
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - d010e7d4-a5ea-4e43-84a7-48b1d6586d85
+ status: 204 No Content
+ code: 204
+ duration: 93.065375ms
+ - id: 42
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.542807Z","project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.542807Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - 16791fe0-fb01-4145-a95b-ea01ae54ec1c
+ status: 200 OK
+ code: 200
+ duration: 67.200125ms
+ - id: 43
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"1a080a81-67b6-476d-80b4-f3bb9184e318","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - 499ddaa1-e2b6-4d6b-b4ef-e537e771cd08
+ status: 200 OK
+ code: 200
+ duration: 425.868ms
+ - id: 44
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/1a080a81-67b6-476d-80b4-f3bb9184e318
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 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:
+ - 2318491a-a67c-497e-8324-bd7c8e45275e
+ status: 204 No Content
+ code: 204
+ duration: 1.251572s
+ - id: 45
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 178
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-1a080a81-67b6-476d-80b4-f3bb9184e318%3Atest-mnq-sns-topic-basic20241210132007692200000004&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-1a080a81-67b6-476d-80b4-f3bb9184e318:test-mnq-sns-topic-basic20241210132007692200000004
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b087b2d7-9bea-424a-89f1-06700016df9a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132011Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 328
+ uncompressed: false
+ body: |-
+
+
+ Sender
+ AccessDeniedException
+ You do not have sufficient access to perform this action.
+
+ txf98a9a2d-e600-4ee3-896a-083dc959cfe6
+
+ headers:
+ Content-Length:
+ - "328"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 GMT
+ status: 400 Bad Request
+ code: 400
+ duration: 7.736209ms
diff --git a/internal/services/mnq/testdata/sns-topic-subscription-basic.cassette.yaml b/internal/services/mnq/testdata/sns-topic-subscription-basic.cassette.yaml
index b9bf0364a6..f7b06d32c4 100644
--- a/internal/services/mnq/testdata/sns-topic-subscription-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sns-topic-subscription-basic.cassette.yaml
@@ -1,1400 +1,1943 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:30.298221Z","description":"","id":"7f0bcd40-7a45-4ada-9b90-607c01410849","name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:30.298221Z"}'
- headers:
- Content-Length:
- - "261"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d586e512-ea40-4ef9-96ba-2a1bdcff8bf5
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.298221Z","description":"","id":"7f0bcd40-7a45-4ada-9b90-607c01410849","name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:30.298221Z"}'
- headers:
- Content-Length:
- - "261"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - ed9d6fff-784a-4309-bc4e-a306e067d712
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968995Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968995Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d7970884-0c9b-4024-b508-4cf0fbb3e5d8
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d750d25f-56f5-4492-b035-90c1dbc93e2e
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","name":"tf-sns-credentials-stupefied-chaplygin","permissions":{"can_publish":true,"can_receive":true,"can_manage":true}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials
- method: POST
- response:
- body: '{"access_key":"WBoWp6pIOvEIUZTwBvrR","created_at":"2023-12-27T09:58:30.962786621Z","id":"72863cd7-ede6-4551-b54e-20e2e7f376c6","name":"tf-sns-credentials-stupefied-chaplygin","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","secret_checksum":"a2ce217da5afeb078e23be796a0bb478ec9f01ec","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "487"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - c4e98e81-9f8c-43b2-b078-a03d2a17a9f9
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/72863cd7-ede6-4551-b54e-20e2e7f376c6
- method: GET
- response:
- body: '{"access_key":"WBoWp6pIOvEIUZTwBvrR","created_at":"2023-12-27T09:58:30.962786Z","id":"72863cd7-ede6-4551-b54e-20e2e7f376c6","name":"tf-sns-credentials-stupefied-chaplygin","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","secret_checksum":"a2ce217da5afeb078e23be796a0bb478ec9f01ec","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "420"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6d0e3773-5a92-40c0-9158-073c28124cd4
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - de2ea378-0724-4710-b043-cff398f1014a
- status: 200 OK
- code: 200
-- request:
- body: Action=CreateTopic&Attributes=&Name=test-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - CreateTopic
- Attributes:
- - ""
- Name:
- - test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "79"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095831Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- txbcdb540f-1188-406b-9e6f-07d4bb1e28a9
-
-
- headers:
- Content-Length:
- - "362"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "152"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095831Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 0
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
-
-
- txaac54809-0141-46d1-9419-fe9d3dc4c57f
-
-
- headers:
- Content-Length:
- - "1016"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 2f46e89d-713f-41ea-8b41-70abe2025bde
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d57a4479-5921-40f4-9226-2025798818c5
- status: 200 OK
- code: 200
-- request:
- body: Action=Subscribe&Attributes=&Endpoint=http%3A%2F%2Fscaleway.com&Protocol=http&ReturnSubscriptionArn=true&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - Subscribe
- Attributes:
- - ""
- Endpoint:
- - http://scaleway.com
- Protocol:
- - http
- ReturnSubscriptionArn:
- - "true"
- TopicArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "231"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095832Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
-
-
- txa5fafb04-8057-46fe-b32f-5e6781c93301
-
-
- headers:
- Content-Length:
- - "409"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3A5034c87e-c6c7-4b3d-a850-9b8a86ba517a&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095832Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
- RawMessageDelivery
- false
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Endpoint
- http://scaleway.com
-
-
- Protocol
- http
-
-
- PendingConfirmation
- true
-
-
- ConfirmationWasAuthenticated
- false
-
-
- SubscriptionArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
-
-
-
-
- tx9186991b-6cf1-446b-b605-3c96536db3a3
-
-
- headers:
- Content-Length:
- - "1526"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=Subscribe&Attributes=&Endpoint=http%3A%2F%2Fscaleway.com&Protocol=http&ReturnSubscriptionArn=true&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - Subscribe
- Attributes:
- - ""
- Endpoint:
- - http://scaleway.com
- Protocol:
- - http
- ReturnSubscriptionArn:
- - "true"
- TopicArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "231"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095832Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- Internal
- InternalError
- Internal service error
-
- tx35062a61-5245-426d-be1d-e370a978ced2
-
- headers:
- Content-Length:
- - "288"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- status: 500 Internal Server Error
- code: 500
-- request:
- body: Action=Subscribe&Attributes=&Endpoint=http%3A%2F%2Fscaleway.com&Protocol=http&ReturnSubscriptionArn=true&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - Subscribe
- Attributes:
- - ""
- Endpoint:
- - http://scaleway.com
- Protocol:
- - http
- ReturnSubscriptionArn:
- - "true"
- TopicArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "231"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095832Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
-
-
- txad6b4afd-b706-4847-9c49-b1038dd0324b
-
-
- headers:
- Content-Length:
- - "409"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3Adbe4ffea-6f51-4954-90a5-15c67a594d9e&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095839Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
- RawMessageDelivery
- false
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Endpoint
- http://scaleway.com
-
-
- Protocol
- http
-
-
- PendingConfirmation
- true
-
-
- ConfirmationWasAuthenticated
- false
-
-
- SubscriptionArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
-
-
-
-
- tx508a9dc4-4df4-4642-856a-490eb1b6c476
-
-
- headers:
- Content-Length:
- - "1526"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3A5034c87e-c6c7-4b3d-a850-9b8a86ba517a&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095839Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
- RawMessageDelivery
- false
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Endpoint
- http://scaleway.com
-
-
- Protocol
- http
-
-
- PendingConfirmation
- true
-
-
- ConfirmationWasAuthenticated
- false
-
-
- SubscriptionArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
-
-
-
-
- txcfb3b53b-24d8-4a50-9147-7898d7f283b4
-
-
- headers:
- Content-Length:
- - "1526"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3Adbe4ffea-6f51-4954-90a5-15c67a594d9e&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095839Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
- RawMessageDelivery
- false
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Endpoint
- http://scaleway.com
-
-
- Protocol
- http
-
-
- PendingConfirmation
- true
-
-
- ConfirmationWasAuthenticated
- false
-
-
- SubscriptionArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
-
-
-
-
- txbaf92f46-b8d2-4347-85f1-8678a513567e
-
-
- headers:
- Content-Length:
- - "1526"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:40 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.298221Z","description":"","id":"7f0bcd40-7a45-4ada-9b90-607c01410849","name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:30.298221Z"}'
- headers:
- Content-Length:
- - "261"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b8eb498f-3be3-402b-bd20-1d42ba550154
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 61291f9f-19d1-4f2c-85cb-04acf7c3a117
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/72863cd7-ede6-4551-b54e-20e2e7f376c6
- method: GET
- response:
- body: '{"access_key":"WBoWp6pIOvEIUZTwBvrR","created_at":"2023-12-27T09:58:30.962786Z","id":"72863cd7-ede6-4551-b54e-20e2e7f376c6","name":"tf-sns-credentials-stupefied-chaplygin","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","secret_checksum":"a2ce217da5afeb078e23be796a0bb478ec9f01ec","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "420"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - c894bc34-95ea-4083-9597-daae7648ffa9
- status: 200 OK
- code: 200
-- request:
- body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - GetTopicAttributes
- TopicArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "152"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095843Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- SubscriptionsPending
- 2
-
-
- SubscriptionsConfirmed
- 0
-
-
- SubscriptionsDeleted
- 0
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
-
-
- tx16b9f4e5-65cb-4425-92d2-f22f9ae11f18
-
-
- headers:
- Content-Length:
- - "1016"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3Adbe4ffea-6f51-4954-90a5-15c67a594d9e&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095843Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
- RawMessageDelivery
- false
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Endpoint
- http://scaleway.com
-
-
- Protocol
- http
-
-
- PendingConfirmation
- true
-
-
- ConfirmationWasAuthenticated
- false
-
-
- SubscriptionArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
-
-
-
-
- txe676bd0d-f1a0-4076-abfd-44fdc1720115
-
-
- headers:
- Content-Length:
- - "1526"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3A5034c87e-c6c7-4b3d-a850-9b8a86ba517a&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095843Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
-
-
- Owner
- project-7f0bcd40-7a45-4ada-9b90-607c01410849
-
-
- RawMessageDelivery
- false
-
-
- TopicArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
-
-
- Endpoint
- http://scaleway.com
-
-
- Protocol
- http
-
-
- PendingConfirmation
- true
-
-
- ConfirmationWasAuthenticated
- false
-
-
- SubscriptionArn
- arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
-
-
-
-
- txd5f70da9-ef99-4868-948d-859af7522b25
-
-
- headers:
- Content-Length:
- - "1526"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=Unsubscribe&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3A5034c87e-c6c7-4b3d-a850-9b8a86ba517a&Version=2010-03-31
- form:
- Action:
- - Unsubscribe
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:5034c87e-c6c7-4b3d-a850-9b8a86ba517a
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "191"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095847Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- txb8f72c32-71da-421f-9cca-bb2a0e037be1
-
-
- headers:
- Content-Length:
- - "195"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:47 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=Unsubscribe&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3Adbe4ffea-6f51-4954-90a5-15c67a594d9e&Version=2010-03-31
- form:
- Action:
- - Unsubscribe
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "191"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095847Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- txb22d4562-948e-494d-b76f-7c7c229a5edf
-
-
- headers:
- Content-Length:
- - "195"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:47 GMT
- status: 200 OK
- code: 200
-- request:
- body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic&Version=2010-03-31
- form:
- Action:
- - DeleteTopic
- TopicArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "145"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095847Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- tx70dd5b3e-1874-4309-b415-77d4b67e2df0
-
-
- headers:
- Content-Length:
- - "195"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:47 GMT
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/72863cd7-ede6-4551-b54e-20e2e7f376c6
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 25ee0708-b9ed-485f-ba3d-6129fe68a6df
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=7f0bcd40-7a45-4ada-9b90-607c01410849
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:30.681968Z","project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:30.681968Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 3069f2c7-1133-4231-90c1-81e9279eb825
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
- method: POST
- response:
- body: '{"created_at":null,"project_id":"7f0bcd40-7a45-4ada-9b90-607c01410849","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:48 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - aba8b173-f137-4921-a746-fb1e34e92e36
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/7f0bcd40-7a45-4ada-9b90-607c01410849
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:49 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 5125d908-59e8-40db-9ee6-4d5d88ebc4ca
- status: 204 No Content
- code: 204
-- request:
- body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-7f0bcd40-7a45-4ada-9b90-607c01410849%3Atest-mnq-sns-topic-basic%3Adbe4ffea-6f51-4954-90a5-15c67a594d9e&Version=2010-03-31
- form:
- Action:
- - GetSubscriptionAttributes
- SubscriptionArn:
- - arn:scw:sns:fr-par:project-7f0bcd40-7a45-4ada-9b90-607c01410849:test-mnq-sns-topic-basic:dbe4ffea-6f51-4954-90a5-15c67a594d9e
- Version:
- - "2010-03-31"
- headers:
- Content-Length:
- - "205"
- Content-Type:
- - application/x-www-form-urlencoded; charset=utf-8
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095849Z
- url: https://sns.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: |
-
-
- Sender
- AccessDeniedException
- You do not have sufficient access to perform this action.
-
- tx179e5383-7aa3-47b9-889a-dae7cff61098
-
- headers:
- Content-Length:
- - "329"
- Content-Type:
- - text/xml; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:49 GMT
- status: 400 Bad Request
- code: 400
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 126
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 256
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.036532Z","description":"","id":"9052e807-5c96-422a-9570-80b6176a95dc","name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.036532Z"}'
+ headers:
+ Content-Length:
+ - "256"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - d38d68e2-4de6-4a92-a8f1-92d9f77cda9a
+ status: 200 OK
+ code: 200
+ duration: 696.567542ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 256
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.036532Z","description":"","id":"9052e807-5c96-422a-9570-80b6176a95dc","name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.036532Z"}'
+ headers:
+ Content-Length:
+ - "256"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - cc2cffe3-42ff-4d40-ae9f-8aa92badfd68
+ status: 200 OK
+ code: 200
+ duration: 138.081125ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"9052e807-5c96-422a-9570-80b6176a95dc"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596224Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596224Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 925b45cc-6273-49f7-afce-dbe326c053ac
+ status: 200 OK
+ code: 200
+ duration: 114.798166ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 5b9762b0-624f-4519-9355-eb2ace891763
+ status: 200 OK
+ code: 200
+ duration: 71.274458ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 174
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"9052e807-5c96-422a-9570-80b6176a95dc","name":"tf-sns-credentials-confident-cartwright","permissions":{"can_publish":true,"can_receive":true,"can_manage":true}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 477
+ uncompressed: false
+ body: '{"access_key":"UvJlCkz53gTTWOJx92kD","created_at":"2024-12-10T13:19:58.017336513Z","id":"503ff809-8516-4ccf-9b2c-744ada1154fe","name":"tf-sns-credentials-confident-cartwright","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","secret_checksum":"95e5bdec4b67ccefdfe0dc5dec217decf65183e1","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "477"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - 60413054-2c3d-4f8d-bf6c-d5cedeaee9ce
+ status: 200 OK
+ code: 200
+ duration: 89.732375ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/503ff809-8516-4ccf-9b2c-744ada1154fe
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 410
+ uncompressed: false
+ body: '{"access_key":"UvJlCkz53gTTWOJx92kD","created_at":"2024-12-10T13:19:58.017336Z","id":"503ff809-8516-4ccf-9b2c-744ada1154fe","name":"tf-sns-credentials-confident-cartwright","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","secret_checksum":"95e5bdec4b67ccefdfe0dc5dec217decf65183e1","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "410"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - 0b302a7a-858c-4bfc-9be3-5f2dd0ce5716
+ status: 200 OK
+ code: 200
+ duration: 68.812208ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - 00dd6fdb-bd86-4d42-b975-15e31e7e7540
+ status: 200 OK
+ code: 200
+ duration: 57.249625ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 67
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=CreateTopic&Name=test-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - CreateTopic
+ Name:
+ - test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 0cf9c00f-68da-400b-bc88-2bd642aec90f
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 377
+ uncompressed: false
+ body: |-
+
+
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+ tx7844080d-0d35-4c75-9179-c99dd2a9e639
+
+
+ headers:
+ Content-Length:
+ - "377"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ status: 200 OK
+ code: 200
+ duration: 466.134125ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 152
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 293ebec1-6452-4b6c-b620-605234e83191
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1045
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 0
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ tx5f38a76b-9968-4344-a266-853a4c4f4660
+
+
+ headers:
+ Content-Length:
+ - "1045"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ status: 200 OK
+ code: 200
+ duration: 28.760667ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - 78797eef-9eea-4ed9-83f9-28a7b5544b49
+ status: 200 OK
+ code: 200
+ duration: 64.139875ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - b2ef56cb-50e6-433c-83a5-33728af07cbd
+ status: 200 OK
+ code: 200
+ duration: 65.471459ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 219
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=Subscribe&Endpoint=http%3A%2F%2Fscaleway.com&Protocol=http&ReturnSubscriptionArn=true&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - Subscribe
+ Endpoint:
+ - http://scaleway.com
+ Protocol:
+ - http
+ ReturnSubscriptionArn:
+ - "true"
+ TopicArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4ade13f5-5895-45e1-9049-cba804cf9cf2
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 420
+ uncompressed: false
+ body: |-
+
+
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ tx6dd8e600-31d5-4bae-9b43-9ea8cab6a1b2
+
+
+ headers:
+ Content-Length:
+ - "420"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 GMT
+ status: 200 OK
+ code: 200
+ duration: 3.244360542s
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - dfe7162d-5055-46e4-8596-c2655a326fd8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132001Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1939
+ uncompressed: false
+ body: |-
+
+
+
+
+ ConfirmationWasAuthenticated
+ false
+
+
+ EffectiveDeliveryPolicy
+ {"HealthyRetryPolicy":{"MinDelayTarget":20,"MaxDelayTarget":20,"NumRetries":3,"NumNoDelayRetries":0,"NumMinDelayRetries":0,"NumMaxDelayRetries":0,"BackoffFunction":"linear"}}
+
+
+ Endpoint
+ http://scaleway.com
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ PendingConfirmation
+ true
+
+
+ Protocol
+ http
+
+
+ RawMessageDelivery
+ false
+
+
+ SubscriptionArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txbd5a7763-0313-4ac1-b81e-a9a8868ccbcf
+
+
+ headers:
+ Content-Length:
+ - "1939"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 GMT
+ status: 200 OK
+ code: 200
+ duration: 40.457958ms
+ - id: 13
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 219
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=Subscribe&Endpoint=http%3A%2F%2Fscaleway.com&Protocol=http&ReturnSubscriptionArn=true&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - Subscribe
+ Endpoint:
+ - http://scaleway.com
+ Protocol:
+ - http
+ ReturnSubscriptionArn:
+ - "true"
+ TopicArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - f9fde511-1a17-4488-8485-8729db38a604
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 420
+ uncompressed: false
+ body: |-
+
+
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ txf9537a26-f648-4972-8f17-b422a0a684f7
+
+
+ headers:
+ Content-Length:
+ - "420"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 GMT
+ status: 200 OK
+ code: 200
+ duration: 3.463944s
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 92d40ff1-5601-4963-9832-5d41396a7527
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132002Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1939
+ uncompressed: false
+ body: |-
+
+
+
+
+ ConfirmationWasAuthenticated
+ false
+
+
+ EffectiveDeliveryPolicy
+ {"HealthyRetryPolicy":{"MinDelayTarget":20,"MaxDelayTarget":20,"NumRetries":3,"NumNoDelayRetries":0,"NumMinDelayRetries":0,"NumMaxDelayRetries":0,"BackoffFunction":"linear"}}
+
+
+ Endpoint
+ http://scaleway.com
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ PendingConfirmation
+ true
+
+
+ Protocol
+ http
+
+
+ RawMessageDelivery
+ false
+
+
+ SubscriptionArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txb04ce1a3-8a59-4a3a-a056-ff3ac9f11b21
+
+
+ headers:
+ Content-Length:
+ - "1939"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 GMT
+ status: 200 OK
+ code: 200
+ duration: 38.0215ms
+ - id: 15
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - c112a20a-3b9b-4c1e-a1c4-7226411be8ba
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132002Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1939
+ uncompressed: false
+ body: |-
+
+
+
+
+ ConfirmationWasAuthenticated
+ false
+
+
+ EffectiveDeliveryPolicy
+ {"HealthyRetryPolicy":{"MinDelayTarget":20,"MaxDelayTarget":20,"NumRetries":3,"NumNoDelayRetries":0,"NumMinDelayRetries":0,"NumMaxDelayRetries":0,"BackoffFunction":"linear"}}
+
+
+ Endpoint
+ http://scaleway.com
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ PendingConfirmation
+ true
+
+
+ Protocol
+ http
+
+
+ RawMessageDelivery
+ false
+
+
+ SubscriptionArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txd3c9a6cf-3f3a-45c2-9f5c-f8ea21d9210f
+
+
+ headers:
+ Content-Length:
+ - "1939"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 GMT
+ status: 200 OK
+ code: 200
+ duration: 26.924875ms
+ - id: 16
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4deec49c-bceb-47b8-810e-6fc83ee2dc95
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132002Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1939
+ uncompressed: false
+ body: |-
+
+
+
+
+ ConfirmationWasAuthenticated
+ false
+
+
+ EffectiveDeliveryPolicy
+ {"HealthyRetryPolicy":{"MinDelayTarget":20,"MaxDelayTarget":20,"NumRetries":3,"NumNoDelayRetries":0,"NumMinDelayRetries":0,"NumMaxDelayRetries":0,"BackoffFunction":"linear"}}
+
+
+ Endpoint
+ http://scaleway.com
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ PendingConfirmation
+ true
+
+
+ Protocol
+ http
+
+
+ RawMessageDelivery
+ false
+
+
+ SubscriptionArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txaf751c31-7c6d-4969-b614-b6c274a6f5bc
+
+
+ headers:
+ Content-Length:
+ - "1939"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 GMT
+ status: 200 OK
+ code: 200
+ duration: 43.431917ms
+ - id: 17
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 256
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.036532Z","description":"","id":"9052e807-5c96-422a-9570-80b6176a95dc","name":"tf_tests_mnq_sns_topic_subscription_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:57.036532Z"}'
+ headers:
+ Content-Length:
+ - "256"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - c28b4921-7556-463d-9905-9f1412a8e402
+ status: 200 OK
+ code: 200
+ duration: 95.310208ms
+ - id: 18
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 976ac0b8-77a5-4658-9409-fc1582b155e4
+ status: 200 OK
+ code: 200
+ duration: 62.680667ms
+ - id: 19
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/503ff809-8516-4ccf-9b2c-744ada1154fe
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 410
+ uncompressed: false
+ body: '{"access_key":"UvJlCkz53gTTWOJx92kD","created_at":"2024-12-10T13:19:58.017336Z","id":"503ff809-8516-4ccf-9b2c-744ada1154fe","name":"tf-sns-credentials-confident-cartwright","permissions":{"can_manage":true,"can_publish":true,"can_receive":true},"project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","secret_checksum":"95e5bdec4b67ccefdfe0dc5dec217decf65183e1","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "410"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 96d21fba-295d-4852-8f5d-5484d2cee8f6
+ status: 200 OK
+ code: 200
+ duration: 65.33375ms
+ - id: 20
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 152
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetTopicAttributes&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - GetTopicAttributes
+ TopicArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 8ada95ff-b295-4730-8e65-7bad595ce837
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132003Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1045
+ uncompressed: false
+ body: |-
+
+
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ SubscriptionsConfirmed
+ 0
+
+
+ SubscriptionsDeleted
+ 0
+
+
+ SubscriptionsPending
+ 1
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txff2627bc-b0e4-42bb-ade3-c9972a577c87
+
+
+ headers:
+ Content-Length:
+ - "1045"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 GMT
+ status: 200 OK
+ code: 200
+ duration: 41.265792ms
+ - id: 21
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b66933e9-775c-49c2-8881-14d081fc563e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132003Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1939
+ uncompressed: false
+ body: |-
+
+
+
+
+ ConfirmationWasAuthenticated
+ false
+
+
+ EffectiveDeliveryPolicy
+ {"HealthyRetryPolicy":{"MinDelayTarget":20,"MaxDelayTarget":20,"NumRetries":3,"NumNoDelayRetries":0,"NumMinDelayRetries":0,"NumMaxDelayRetries":0,"BackoffFunction":"linear"}}
+
+
+ Endpoint
+ http://scaleway.com
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ PendingConfirmation
+ true
+
+
+ Protocol
+ http
+
+
+ RawMessageDelivery
+ false
+
+
+ SubscriptionArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txf1952de8-cab2-4e53-91a0-1e619b3facb6
+
+
+ headers:
+ Content-Length:
+ - "1939"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 GMT
+ status: 200 OK
+ code: 200
+ duration: 32.747417ms
+ - id: 22
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 1a1967b4-3f76-4c78-a0d6-a70fe915efd5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132003Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 1939
+ uncompressed: false
+ body: |-
+
+
+
+
+ ConfirmationWasAuthenticated
+ false
+
+
+ EffectiveDeliveryPolicy
+ {"HealthyRetryPolicy":{"MinDelayTarget":20,"MaxDelayTarget":20,"NumRetries":3,"NumNoDelayRetries":0,"NumMinDelayRetries":0,"NumMaxDelayRetries":0,"BackoffFunction":"linear"}}
+
+
+ Endpoint
+ http://scaleway.com
+
+
+ Owner
+ project-9052e807-5c96-422a-9570-80b6176a95dc
+
+
+ PendingConfirmation
+ true
+
+
+ Protocol
+ http
+
+
+ RawMessageDelivery
+ false
+
+
+ SubscriptionArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+
+
+ TopicArn
+ arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+
+
+
+
+ txa6331862-abbe-4aae-9998-b98b5778785c
+
+
+ headers:
+ Content-Length:
+ - "1939"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 GMT
+ status: 200 OK
+ code: 200
+ duration: 35.577375ms
+ - id: 23
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 191
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=Unsubscribe&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - Unsubscribe
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6d13d8d1-6122-4a9a-8cf7-14df626e2457
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 210
+ uncompressed: false
+ body: |-
+
+
+ txede76fd7-1155-4f53-b7a3-76169896719b
+
+
+ headers:
+ Content-Length:
+ - "210"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ status: 200 OK
+ code: 200
+ duration: 48.999708ms
+ - id: 24
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 191
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=Unsubscribe&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - Unsubscribe
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 421612b5-5aae-4539-bad6-ff3bc1e84130
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 210
+ uncompressed: false
+ body: |-
+
+
+ txeea8dc0e-e257-4d59-b2e7-0ad684ec912b
+
+
+ headers:
+ Content-Length:
+ - "210"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ status: 200 OK
+ code: 200
+ duration: 103.166625ms
+ - id: 25
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 145
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=DeleteTopic&TopicArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic&Version=2010-03-31
+ form:
+ Action:
+ - DeleteTopic
+ TopicArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ee936c03-08e1-4d9b-8fe9-3a971cebc6b1
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 210
+ uncompressed: false
+ body: |-
+
+
+ tx52bd175e-55fc-4faa-b03e-673a2d6f39cc
+
+
+ headers:
+ Content-Length:
+ - "210"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ status: 200 OK
+ code: 200
+ duration: 68.59125ms
+ - id: 26
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-credentials/503ff809-8516-4ccf-9b2c-744ada1154fe
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - 864ad550-6f00-4890-a6ea-f46da4a2f0f0
+ status: 204 No Content
+ code: 204
+ duration: 84.1725ms
+ - id: 27
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sns-info?project_id=9052e807-5c96-422a-9570-80b6176a95dc
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.787596Z","project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.787596Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - f427cece-90e0-4056-8e58-ac35209be3dd
+ status: 200 OK
+ code: 200
+ duration: 100.527542ms
+ - id: 28
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"9052e807-5c96-422a-9570-80b6176a95dc"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sns
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"9052e807-5c96-422a-9570-80b6176a95dc","region":"fr-par","sns_endpoint_url":"https://sns.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - a9548ed3-8b0c-4119-bb53-95df871abcbd
+ status: 200 OK
+ code: 200
+ duration: 159.41625ms
+ - id: 29
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/9052e807-5c96-422a-9570-80b6176a95dc
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 12533fd2-7e46-4852-a17d-391f822553f9
+ status: 204 No Content
+ code: 204
+ duration: 1.337308667s
+ - id: 30
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 205
+ transfer_encoding: []
+ trailer: {}
+ host: sns.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Ascw%3Asns%3Afr-par%3Aproject-9052e807-5c96-422a-9570-80b6176a95dc%3Atest-mnq-sns-topic-basic%3A30559d13-049d-434e-83cb-9543956ad2de&Version=2010-03-31
+ form:
+ Action:
+ - GetSubscriptionAttributes
+ SubscriptionArn:
+ - arn:scw:sns:fr-par:project-9052e807-5c96-422a-9570-80b6176a95dc:test-mnq-sns-topic-basic:30559d13-049d-434e-83cb-9543956ad2de
+ Version:
+ - "2010-03-31"
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bea8fd52-f0ce-4b1e-a2a6-9851ad09ed29
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-www-form-urlencoded
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sns#1.33.7 m/E
+ X-Amz-Date:
+ - 20241210T132007Z
+ url: https://sns.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 328
+ uncompressed: false
+ body: |-
+
+
+ Sender
+ AccessDeniedException
+ You do not have sufficient access to perform this action.
+
+ txf0683716-098c-4ace-8606-b7a8d9d6db7b
+
+ headers:
+ Content-Length:
+ - "328"
+ Content-Type:
+ - text/xml; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 GMT
+ status: 400 Bad Request
+ code: 400
+ duration: 8.193209ms
diff --git a/internal/services/mnq/testdata/sqs-already-activated.cassette.yaml b/internal/services/mnq/testdata/sqs-already-activated.cassette.yaml
index 97505c0230..84f8203513 100644
--- a/internal/services/mnq/testdata/sqs-already-activated.cassette.yaml
+++ b/internal/services/mnq/testdata/sqs-already-activated.cassette.yaml
@@ -1,428 +1,648 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:27.586182Z","description":"","id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.586182Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:27 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 56d5089b-8f47-408d-9f5b-97135b398e72
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.586182Z","description":"","id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.586182Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:27 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 4d30fcd0-9a02-4313-aa2d-c5f039d6b1da
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:28.059324086Z","project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.059324086Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 59fb23c9-e60d-43f0-9aa9-60f060cc94cb
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.059324Z","project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.059324Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 38d3a75f-032e-4fe7-8fc5-06708461c59f
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.586182Z","description":"","id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.586182Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - af2826ad-afa6-4254-b46a-c68f0424cea9
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.059324Z","project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.059324Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 997a1db4-5dc5-4018-9a19-f0d563fa29c4
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.586182Z","description":"","id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.586182Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b6428e3b-13c2-4d24-ad52-8aebeb938dab
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.059324Z","project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.059324Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a7ca45ec-a6d3-4304-9ef1-2f002db3c20e
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
- method: POST
- response:
- body: '{"help_message":"SQS is already enabled on this project","message":"resource
- already exists","resource":"MnqSQSNamespace","resource_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","type":"already_exists"}'
- headers:
- Content-Length:
- - "199"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 26a0bad4-340f-41c1-abc0-c8a16333ba38
- status: 409 Conflict
- code: 409
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.059324Z","project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.059324Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 25e69fd8-bcc5-46e7-9864-38e7dc23b9cc
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"created_at":null,"project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 60026c6c-3300-495e-bd09-8e7aefef86bd
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/ba80a616-ac42-4315-b58f-4aa2027ada0b
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f4106700-c105-4a2f-848b-e5024f00b66d
- status: 204 No Content
- code: 204
-- request:
- body: '{"project_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"message":"resource is not found","resource":"MnqSQSNamespace","resource_id":"ba80a616-ac42-4315-b58f-4aa2027ada0b","type":"not_found"}'
- headers:
- Content-Length:
- - "136"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 99d897fe-af30-4915-a81e-320ca0389379
- status: 404 Not Found
- code: 404
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 119
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.797762Z","description":"","id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.797762Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 75600087-a58a-47ed-bd06-6dd3015ef7a6
+ status: 200 OK
+ code: 200
+ duration: 416.433292ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.797762Z","description":"","id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.797762Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 2d53da75-633c-4652-8fe8-9f000bd1783e
+ status: 200 OK
+ code: 200
+ duration: 107.644917ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.263429261Z","project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.263429261Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 72147acb-3c4c-4c6c-915c-7acc5eee02b0
+ status: 200 OK
+ code: 200
+ duration: 117.184584ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.263429Z","project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.263429Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 5f3a3083-33f3-45cd-86f1-396286933e5b
+ status: 200 OK
+ code: 200
+ duration: 63.420166ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.797762Z","description":"","id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.797762Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - ec90d58d-4df9-477f-8e0f-220a9be6d1f4
+ status: 200 OK
+ code: 200
+ duration: 141.242291ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.263429Z","project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.263429Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - 0e8a0749-a127-4adc-8b30-427a67e58a89
+ status: 200 OK
+ code: 200
+ duration: 63.765708ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.797762Z","description":"","id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","name":"tf_tests_mnq_sqs_already_activated","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.797762Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:59 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:
+ - 5e96dd47-62ff-4a4c-937a-88256de9cb74
+ status: 200 OK
+ code: 200
+ duration: 100.827458ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.263429Z","project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.263429Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - bfd48a70-ef66-4acd-b77d-a64d3f2478d2
+ status: 200 OK
+ code: 200
+ duration: 64.950792ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 199
+ uncompressed: false
+ body: '{"help_message":"SQS is already enabled on this project","message":"resource already exists","resource":"MnqSQSNamespace","resource_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","type":"already_exists"}'
+ headers:
+ Content-Length:
+ - "199"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 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:
+ - 2e106e37-046e-4253-8de0-d89c861c743a
+ status: 409 Conflict
+ code: 409
+ duration: 57.34575ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.263429Z","project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.263429Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 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:
+ - f78a646a-7241-4360-a092-8a2d0a80a67c
+ status: 200 OK
+ code: 200
+ duration: 64.754042ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 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:
+ - ae070a3a-f26f-44cf-8c6d-6f628ecc6677
+ status: 200 OK
+ code: 200
+ duration: 171.713042ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/ed976bbb-cb54-4d5e-ac4f-bb31c7460f58
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 6a24bc5c-8f1d-438c-b3d6-0ba9364e117f
+ status: 204 No Content
+ code: 204
+ duration: 1.385031875s
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 136
+ uncompressed: false
+ body: '{"message":"resource is not found","resource":"MnqSQSNamespace","resource_id":"ed976bbb-cb54-4d5e-ac4f-bb31c7460f58","type":"not_found"}'
+ headers:
+ Content-Length:
+ - "136"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - fd603821-60eb-4f5d-8cb1-52d85e4501da
+ status: 404 Not Found
+ code: 404
+ duration: 22.135833ms
diff --git a/internal/services/mnq/testdata/sqs-basic.cassette.yaml b/internal/services/mnq/testdata/sqs-basic.cassette.yaml
index 9374729061..1780e101c4 100644
--- a/internal/services/mnq/testdata/sqs-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sqs-basic.cassette.yaml
@@ -1,361 +1,548 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:27.571965Z","description":"","id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.571965Z"}'
- headers:
- Content-Length:
- - "242"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:27 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - efa7253d-6a00-47c5-9ed3-bd19fee48759
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.571965Z","description":"","id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.571965Z"}'
- headers:
- Content-Length:
- - "242"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:27 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 42852f15-1ba6-46f8-b2d5-e54b3e6eba9d
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:28.012971424Z","project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.012971424Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 5e183bcf-a092-45b4-8269-9628ea076dfd
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.012971Z","project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.012971Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6207b26c-e6d8-4a73-999a-19efa9812879
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.012971Z","project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.012971Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 2b75f0ed-e508-45e1-a555-4492a8303559
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.571965Z","description":"","id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.571965Z"}'
- headers:
- Content-Length:
- - "242"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 4100a8c2-fbc6-4a5b-950d-4e3a9a216311
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.012971Z","project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.012971Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 0d7aa509-6363-4fd7-87f4-86817d7b5880
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.012971Z","project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.012971Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 566404c2-096e-4f9b-8ad8-1f15b671d905
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"created_at":null,"project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 70712705-c2c5-4ceb-baee-568f9ac9a981
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/5fe4c60a-5de9-43df-af8d-f97b9a3bc444
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f0c62be1-9c2e-440f-8265-ad4287239c15
- status: 204 No Content
- code: 204
-- request:
- body: '{"project_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"message":"resource is not found","resource":"MnqSQSNamespace","resource_id":"5fe4c60a-5de9-43df-af8d-f97b9a3bc444","type":"not_found"}'
- headers:
- Content-Length:
- - "136"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:32 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 7a24f467-bdef-4e9f-9aa9-ade1cbe4898f
- status: 404 Not Found
- code: 404
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 107
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 237
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.663987Z","description":"","id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.663987Z"}'
+ headers:
+ Content-Length:
+ - "237"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:56 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:
+ - 092013d2-3497-42c1-abfd-e4f50794fc66
+ status: 200 OK
+ code: 200
+ duration: 412.423958ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 237
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.663987Z","description":"","id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.663987Z"}'
+ headers:
+ Content-Length:
+ - "237"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 33d44945-77fa-4263-843d-3a5be5def3e6
+ status: 200 OK
+ code: 200
+ duration: 106.501458ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.126167450Z","project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.126167450Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 57a1a47b-a5b4-4664-b256-effa054093f1
+ status: 200 OK
+ code: 200
+ duration: 136.09075ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.126167Z","project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.126167Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - e1cf48fb-cbae-4655-ab7c-7f26f084b6a0
+ status: 200 OK
+ code: 200
+ duration: 63.161084ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.126167Z","project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.126167Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 869cee75-6a30-4071-b7a0-f2133bc038bc
+ status: 200 OK
+ code: 200
+ duration: 56.658667ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 237
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.663987Z","description":"","id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","name":"tf_tests_mnq_sqs_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.663987Z"}'
+ headers:
+ Content-Length:
+ - "237"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - d0308a07-28df-4594-bc92-931668c6c02a
+ status: 200 OK
+ code: 200
+ duration: 105.309ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.126167Z","project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.126167Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - b5e27f53-74b5-422a-b041-54f3b0c29439
+ status: 200 OK
+ code: 200
+ duration: 139.876334ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.126167Z","project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.126167Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - a059feec-6700-422e-8f78-1ff46e1dfa24
+ status: 200 OK
+ code: 200
+ duration: 78.898417ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 49f55790-d66d-4c0c-bee3-bf276e0da326
+ status: 200 OK
+ code: 200
+ duration: 221.181708ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/53092467-d9f4-4cf1-a5f7-80e918c85d66
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 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:
+ - 41180030-0c2f-45be-bfea-fe3b9b1c9493
+ status: 204 No Content
+ code: 204
+ duration: 1.455038584s
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 136
+ uncompressed: false
+ body: '{"message":"resource is not found","resource":"MnqSQSNamespace","resource_id":"53092467-d9f4-4cf1-a5f7-80e918c85d66","type":"not_found"}'
+ headers:
+ Content-Length:
+ - "136"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 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:
+ - 7f2f1ece-93cf-458f-b1ba-3ed5e084f2ce
+ status: 404 Not Found
+ code: 404
+ duration: 27.904708ms
diff --git a/internal/services/mnq/testdata/sqs-credentials-basic.cassette.yaml b/internal/services/mnq/testdata/sqs-credentials-basic.cassette.yaml
index 9f0baa0419..53100808c8 100644
--- a/internal/services/mnq/testdata/sqs-credentials-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sqs-credentials-basic.cassette.yaml
@@ -1,1067 +1,1628 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1fdab835-1c7d-46f7-bb81-1e915d7df876
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 764355f0-6999-44bb-92a9-9550ca1d323c
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945643Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945643Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 52c3dd66-aa9f-4578-afa5-4b94a6f58b7a
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 30692eb8-2403-4d26-970f-55018c3fbfe4
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"test-mnq-sqs-credentials-basic","permissions":{"can_publish":false,"can_receive":false,"can_manage":false}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials
- method: POST
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956730Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "482"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a0b0bdfd-c59b-42fe-bd5d-c98510aa10f7
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 5809f697-81e4-4140-b463-6abe759f83ea
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:28 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 704d3384-f973-47ed-a780-9967bd215b86
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f2124a62-e629-43d5-bde9-d2aa5512be41
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b4f3b3e9-73e0-4518-8147-fca15e43f8cc
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 2ce83dfa-2d4d-495f-b461-7f7f038be8f8
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 62e7ff09-9117-4797-bf3e-5079bc547ce6
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 63af51af-a5a1-4d8c-99dc-1a5145121047
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - f5c8beaa-aad3-4a43-9d72-13e01d7ad4b4
- status: 200 OK
- code: 200
-- request:
- body: '{"permissions":{"can_publish":true,"can_receive":null,"can_manage":true}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: PATCH
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 650c75ac-e1c4-4cd4-a19c-3ddc1f3aed08
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 20604cbe-4292-4f4e-9c37-fd43853a72fd
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 4eb4e285-2de1-4ce4-8b4d-27ee6f28e863
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 0de6e1c3-7dea-458e-817c-a6072af4a016
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - e17a19cd-5388-43ee-b35b-61ad58fbbfe8
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:34 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a9eb19ff-272c-4910-8060-50a4273f6770
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 07484bbb-56dd-418e-8454-b01564a5b969
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a6fda162-ff9e-4ce7-8971-27243993a033
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "413"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 061162af-55a9-4a59-9650-753697726794
- status: 200 OK
- code: 200
-- request:
- body: '{"permissions":{"can_publish":false,"can_receive":true,"can_manage":false}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: PATCH
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 2d78fcd8-e371-49d1-a407-e235196c991d
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:37 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1fdbbb8b-bd28-45c5-83a6-69b906a35894
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 669198ae-45d8-4085-a964-86be9f79ce6a
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:27.879184Z","description":"","id":"3f9c227a-82ad-490f-a892-40ed89071b76","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:27.879184Z"}'
- headers:
- Content-Length:
- - "254"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 5a71ee69-ca21-4bcb-a419-153b79182089
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - fa6df908-de15-4a20-ac09-c3cde884af8e
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: GET
- response:
- body: '{"access_key":"PLDkJvw7qw86JKaxuOiq","created_at":"2023-12-27T09:58:28.506956Z","id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","secret_checksum":"f6581db548dd060dc7151985f883fb2a4fcb44d8","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "414"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6fbe9915-4905-4bcf-a210-70ea77233fb4
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 3218b858-479a-4c05-bfe8-abab0e6a12ae
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=3f9c227a-82ad-490f-a892-40ed89071b76
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:28.237945Z","project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:28.237945Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d6974c62-bb4b-4cf2-960f-8ae81512ad48
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"created_at":null,"project_id":"3f9c227a-82ad-490f-a892-40ed89071b76","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:42 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1114695e-c3f4-4192-b859-f36e8ee3bba8
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/3f9c227a-82ad-490f-a892-40ed89071b76
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 47c46620-3edf-487d-9bb9-49ea43bb5e0f
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/eb60451b-cd09-4dfd-8ade-05d62c3dbb1f
- method: DELETE
- response:
- body: '{"message":"resource is not found","resource":"credential","resource_id":"eb60451b-cd09-4dfd-8ade-05d62c3dbb1f","type":"not_found"}'
- headers:
- Content-Length:
- - "131"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:43 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - e227ac3a-14cc-42c8-9f85-a690b795ddeb
- status: 404 Not Found
- code: 404
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 119
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - b9ba12e8-695d-4fe6-aabd-e21df2e5b739
+ status: 200 OK
+ code: 200
+ duration: 478.374583ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 358709dd-c293-444d-91cb-293a43a4153d
+ status: 200 OK
+ code: 200
+ duration: 96.803834ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657228Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657228Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 516ef845-e3ff-44e0-8185-23d946dbd75c
+ status: 200 OK
+ code: 200
+ duration: 172.373292ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 247e3448-6345-4899-8ed7-06b59613dffa
+ status: 200 OK
+ code: 200
+ duration: 74.648042ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 168
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"test-mnq-sqs-credentials-basic","permissions":{"can_publish":false,"can_receive":false,"can_manage":false}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 471
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879174Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "471"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 7063ca8e-a83f-4a83-a526-74925e5cb559
+ status: 200 OK
+ code: 200
+ duration: 80.090833ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 1d64d6f1-2d73-401a-beb9-a6645f405977
+ status: 200 OK
+ code: 200
+ duration: 71.623709ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 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:
+ - 6c789456-9ff4-4241-b9a6-16fee6b344ad
+ status: 200 OK
+ code: 200
+ duration: 58.689ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:59 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:
+ - 15bc07f4-0288-4025-b361-40d2f8d0d552
+ status: 200 OK
+ code: 200
+ duration: 90.330583ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:59 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:
+ - e887bdbc-6421-45b5-9a7b-ef9f11dd089f
+ status: 200 OK
+ code: 200
+ duration: 65.459875ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:59 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:
+ - 4b745680-fdfc-4ca2-ae7a-73efc5c23667
+ status: 200 OK
+ code: 200
+ duration: 64.653542ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 72a61d7e-b424-4308-8acc-773c9813cc39
+ status: 200 OK
+ code: 200
+ duration: 91.063541ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 98e33fad-154c-4101-92ba-6036f329bbf1
+ status: 200 OK
+ code: 200
+ duration: 58.896334ms
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 404
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "404"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 69babaf0-fe1e-4814-ac17-9a319efbc350
+ status: 200 OK
+ code: 200
+ duration: 60.98225ms
+ - id: 13
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 73
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"permissions":{"can_publish":true,"can_receive":null,"can_manage":true}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: PATCH
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 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:
+ - fafba5ad-9ec2-45e6-a65f-cf63cfdfc572
+ status: 200 OK
+ code: 200
+ duration: 104.147ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 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:
+ - d9b90b6d-57ad-4545-8d58-c75687e30387
+ status: 200 OK
+ code: 200
+ duration: 68.427666ms
+ - id: 15
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:02 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:
+ - 6588b717-05f7-4284-9c50-3963245a19c2
+ status: 200 OK
+ code: 200
+ duration: 82.715667ms
+ - id: 16
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 51cbb5bd-efd2-4326-b596-aebb575a1f83
+ status: 200 OK
+ code: 200
+ duration: 113.043459ms
+ - id: 17
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 90797d85-1211-4620-a3a3-471cc2a30449
+ status: 200 OK
+ code: 200
+ duration: 63.148791ms
+ - id: 18
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 16fdd5e2-ecbf-410b-b8ee-134bed8effd0
+ status: 200 OK
+ code: 200
+ duration: 67.866208ms
+ - id: 19
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - b2387705-d56e-495e-9658-60d3fe8b88e7
+ status: 200 OK
+ code: 200
+ duration: 217.58075ms
+ - id: 20
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - db1c0f61-147f-4315-a5b6-d0e67cbbb8f6
+ status: 200 OK
+ code: 200
+ duration: 52.849875ms
+ - id: 21
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 402
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":true,"can_publish":true,"can_receive":false},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "402"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 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:
+ - 2bc77292-9561-4ff0-bc4b-246ec3486dc9
+ status: 200 OK
+ code: 200
+ duration: 64.802416ms
+ - id: 22
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 75
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"permissions":{"can_publish":false,"can_receive":true,"can_manage":false}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: PATCH
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 1969be52-16cc-4a53-8300-b8712415d9ce
+ status: 200 OK
+ code: 200
+ duration: 86.291833ms
+ - id: 23
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - d3de870a-c3b2-42b5-9790-2ddc27aa3b16
+ status: 200 OK
+ code: 200
+ duration: 52.504667ms
+ - id: 24
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - cab7eb15-c86e-4b78-8f00-9d56697fc10f
+ status: 200 OK
+ code: 200
+ duration: 60.9025ms
+ - id: 25
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 249
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.917927Z","description":"","id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","name":"tf_tests_mnq_sqs_credentials_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:56.917927Z"}'
+ headers:
+ Content-Length:
+ - "249"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 1190ae52-f3cb-4702-b22b-2f1a52d704b1
+ status: 200 OK
+ code: 200
+ duration: 99.599041ms
+ - id: 26
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 3573685f-50ed-46c0-91a9-a75349c1e364
+ status: 200 OK
+ code: 200
+ duration: 67.861542ms
+ - id: 27
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 403
+ uncompressed: false
+ body: '{"access_key":"t2a4XFb9y4iUUpvmEwNl","created_at":"2024-12-10T13:19:57.699879Z","id":"33379c98-06b5-440a-8ad8-c64cea64589c","name":"test-mnq-sqs-credentials-basic","permissions":{"can_manage":false,"can_publish":false,"can_receive":true},"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","secret_checksum":"58dac38f69c2c3e0be217e0f00e515b93a4e9635","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "403"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 9836764c-ada0-4292-ac5b-764d36d251cf
+ status: 200 OK
+ code: 200
+ duration: 70.474042ms
+ - id: 28
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - b685e601-597d-4d37-abee-cac17f78a1af
+ status: 204 No Content
+ code: 204
+ duration: 81.6315ms
+ - id: 29
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:57.427657Z","project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:57.427657Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 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:
+ - 0f3f52d8-6ee1-4e24-bc50-339f6bc1a3f7
+ status: 200 OK
+ code: 200
+ duration: 52.38475ms
+ - id: 30
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"4460b0ff-8872-4d71-99c4-5cd5d92d5e94","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - b0a39df5-9f5a-4ef9-94ca-4602a48b8300
+ status: 200 OK
+ code: 200
+ duration: 180.131208ms
+ - id: 31
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/4460b0ff-8872-4d71-99c4-5cd5d92d5e94
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - 04eb83bf-079a-40c1-8e38-32b094636126
+ status: 204 No Content
+ code: 204
+ duration: 1.559943625s
+ - id: 32
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/33379c98-06b5-440a-8ad8-c64cea64589c
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 131
+ uncompressed: false
+ body: '{"message":"resource is not found","resource":"credential","resource_id":"33379c98-06b5-440a-8ad8-c64cea64589c","type":"not_found"}'
+ headers:
+ Content-Length:
+ - "131"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - 0bafeee5-b08c-4b03-91d1-c0bc17f2031e
+ status: 404 Not Found
+ code: 404
+ duration: 25.034667ms
diff --git a/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml b/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml
index c206445a59..9ef46b64fa 100644
--- a/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml
+++ b/internal/services/mnq/testdata/sqs-queue-basic.cassette.yaml
@@ -1,1204 +1,5083 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:29.033907Z","description":"","id":"75a2476e-795a-4515-ae56-5121324abe0b","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:29.033907Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - db204b42-2cbf-4290-88d4-0d84431f7af8
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.033907Z","description":"","id":"75a2476e-795a-4515-ae56-5121324abe0b","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:29.033907Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 1cfbc5e2-8699-4b55-9a74-284017f4e9a6
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"75a2476e-795a-4515-ae56-5121324abe0b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
- method: POST
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317151Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317151Z"}'
- headers:
- Content-Length:
- - "244"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 00552e74-2a4c-48f2-8a99-72ce31dedee6
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - e8833a4d-6eec-4fee-b055-69e9404498fd
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","name":"tf-sqs-credentials-nice-kapitsa","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials
- method: POST
- response:
- body: '{"access_key":"EmWy6FLBwvZNuEtM6Dvi","created_at":"2023-12-27T09:58:29.664220190Z","id":"261abb5a-ac01-4d4d-b3f8-af1f910200ba","name":"tf-sqs-credentials-nice-kapitsa","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","secret_checksum":"5d98decd4d9a12f985092b10da4a89cfc246104e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "482"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 75d9664d-a56b-4e48-93bd-a61411087262
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/261abb5a-ac01-4d4d-b3f8-af1f910200ba
- method: GET
- response:
- body: '{"access_key":"EmWy6FLBwvZNuEtM6Dvi","created_at":"2023-12-27T09:58:29.664220Z","id":"261abb5a-ac01-4d4d-b3f8-af1f910200ba","name":"tf-sqs-credentials-nice-kapitsa","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","secret_checksum":"5d98decd4d9a12f985092b10da4a89cfc246104e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:29 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 9a723435-8c39-41a9-873c-6435b3676432
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:30 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 323321ed-4eec-4dba-a413-fff745933906
- status: 200 OK
- code: 200
-- request:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","VisibilityTimeout":"30"},"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "144"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095830Z
- X-Amz-Target:
- - AmazonSQS.CreateQueue
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- X-Amzn-Requestid:
- - txeabd4691-2a09-4e7c-b89c-0484f68deefb
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095831Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- X-Amzn-Requestid:
- - txd03d03ab-5887-43cf-b573-dfc82cfd20a0
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095831Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "141"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- X-Amzn-Requestid:
- - tx27f682aa-d80c-4b47-9779-10171474c984
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095831Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:31 GMT
- X-Amzn-Requestid:
- - tx6bc0d229-9ea5-4b29-a28b-ed6fe30b0183
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.033907Z","description":"","id":"75a2476e-795a-4515-ae56-5121324abe0b","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:29.033907Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - d49ec377-8602-4abc-9795-cfd1c008a822
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 7e77e7e5-c439-416b-9614-b51960c3f32f
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/261abb5a-ac01-4d4d-b3f8-af1f910200ba
- method: GET
- response:
- body: '{"access_key":"EmWy6FLBwvZNuEtM6Dvi","created_at":"2023-12-27T09:58:29.664220Z","id":"261abb5a-ac01-4d4d-b3f8-af1f910200ba","name":"tf-sqs-credentials-nice-kapitsa","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","secret_checksum":"5d98decd4d9a12f985092b10da4a89cfc246104e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - cac377c2-ec24-490a-9089-a5b42487ebe0
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095833Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- X-Amzn-Requestid:
- - tx1330a8b5-718d-4781-8049-036b91452d7a
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095833Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "141"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:33 GMT
- X-Amzn-Requestid:
- - tx6435b62e-b73e-42d6-be20-a24c245f6d77
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.033907Z","description":"","id":"75a2476e-795a-4515-ae56-5121324abe0b","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:29.033907Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:35 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 77c55d8c-7038-4023-84df-292e5ffd1859
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:35 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - cf72f696-0348-4564-8fda-f50a61aa018f
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/261abb5a-ac01-4d4d-b3f8-af1f910200ba
- method: GET
- response:
- body: '{"access_key":"EmWy6FLBwvZNuEtM6Dvi","created_at":"2023-12-27T09:58:29.664220Z","id":"261abb5a-ac01-4d4d-b3f8-af1f910200ba","name":"tf-sqs-credentials-nice-kapitsa","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","secret_checksum":"5d98decd4d9a12f985092b10da4a89cfc246104e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:35 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 429f1a35-abcc-4947-8823-ced84f1f0aea
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095836Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- X-Amzn-Requestid:
- - tx557307bc-46eb-475e-9807-b3f2d2003e2f
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095836Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "141"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:36 GMT
- X-Amzn-Requestid:
- - tx22ed6a3d-c4c8-4ead-8654-02e544daace0
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095838Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- X-Amzn-Requestid:
- - tx280c1889-6c24-4ba7-a5d3-36312e3e7466
- status: 200 OK
- code: 200
-- request:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","VisibilityTimeout":"30"},"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "221"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095838Z
- X-Amz-Target:
- - AmazonSQS.SetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: ""
- headers:
- Content-Length:
- - "0"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- X-Amzn-Requestid:
- - tx680535f9-7069-4089-a630-90917336e61e
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095838Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:38 GMT
- X-Amzn-Requestid:
- - txbc940a5b-c92c-4b27-93b3-c19f2bdcd8b3
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095838Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "138"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- X-Amzn-Requestid:
- - tx0714b4a9-3d8d-4435-b8eb-b50038162ab7
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095839Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:39 GMT
- X-Amzn-Requestid:
- - txca33cb54-d3f5-4977-b2ce-cbf3a2a07083
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.033907Z","description":"","id":"75a2476e-795a-4515-ae56-5121324abe0b","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-27T09:58:29.033907Z"}'
- headers:
- Content-Length:
- - "248"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 3e7e3f85-8a4b-428f-a211-6443c1adcdb9
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 12eecb0b-245e-4524-9872-2de38341c67c
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/261abb5a-ac01-4d4d-b3f8-af1f910200ba
- method: GET
- response:
- body: '{"access_key":"EmWy6FLBwvZNuEtM6Dvi","created_at":"2023-12-27T09:58:29.664220Z","id":"261abb5a-ac01-4d4d-b3f8-af1f910200ba","name":"tf-sqs-credentials-nice-kapitsa","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","secret_checksum":"5d98decd4d9a12f985092b10da4a89cfc246104e","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "415"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b3da0028-9ce9-42de-874a-fb44be8e1d46
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095841Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- X-Amzn-Requestid:
- - tx2280ab7d-8aa6-4338-b718-03b173e8ed67
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095841Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "138"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:41 GMT
- X-Amzn-Requestid:
- - tx491f5cb0-a23d-4d6c-8015-3d7281f23fd5
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095844Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:44 GMT
- X-Amzn-Requestid:
- - tx6d3fb7ba-2281-4e1e-a05d-1ecf9ee9e9c7
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-75a2476e-795a-4515-ae56-5121324abe0b/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095844Z
- X-Amz-Target:
- - AmazonSQS.DeleteQueue
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: ""
- headers:
- Content-Length:
- - "0"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Wed, 27 Dec 2023 09:58:44 GMT
- X-Amzn-Requestid:
- - tx5eb035eb-e17f-4c55-9a22-e0aa0c402de6
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.7 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231227T095844Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"__type":"com.scaleway.sqs#AWS.SimpleQueueService.NonExistentQueue","message":"Queue
- \"test-mnq-sqs-queue-basic\" does not exist."}'
- headers:
- Content-Length:
- - "132"
- Content-Type:
- - application/json; charset=UTF-8
- Date:
- - Wed, 27 Dec 2023 09:58:44 GMT
- X-Amzn-Query-Error:
- - AWS.SimpleQueueService.NonExistentQueue;Sender
- X-Amzn-Requestid:
- - txc93f070c-a433-4305-bb36-9ad2dceb59c1
- status: 400 Bad Request
- code: 400
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/261abb5a-ac01-4d4d-b3f8-af1f910200ba
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:44 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - aef320af-dc92-4e69-bbfb-ce602228132b
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"created_at":"2023-12-27T09:58:29.400317Z","project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-27T09:58:29.400317Z"}'
- headers:
- Content-Length:
- - "238"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:44 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 8a59087e-a527-46db-87fb-968bc46ccc30
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"75a2476e-795a-4515-ae56-5121324abe0b"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"created_at":null,"project_id":"75a2476e-795a-4515-ae56-5121324abe0b","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "189"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:44 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 36910a44-f949-4718-9bb1-4c5c2925a306
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/75a2476e-795a-4515-ae56-5121324abe0b
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:46 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 61c3f747-91d7-40f8-a839-8d6f139f3210
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/75a2476e-795a-4515-ae56-5121324abe0b
- method: GET
- response:
- body: '{"message":"resource is not found","resource":"project_id","resource_id":"75a2476e-795a-4515-ae56-5121324abe0b","type":"not_found"}'
- headers:
- Content-Length:
- - "131"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Wed, 27 Dec 2023 09:58:46 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 31c641be-215a-4a1d-acbd-51772d98053e
- status: 404 Not Found
- code: 404
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 113
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 963c9cd3-3541-4527-a0df-a3f1782d2f6b
+ status: 200 OK
+ code: 200
+ duration: 283.411125ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 47327b29-094c-4da3-8c05-465021e96895
+ status: 200 OK
+ code: 200
+ duration: 98.339791ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130743Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130743Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - e9334993-63e0-45b9-a05e-d8f0db6db90e
+ status: 200 OK
+ code: 200
+ duration: 92.28425ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:03 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:
+ - 4c03b82d-4714-46ca-889a-326588056571
+ status: 200 OK
+ code: 200
+ duration: 71.576084ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 170
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 473
+ uncompressed: false
+ body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329197Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "473"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - e139c888-bdd1-42e2-9c3d-a30237fec566
+ status: 200 OK
+ code: 200
+ duration: 93.437208ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 406
+ uncompressed: false
+ body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "406"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - 3220f928-ebb6-4127-a40a-8e1d39957ce1
+ status: 200 OK
+ code: 200
+ duration: 64.699625ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:04 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:
+ - b25c6cc6-4e1e-49f5-8314-b195f49b770f
+ status: 200 OK
+ code: 200
+ duration: 73.871708ms
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 144
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"Attributes":{"MessageRetentionPeriod":"345600","VisibilityTimeout":"30","MaximumMessageSize":"262144"},"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 31f8dbaf-e8a4-4e00-ad8d-cf7018a3df3b
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132004Z
+ X-Amz-Target:
+ - AmazonSQS.CreateQueue
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ X-Amzn-Requestid:
+ - txc15379e6-5625-4e31-bb3e-4a13036587f8
+ status: 200 OK
+ code: 200
+ duration: 978.65575ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2cc54870-04d6-46dc-9063-82c51d31f524
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ X-Amzn-Requestid:
+ - txe870f43c-b942-4523-bd02-426cdc089ea1
+ status: 200 OK
+ code: 200
+ duration: 28.612833ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - be87a4b4-d3f2-441f-ab1b-ff36abc782a5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 142
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "142"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ X-Amzn-Requestid:
+ - tx2398957a-2559-48c9-b657-14e124f9a7c1
+ status: 200 OK
+ code: 200
+ duration: 33.222833ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 3e2de52b-12bc-4abb-8f4e-8b2c6c509dd5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132005Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:05 GMT
+ X-Amzn-Requestid:
+ - txcb5f6720-3408-4b70-abda-1e328b948006
+ status: 200 OK
+ code: 200
+ duration: 24.534208ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 97a611ce-db21-437b-9991-89359227bbd4
+ status: 200 OK
+ code: 200
+ duration: 126.701208ms
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - f19a0cb7-c9b6-42fc-ae03-56d842edb9bb
+ status: 200 OK
+ code: 200
+ duration: 66.787375ms
+ - id: 13
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 406
+ uncompressed: false
+ body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "406"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 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:
+ - 39bc68e7-b5a0-43ce-be18-737d1b88224d
+ status: 200 OK
+ code: 200
+ duration: 59.734833ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 28aa123a-b840-49c7-bad4-4eb60cce138f
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132006Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 GMT
+ X-Amzn-Requestid:
+ - tx2b1c8eea-abee-4158-9ead-31c92c2ee7bf
+ status: 200 OK
+ code: 200
+ duration: 28.990333ms
+ - id: 15
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 3b060a32-048a-4219-95a1-3b6212be7903
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132006Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 142
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "142"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 GMT
+ X-Amzn-Requestid:
+ - tx1cccb986-f4cb-489b-b6a9-edcf85f051f7
+ status: 200 OK
+ code: 200
+ duration: 26.03475ms
+ - id: 16
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 45374368-f328-474b-93d8-39fe7871b7a9
+ status: 200 OK
+ code: 200
+ duration: 111.196667ms
+ - id: 17
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 30ced3cd-5baf-4312-8a2c-753ebb61bf7a
+ status: 200 OK
+ code: 200
+ duration: 61.968291ms
+ - id: 18
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 406
+ uncompressed: false
+ body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "406"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 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:
+ - 18f5226f-a9d3-45d3-89d2-26b655e7211f
+ status: 200 OK
+ code: 200
+ duration: 53.657459ms
+ - id: 19
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - abbbeb7b-eeca-4db5-add3-cf31a1c1256d
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132007Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 GMT
+ X-Amzn-Requestid:
+ - tx1a189b17-7b86-4456-b9be-7bad0b59b55b
+ status: 200 OK
+ code: 200
+ duration: 21.338375ms
+ - id: 20
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 8be36d4d-a091-47fc-96f7-8ce0a2c96445
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132007Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 142
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "142"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:07 GMT
+ X-Amzn-Requestid:
+ - tx5a358ac4-e9ca-44d8-8c3a-95c6213145e0
+ status: 200 OK
+ code: 200
+ duration: 26.800666ms
+ - id: 21
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9aa84b1e-cbf1-42cf-98aa-e3350d7d2d35
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132008Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ X-Amzn-Requestid:
+ - txc22f82f3-5260-4f02-a6f7-9d369c4bd3ea
+ status: 200 OK
+ code: 200
+ duration: 21.866375ms
+ - id: 22
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 221
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","VisibilityTimeout":"30"},"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9c595b62-3cad-4b27-a0f8-81da5e4222fd
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132008Z
+ X-Amz-Target:
+ - AmazonSQS.SetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Length:
+ - "0"
+ Content-Type:
+ - application/x-amz-json-1.0; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ X-Amzn-Requestid:
+ - tx011d31f0-17ff-42e6-b674-7fb58a0c70df
+ status: 200 OK
+ code: 200
+ duration: 27.185542ms
+ - id: 23
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ef4f8488-ed96-490a-970e-48d0d6b5e273
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132008Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ X-Amzn-Requestid:
+ - tx555074c3-c084-40a2-91fc-ebea0e52dc3b
+ status: 200 OK
+ code: 200
+ duration: 30.289542ms
+ - id: 24
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - be8f0daa-ef6a-4e84-b82b-f010f093aec5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132008Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 139
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "139"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:08 GMT
+ X-Amzn-Requestid:
+ - tx401c797a-4ca3-405b-8b3d-095c50afc070
+ status: 200 OK
+ code: 200
+ duration: 23.284584ms
+ - id: 25
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 7e400032-5941-4f42-b5c3-8f7bbdea8907
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132009Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 GMT
+ X-Amzn-Requestid:
+ - tx3c6ee76a-24b8-43cf-a812-41c05044c8be
+ status: 200 OK
+ code: 200
+ duration: 32.94275ms
+ - id: 26
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 243
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.489619Z","description":"","id":"c154312b-9976-4b34-9ed9-eed5ee79edac","name":"tf_tests_mnq_sqs_queue_basic","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:20:03.489619Z"}'
+ headers:
+ Content-Length:
+ - "243"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - 1ecbc729-12b5-484d-8afe-8d8d55d76b04
+ status: 200 OK
+ code: 200
+ duration: 92.12675ms
+ - id: 27
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:09 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:
+ - 3feff689-7eb2-4451-8207-45f6dde0b8f6
+ status: 200 OK
+ code: 200
+ duration: 63.144167ms
+ - id: 28
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 406
+ uncompressed: false
+ body: '{"access_key":"CedNss90PQHHNxfABXYf","created_at":"2024-12-10T13:20:04.019329Z","id":"039b83e5-415c-4221-8be1-109fa7133800","name":"tf-sqs-credentials-cranky-leavitt","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","secret_checksum":"0ebcb451e3f490cf2b1faf8dbbd0ebedf17747ed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "406"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 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:
+ - a535dd4b-3336-4b59-be3d-1ece0ef317af
+ status: 200 OK
+ code: 200
+ duration: 61.991417ms
+ - id: 29
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - c87ff9ea-8706-4e84-be77-a9b5d71637c7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132010Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 GMT
+ X-Amzn-Requestid:
+ - tx5bd19356-b80d-426f-a449-b6a8a8b05449
+ status: 200 OK
+ code: 200
+ duration: 26.381458ms
+ - id: 30
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ca48c3d2-a1b3-4cb7-9e83-ce3bcc523052
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132010Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 139
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"720","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "139"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:10 GMT
+ X-Amzn-Requestid:
+ - txcf7e017d-69a3-4beb-97cc-43471a53ae4f
+ status: 200 OK
+ code: 200
+ duration: 22.927708ms
+ - id: 31
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ba95d8d8-9fd0-4f8b-b864-5a5c8db28124
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132010Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 GMT
+ X-Amzn-Requestid:
+ - tx3a4431c3-ab58-4ccb-99e3-fd9573a68d0b
+ status: 200 OK
+ code: 200
+ duration: 204.028458ms
+ - id: 32
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 120
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-c154312b-9976-4b34-9ed9-eed5ee79edac/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - de06004e-5773-4b04-8b62-abd4d116503e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132011Z
+ X-Amz-Target:
+ - AmazonSQS.DeleteQueue
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Length:
+ - "0"
+ Content-Type:
+ - application/x-amz-json-1.0; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 GMT
+ X-Amzn-Requestid:
+ - tx1e57b64b-aac9-481f-80c8-b12c3e2476dd
+ status: 200 OK
+ code: 200
+ duration: 31.874459ms
+ - id: 33
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 42e0e258-a837-4fc3-ac15-e66ec6b5613e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132011Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx31ac81a8-2ecb-47d5-b0ae-602fc5cc6dc4
+ status: 404 Not Found
+ code: 404
+ duration: 17.108292ms
+ - id: 34
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 65ac2bb1-396a-4e6a-9aa7-e5f1ce7763a4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132016Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:16 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx30d1f174-8c10-45b5-b0ea-996e48c0e61f
+ status: 404 Not Found
+ code: 404
+ duration: 34.904542ms
+ - id: 35
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - d9f40afb-2174-479b-9c5d-f2fc8c3c90f5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132021Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:21 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx35f53469-e67d-4c9e-a18c-744ad0cf1f8f
+ status: 404 Not Found
+ code: 404
+ duration: 14.701ms
+ - id: 36
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4ab26c54-58d6-41a1-af52-118a6fe8a6a5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132026Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:26 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx51225af7-ef52-4acd-a264-de01d78c46a7
+ status: 404 Not Found
+ code: 404
+ duration: 24.834833ms
+ - id: 37
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b9f34ea9-aded-48ea-9b18-074bf1d236a5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132031Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:31 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txf61fda8c-8836-4b39-a4b8-8ad542525cb9
+ status: 404 Not Found
+ code: 404
+ duration: 20.236041ms
+ - id: 38
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - db8c226a-b9a4-4071-9a49-587107092fd8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132036Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:36 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txa872c7bc-ee2e-4c18-8a4c-60b9444ce828
+ status: 404 Not Found
+ code: 404
+ duration: 32.702958ms
+ - id: 39
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9a90b569-490f-4a27-84e8-c1feaeb4c330
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132041Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:41 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx2834eec3-ece3-4f75-9ff2-a4d11552e05c
+ status: 404 Not Found
+ code: 404
+ duration: 25.745458ms
+ - id: 40
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - fd5279cf-2e89-4318-aa4a-d6e0058704d7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132046Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:46 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx4225a84b-7a00-4b69-815f-74b5bf0d9a72
+ status: 404 Not Found
+ code: 404
+ duration: 23.276333ms
+ - id: 41
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 7a005895-6fa5-4b79-b10f-e3595a6b3c78
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132051Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:51 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txa46d5331-706d-4590-87d0-e4a8a06c3f7e
+ status: 404 Not Found
+ code: 404
+ duration: 30.017667ms
+ - id: 42
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 00f8a63e-9490-4b08-880c-300dfd70f374
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132056Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:56 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx545c7279-b247-468d-b1e9-a30e303c17b9
+ status: 404 Not Found
+ code: 404
+ duration: 23.690709ms
+ - id: 43
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 30afd673-bd9a-4bc6-9277-dcd221516928
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132101Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:01 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txddb4047e-8600-4410-9025-443ae889259c
+ status: 404 Not Found
+ code: 404
+ duration: 28.07825ms
+ - id: 44
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 27d78c7c-f612-4dc7-ae17-a77dc83b922e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132106Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:06 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx9bd5151d-cb62-4e30-8095-c465ea3ded05
+ status: 404 Not Found
+ code: 404
+ duration: 19.258125ms
+ - id: 45
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - c23a3321-8993-449d-8b34-656148283669
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132111Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:11 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txab613399-759a-4356-bae7-3d5cc094bf85
+ status: 404 Not Found
+ code: 404
+ duration: 18.30275ms
+ - id: 46
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4850d0b6-22ba-4071-acf1-84dd4cd4e7bc
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132116Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:16 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx8d71afe1-d565-4721-b754-20649ae2372f
+ status: 404 Not Found
+ code: 404
+ duration: 27.399959ms
+ - id: 47
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 0703c7b7-ead2-41f5-9d0d-97c3cc603ac1
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132121Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:21 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx66cee37f-e0aa-426b-95e9-a2127d7726c6
+ status: 404 Not Found
+ code: 404
+ duration: 36.365333ms
+ - id: 48
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b8cc1de0-f23c-48b3-98c4-7ae3aa578cc6
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132126Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:26 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx8b27f668-fca6-4ada-a676-c094a8290558
+ status: 404 Not Found
+ code: 404
+ duration: 18.075625ms
+ - id: 49
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - df1211b8-b1e9-491e-b622-82e85d51b2c7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132131Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:31 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx22e3fad9-1652-431f-8265-e068b22aba43
+ status: 404 Not Found
+ code: 404
+ duration: 26.766416ms
+ - id: 50
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bc32ead3-f2b9-47c2-baa1-28038b4ef736
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132136Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:36 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txb18f6eef-5c6c-4dda-90f8-71fe49b5aa86
+ status: 404 Not Found
+ code: 404
+ duration: 28.05225ms
+ - id: 51
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 51746a6a-ad63-42f8-ae14-225db20a49ca
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132141Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:41 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe6908ab8-ea24-41dd-a2fa-b25145841957
+ status: 404 Not Found
+ code: 404
+ duration: 31.884542ms
+ - id: 52
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b1337f40-aba9-4166-91d4-51adaa9e2c0a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132146Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:46 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx441d8f37-e76d-497f-9fa0-9c8810c0e035
+ status: 404 Not Found
+ code: 404
+ duration: 29.924125ms
+ - id: 53
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - a367df74-8628-41ae-8c9c-a23e5d00d1a2
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132151Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:51 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx07f68011-f24f-4cf1-8771-d6e78c416559
+ status: 404 Not Found
+ code: 404
+ duration: 20.770417ms
+ - id: 54
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 0d9141ed-fedb-4a8a-86b5-cd87860af1a8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132156Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:56 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx63709d08-c76d-4425-9a31-185a54747de4
+ status: 404 Not Found
+ code: 404
+ duration: 126.744125ms
+ - id: 55
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6e97f11a-a746-4a40-a059-ef5eaabcee91
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132201Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:01 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx9e4bba92-fca3-49f8-892f-3f7cfd043965
+ status: 404 Not Found
+ code: 404
+ duration: 24.878417ms
+ - id: 56
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - d4d406ea-cb0e-42ad-aae0-e2550deecee6
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132206Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:06 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx3eedd1e4-7013-4765-a63a-7088e57e6586
+ status: 404 Not Found
+ code: 404
+ duration: 51.283ms
+ - id: 57
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9b3ea899-1a5a-45da-8496-d70add8d5bff
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132211Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:11 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txce303de1-658b-417e-9676-8632035c18b1
+ status: 404 Not Found
+ code: 404
+ duration: 18.468666ms
+ - id: 58
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 29697de5-1c8e-408f-b33f-a4850b1399cc
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132216Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:16 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx10dc1b76-83e6-44de-8cf5-23a04fb54857
+ status: 404 Not Found
+ code: 404
+ duration: 23.567041ms
+ - id: 59
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 1561b1a0-3953-40fb-be34-009fda8e2229
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132221Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:21 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx621edec8-c8b6-46ff-a93d-770d7d5f5c35
+ status: 404 Not Found
+ code: 404
+ duration: 17.043667ms
+ - id: 60
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 38cfd442-2cc7-4ef8-8333-c5cf5789c4f8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132226Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:27 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx303264d3-c047-4fd5-9124-3ecd72ae590d
+ status: 404 Not Found
+ code: 404
+ duration: 23.739834ms
+ - id: 61
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2b93ece6-02d7-4be2-aa07-6254f1d31443
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132232Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:32 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txa72e3ac1-4d54-44f2-abbc-7cead1ab792c
+ status: 404 Not Found
+ code: 404
+ duration: 76.813916ms
+ - id: 62
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 553193ac-bea6-4721-ad43-ff17cdc5d6db
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132237Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:37 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txdd1a2e6d-cb34-4a84-aa6c-c7ec386e7361
+ status: 404 Not Found
+ code: 404
+ duration: 29.731708ms
+ - id: 63
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2663f980-23ed-46a6-b0d6-60602520c2a7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132242Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:42 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txce93eca9-74a3-412d-b23d-4000a84d9faa
+ status: 404 Not Found
+ code: 404
+ duration: 20.591292ms
+ - id: 64
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 01af2a00-4156-4b26-af0c-a690d355c061
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132247Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:47 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx1c680290-4ab9-44f3-8487-07859181492b
+ status: 404 Not Found
+ code: 404
+ duration: 26.477083ms
+ - id: 65
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2bb693a0-afcb-47ff-89e5-9e7ffd99a30c
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132252Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:52 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txf6c081f1-ac61-434c-a41c-ecce431498c4
+ status: 404 Not Found
+ code: 404
+ duration: 24.548292ms
+ - id: 66
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 427da108-b8b0-4e5e-8073-d7ab17d123c8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132257Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:57 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx9d945c46-52a3-4ec9-b9d2-77e95f04f1b4
+ status: 404 Not Found
+ code: 404
+ duration: 29.768625ms
+ - id: 67
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 3ede453f-712c-4c69-b5c6-69fba2e98006
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132302Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:02 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx89d461b8-39d4-4e3a-8320-37267d4e7705
+ status: 404 Not Found
+ code: 404
+ duration: 22.181334ms
+ - id: 68
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 3413efd3-87ed-448d-bd5a-4d7c1dfd12a4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132307Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:07 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txb79619b1-0288-4895-b56c-9aefe6deddfe
+ status: 404 Not Found
+ code: 404
+ duration: 24.58125ms
+ - id: 69
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6cf57f27-e5eb-48eb-8a34-0554c1ad02c0
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132312Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:12 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txbe056f35-17ed-4540-b6fb-984b7545bc8d
+ status: 404 Not Found
+ code: 404
+ duration: 24.217791ms
+ - id: 70
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9e67e89c-de7d-447f-bd46-1f66afb235df
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132317Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:17 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx0ada8fbf-3a33-458a-a19c-1b86c647170d
+ status: 404 Not Found
+ code: 404
+ duration: 18.557167ms
+ - id: 71
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 95b46ea6-a382-4e5b-805c-f71e5c1b3b57
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132322Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:22 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe84c8d2c-f4c7-4a6f-9ebf-d4743dad2cc3
+ status: 404 Not Found
+ code: 404
+ duration: 29.484958ms
+ - id: 72
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 7141a3e1-a744-4e16-96f8-a625d98bf238
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132327Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:27 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx3d22c191-32a3-4479-9e47-0ede1b50109f
+ status: 404 Not Found
+ code: 404
+ duration: 29.263209ms
+ - id: 73
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - cac89050-1bc2-4989-b698-6f419a4f745b
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132332Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:32 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx886c6674-5f56-4c35-97b7-6261b30b9639
+ status: 404 Not Found
+ code: 404
+ duration: 19.19975ms
+ - id: 74
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 20bdd727-8c35-432e-bfbb-20662c5e4dfb
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132337Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:37 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx57bf3e9a-cfe9-4305-9eff-db8f23e493f8
+ status: 404 Not Found
+ code: 404
+ duration: 22.613041ms
+ - id: 75
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 97ac62e8-7b21-42c6-b82f-888bdbf61269
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132342Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:42 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txd6e14a66-e37b-426b-a261-d91fb8927d5d
+ status: 404 Not Found
+ code: 404
+ duration: 49.794916ms
+ - id: 76
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6f899e22-fbc2-41bd-9cb4-1e12710b372c
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132347Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:47 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txecf53d70-38f4-4f5e-8a11-004d3ada12a5
+ status: 404 Not Found
+ code: 404
+ duration: 23.714542ms
+ - id: 77
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - a3403626-9fb4-4af2-9c4d-1953888e0414
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132352Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:52 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx7626b9b5-ea45-45d8-a827-54f29865e23a
+ status: 404 Not Found
+ code: 404
+ duration: 24.044667ms
+ - id: 78
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b132ce1a-725f-49af-b46f-941e26db684a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132357Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:57 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx215915e6-4466-48fa-bf05-618140881390
+ status: 404 Not Found
+ code: 404
+ duration: 19.376833ms
+ - id: 79
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2319b48e-2344-44f4-b5f3-11c667bd98a1
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132402Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:02 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx00bba7e8-b8ea-425e-8d04-d4d659644c70
+ status: 404 Not Found
+ code: 404
+ duration: 23.6285ms
+ - id: 80
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 04cddb26-8934-455f-be84-26b8e4f286fa
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132407Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:07 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx36253831-1ee2-4f0b-8efd-71ad35ef3cf8
+ status: 404 Not Found
+ code: 404
+ duration: 34.161208ms
+ - id: 81
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9e363ff5-5256-4ca0-9b8c-ce64065b48b2
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132412Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:12 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx9c4147f2-8413-42fe-b287-1409fcc55132
+ status: 404 Not Found
+ code: 404
+ duration: 20.804209ms
+ - id: 82
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 106033ce-aef3-498e-8280-0a7b7775a145
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132417Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:17 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx18f84826-447e-41ad-afc9-9884888c8351
+ status: 404 Not Found
+ code: 404
+ duration: 24.573417ms
+ - id: 83
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 31f2ed73-8d38-4c37-9fdc-20524328911f
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132422Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:22 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx8d2310da-cff6-4a44-8cc3-0720e059a16b
+ status: 404 Not Found
+ code: 404
+ duration: 27.43425ms
+ - id: 84
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4d9f6477-9ced-4b91-b99a-de4cbb64407b
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132427Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:27 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txf81cca2b-cdf4-45f3-90ae-be22ca1c94b4
+ status: 404 Not Found
+ code: 404
+ duration: 19.8245ms
+ - id: 85
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - cd31254f-6178-476b-ad0a-0b6b72b5061e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132432Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:32 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx3d7fe84e-c6fe-421c-b74e-118d60fcd5e5
+ status: 404 Not Found
+ code: 404
+ duration: 172.793875ms
+ - id: 86
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 51df9fae-2099-421e-b961-5076f8df9c2d
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132437Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:37 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx810550f6-b837-4f76-b0d7-ba3b66f994be
+ status: 404 Not Found
+ code: 404
+ duration: 33.960291ms
+ - id: 87
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 71774822-ddf4-4d44-9154-377138a56439
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132442Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:42 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx05c407d3-40bb-4162-b28a-e266f6a49244
+ status: 404 Not Found
+ code: 404
+ duration: 20.044084ms
+ - id: 88
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 8a4bd095-33f4-492d-9c2a-cfdef31870ff
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132447Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:47 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx670a09fe-a3e6-425f-97c3-4a7af7f6ed9b
+ status: 404 Not Found
+ code: 404
+ duration: 21.4355ms
+ - id: 89
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - eb0c340e-2d27-4c14-9a8d-6fcf35c69eef
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132452Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:53 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txca638d1a-737c-4c74-ab20-6c612372cccf
+ status: 404 Not Found
+ code: 404
+ duration: 25.600625ms
+ - id: 90
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 0ebb9de5-4403-484b-9cd2-afbacc626665
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132458Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:58 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txfc421df7-075a-4c2f-b39e-bf688f137f46
+ status: 404 Not Found
+ code: 404
+ duration: 23.737833ms
+ - id: 91
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 7e651e03-e120-4ddf-b0e8-7ad617874799
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132503Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:25:03 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx198da326-3a11-4685-9b64-9298f2245b9f
+ status: 404 Not Found
+ code: 404
+ duration: 124.921125ms
+ - id: 92
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4e03495a-8065-4311-8701-dccd36eebe95
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132508Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:25:08 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx64d87c19-2ec9-4954-b652-b65b2c4734e9
+ status: 404 Not Found
+ code: 404
+ duration: 25.163667ms
+ - id: 93
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/039b83e5-415c-4221-8be1-109fa7133800
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:13 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - a4024f92-356c-4ef1-8059-8d1fcd7cda25
+ status: 204 No Content
+ code: 204
+ duration: 87.43925ms
+ - id: 94
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:20:03.810130Z","project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:20:03.810130Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:13 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 742c5f2c-1ade-4b96-990a-0cb659118e93
+ status: 200 OK
+ code: 200
+ duration: 53.625125ms
+ - id: 95
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:13 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 1a2c835b-955c-4e19-9c18-64b67df21c6a
+ status: 200 OK
+ code: 200
+ duration: 197.288458ms
+ - id: 96
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:14 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 274a6fc4-ab76-4756-b4bc-df53e45de070
+ status: 204 No Content
+ code: 204
+ duration: 1.41561925s
+ - id: 97
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/c154312b-9976-4b34-9ed9-eed5ee79edac
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 131
+ uncompressed: false
+ body: '{"message":"resource is not found","resource":"project_id","resource_id":"c154312b-9976-4b34-9ed9-eed5ee79edac","type":"not_found"}'
+ headers:
+ Content-Length:
+ - "131"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:15 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 9408aaac-46b8-4aa7-bd85-edfc86718700
+ status: 404 Not Found
+ code: 404
+ duration: 541.724833ms
diff --git a/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml b/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml
index 91cd26c43f..ab085f3297 100644
--- a/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml
+++ b/internal/services/mnq/testdata/sqs-queue-default-project.cassette.yaml
@@ -1,719 +1,4281 @@
---
version: 2
interactions:
-- request:
- body: '{"name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects
- method: POST
- response:
- body: '{"created_at":"2023-12-21T10:10:47.493156Z","description":"","id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-21T10:10:47.493156Z"}'
- headers:
- Content-Length:
- - "253"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:47 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 88bab3fb-075a-40ce-90b0-30343f931476
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
- method: POST
- response:
- body: '{"created_at":"2023-12-21T10:10:50.537172512Z","project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-21T10:10:50.537172512Z"}'
- headers:
- Content-Length:
- - "239"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:50 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 4b489fbe-18bb-4e43-8c07-6d388c4c98e2
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: GET
- response:
- body: '{"created_at":"2023-12-21T10:10:50.537172Z","project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-21T10:10:50.537172Z"}'
- headers:
- Content-Length:
- - "233"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:50 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 92942c86-c641-4f11-a7ae-66d9434020bf
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","name":"tf-sqs-credentials-bold-dewdney","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials
- method: POST
- response:
- body: '{"access_key":"ZM83L68eCSkKEixSoPmS","created_at":"2023-12-21T10:10:50.837999349Z","id":"43726ee8-2a24-44a7-b188-0b5b95e4a663","name":"tf-sqs-credentials-bold-dewdney","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","secret_checksum":"275161dcf86cae53d7d2892d3989df4b070e0aed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "471"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:50 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - ded241f9-e4b7-4a8c-9daf-5c17dd206d3f
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/43726ee8-2a24-44a7-b188-0b5b95e4a663
- method: GET
- response:
- body: '{"access_key":"ZM83L68eCSkKEixSoPmS","created_at":"2023-12-21T10:10:50.837999Z","id":"43726ee8-2a24-44a7-b188-0b5b95e4a663","name":"tf-sqs-credentials-bold-dewdney","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","secret_checksum":"275161dcf86cae53d7d2892d3989df4b070e0aed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "404"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:50 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 3282f427-694e-498c-80a9-f110bc7f0115
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: GET
- response:
- body: '{"created_at":"2023-12-21T10:10:50.537172Z","project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-21T10:10:50.537172Z"}'
- headers:
- Content-Length:
- - "233"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:51 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 104dabb8-6b31-4347-8ae7-e0c49a3875f5
- status: 200 OK
- code: 200
-- request:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","VisibilityTimeout":"30"},"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "144"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101051Z
- X-Amz-Target:
- - AmazonSQS.CreateQueue
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:52 GMT
- X-Amzn-Requestid:
- - txa5349daa-1d52-47c3-af14-20ebf6539e09
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101052Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:52 GMT
- X-Amzn-Requestid:
- - txa9b58948-25fa-492d-b2cc-e41be9753604
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101052Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "141"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:52 GMT
- X-Amzn-Requestid:
- - tx73a8652b-69b2-4457-ac01-08596f2f1557
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101052Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:52 GMT
- X-Amzn-Requestid:
- - txee1b221b-35f3-4d6f-ac6d-381777b09e76
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: GET
- response:
- body: '{"created_at":"2023-12-21T10:10:50.537172Z","project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-21T10:10:50.537172Z"}'
- headers:
- Content-Length:
- - "233"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:54 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 0961f4a0-1796-4a64-8511-9bbaf4602555
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/43726ee8-2a24-44a7-b188-0b5b95e4a663
- method: GET
- response:
- body: '{"access_key":"ZM83L68eCSkKEixSoPmS","created_at":"2023-12-21T10:10:50.837999Z","id":"43726ee8-2a24-44a7-b188-0b5b95e4a663","name":"tf-sqs-credentials-bold-dewdney","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","secret_checksum":"275161dcf86cae53d7d2892d3989df4b070e0aed","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
- headers:
- Content-Length:
- - "404"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:54 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 07a4605a-6577-4690-8ae8-fcceef889ff4
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101054Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:54 GMT
- X-Amzn-Requestid:
- - txd0c3fee9-0c14-4d03-bed6-0f59b0e97d85
- status: 200 OK
- code: 200
-- request:
- body: '{"AttributeNames":["ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "277"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101054Z
- X-Amz-Target:
- - AmazonSQS.GetQueueAttributes
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
- headers:
- Content-Length:
- - "141"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:54 GMT
- X-Amzn-Requestid:
- - txcfafea86-8a5b-40d8-ae6c-443404ab2d2b
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101057Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- X-Amzn-Requestid:
- - tx0eaef3c8-4490-4ba0-9203-b87f2406c473
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-6e1993ba-3d40-4c22-8f9e-6c400395d7c0/test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "120"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101057Z
- X-Amz-Target:
- - AmazonSQS.DeleteQueue
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: ""
- headers:
- Content-Length:
- - "0"
- Content-Type:
- - application/x-amz-json-1.0; charset=utf-8
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- X-Amzn-Requestid:
- - tx7e25be9c-ab54-4184-ab32-3e8a53b94bd7
- status: 200 OK
- code: 200
-- request:
- body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
- form: {}
- headers:
- Content-Length:
- - "40"
- Content-Type:
- - application/x-amz-json-1.0
- User-Agent:
- - aws-sdk-go/1.49.6 (go1.21.1; linux; amd64)
- X-Amz-Date:
- - 20231221T101057Z
- X-Amz-Target:
- - AmazonSQS.GetQueueUrl
- url: https://sqs.mnq.fr-par.scaleway.com/
- method: POST
- response:
- body: '{"__type":"com.scaleway.sqs#AWS.SimpleQueueService.NonExistentQueue","message":"Queue
- \"test-mnq-sqs-queue-basic\" does not exist."}'
- headers:
- Content-Length:
- - "132"
- Content-Type:
- - application/json; charset=UTF-8
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- X-Amzn-Query-Error:
- - AWS.SimpleQueueService.NonExistentQueue;Sender
- X-Amzn-Requestid:
- - txc0f4a795-88bb-48e1-90d9-892737bf6246
- status: 400 Bad Request
- code: 400
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/43726ee8-2a24-44a7-b188-0b5b95e4a663
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 06cef290-5609-40b7-bcb5-485db82da494
- status: 204 No Content
- code: 204
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: GET
- response:
- body: '{"created_at":"2023-12-21T10:10:50.537172Z","project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2023-12-21T10:10:50.537172Z"}'
- headers:
- Content-Length:
- - "233"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 02b913b4-4c60-4682-8a75-f5c21593dfcb
- status: 200 OK
- code: 200
-- request:
- body: '{"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0"}'
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
- method: POST
- response:
- body: '{"created_at":null,"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "184"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - b660380f-5520-4f52-8e41-4a381f3d0314
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: GET
- response:
- body: '{"created_at":"2023-12-21T10:10:47.493156Z","description":"","id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2023-12-21T10:10:47.493156Z"}'
- headers:
- Content-Length:
- - "253"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - e99025aa-8bbd-48b5-bbd1-664e9ccf778d
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: GET
- response:
- body: '{"created_at":null,"project_id":"6e1993ba-3d40-4c22-8f9e-6c400395d7c0","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
- headers:
- Content-Length:
- - "184"
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:57 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - a1de5893-6cbc-433a-9fef-50679217a3c7
- status: 200 OK
- code: 200
-- request:
- body: ""
- form: {}
- headers:
- User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.1; linux; amd64) terraform-provider/develop
- terraform/terraform-tests
- url: https://api.scaleway.com/account/v3/projects/6e1993ba-3d40-4c22-8f9e-6c400395d7c0
- method: DELETE
- response:
- body: ""
- headers:
- Content-Security-Policy:
- - default-src 'none'; frame-ancestors 'none'
- Content-Type:
- - application/json
- Date:
- - Thu, 21 Dec 2023 10:10:58 GMT
- Server:
- - Scaleway API-Gateway
- Strict-Transport-Security:
- - max-age=63072000
- X-Content-Type-Options:
- - nosniff
- X-Frame-Options:
- - DENY
- X-Request-Id:
- - 6362ea49-54ec-4405-966d-b9ef7d548ccd
- status: 204 No Content
- code: 204
+ - id: 0
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 123
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","description":""}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 253
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:53.545816Z","description":"","id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:53.545816Z"}'
+ headers:
+ Content-Length:
+ - "253"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:53 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:
+ - 6e01adce-22cf-4736-8b28-c4a33b247460
+ status: 200 OK
+ code: 200
+ duration: 725.232625ms
+ - id: 1
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/activate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 239
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.913742507Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742507Z"}'
+ headers:
+ Content-Length:
+ - "239"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:56 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:
+ - f1945641-be65-4d8a-8fa7-0597c6e83e18
+ status: 200 OK
+ code: 200
+ duration: 123.159542ms
+ - id: 2
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 50a34ee6-dfad-4939-8408-a7490764c47d
+ status: 200 OK
+ code: 200
+ duration: 75.63575ms
+ - id: 3
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 170
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_publish":false,"can_receive":false,"can_manage":true}}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 473
+ uncompressed: false
+ body: '{"access_key":"ZIZkxJGK7HzBJAU6b0mW","created_at":"2024-12-10T13:19:57.147103413Z","id":"e837a976-ec1b-47b6-83d4-a9f2e583f341","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","secret_checksum":"f94cc299279d805dc745a7399e4bd637f0be935a","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "473"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 988a5e2f-eee6-4cf5-aa7a-eddb2ef95b62
+ status: 200 OK
+ code: 200
+ duration: 129.232ms
+ - id: 4
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/e837a976-ec1b-47b6-83d4-a9f2e583f341
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 406
+ uncompressed: false
+ body: '{"access_key":"ZIZkxJGK7HzBJAU6b0mW","created_at":"2024-12-10T13:19:57.147103Z","id":"e837a976-ec1b-47b6-83d4-a9f2e583f341","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","secret_checksum":"f94cc299279d805dc745a7399e4bd637f0be935a","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "406"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 1949f1a4-82b0-4c4d-98d6-7bfde6360ff9
+ status: 200 OK
+ code: 200
+ duration: 88.129417ms
+ - id: 5
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:19:57 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge02)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 3bc632d1-3c45-431b-8d2b-978e267a8fa2
+ status: 200 OK
+ code: 200
+ duration: 60.28975ms
+ - id: 6
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 144
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","VisibilityTimeout":"30"},"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ff5d7712-5597-4147-8043-d95282db1088
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T131957Z
+ X-Amz-Target:
+ - AmazonSQS.CreateQueue
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ X-Amzn-Requestid:
+ - tx0fc37c60-fd0a-4b06-a916-450855611966
+ status: 200 OK
+ code: 200
+ duration: 1.286800958s
+ - id: 7
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - fc141755-009c-4997-9e2d-34e493b4d8d1
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ X-Amzn-Requestid:
+ - tx8706c0ac-9205-4903-aa2c-4054acdb9b53
+ status: 200 OK
+ code: 200
+ duration: 22.729ms
+ - id: 8
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["MaximumMessageSize","MessageRetentionPeriod","FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - d6ac2a50-27d9-4019-8eed-4f86a36fee28
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 142
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "142"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ X-Amzn-Requestid:
+ - tx32935d1d-0d56-4455-88ee-e01bfd5403e5
+ status: 200 OK
+ code: 200
+ duration: 34.540666ms
+ - id: 9
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 3e348eff-c0cb-4023-85a7-93a576ed78e4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T131958Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:19:58 GMT
+ X-Amzn-Requestid:
+ - txe3bd6a55-b746-4670-95c9-f86d4652aa34
+ status: 200 OK
+ code: 200
+ duration: 30.250667ms
+ - id: 10
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - ff357423-7db8-4507-93d5-d578e3b1a818
+ status: 200 OK
+ code: 200
+ duration: 108.8205ms
+ - id: 11
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/e837a976-ec1b-47b6-83d4-a9f2e583f341
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 406
+ uncompressed: false
+ body: '{"access_key":"ZIZkxJGK7HzBJAU6b0mW","created_at":"2024-12-10T13:19:57.147103Z","id":"e837a976-ec1b-47b6-83d4-a9f2e583f341","name":"tf-sqs-credentials-nifty-chatelet","permissions":{"can_manage":true,"can_publish":false,"can_receive":false},"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","secret_checksum":"f94cc299279d805dc745a7399e4bd637f0be935a","secret_key":"00000000-0000-0000-0000-000000000000","updated_at":null}'
+ headers:
+ Content-Length:
+ - "406"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 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:
+ - 807a3fac-3868-4180-9c6e-28adcb56eb2f
+ status: 200 OK
+ code: 200
+ duration: 52.241125ms
+ - id: 12
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - f00fd268-84a2-4237-8bf2-503972c7921c
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132000Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 GMT
+ X-Amzn-Requestid:
+ - tx3266f317-38d6-4184-88da-e1eb28cc6689
+ status: 200 OK
+ code: 200
+ duration: 24.4035ms
+ - id: 13
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 277
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"AttributeNames":["FifoQueue","ContentBasedDeduplication","ReceiveMessageWaitTimeSeconds","VisibilityTimeout","MaximumMessageSize","MessageRetentionPeriod"],"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - a8586b07-f1c4-4c38-bd5f-3c288ce8b69d
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132000Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueAttributes
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 142
+ uncompressed: false
+ body: '{"Attributes":{"MaximumMessageSize":"262144","MessageRetentionPeriod":"345600","ReceiveMessageWaitTimeSeconds":"0","VisibilityTimeout":"30"}}'
+ headers:
+ Content-Length:
+ - "142"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:00 GMT
+ X-Amzn-Requestid:
+ - txd0197e68-03d0-46c7-8ac4-796177177431
+ status: 200 OK
+ code: 200
+ duration: 44.7275ms
+ - id: 14
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4c7b9747-fc8d-4ea5-a81c-0d82129eb3f7
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132001Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 121
+ uncompressed: false
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ headers:
+ Content-Length:
+ - "121"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 GMT
+ X-Amzn-Requestid:
+ - tx2255bd38-db9d-4c82-ab7f-22b81e08f715
+ status: 200 OK
+ code: 200
+ duration: 28.937042ms
+ - id: 15
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 120
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueUrl":"https://sqs.mnq.fr-par.scaleway.com/project-e4af8efa-a75f-46b1-8c24-291b98ca648d/test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - e98e3052-d1d8-43c9-b506-0a00f5d0fb95
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132001Z
+ X-Amz-Target:
+ - AmazonSQS.DeleteQueue
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Length:
+ - "0"
+ Content-Type:
+ - application/x-amz-json-1.0; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 GMT
+ X-Amzn-Requestid:
+ - tx49ed21f4-a9f5-4d71-bbbd-a51ca9802892
+ status: 200 OK
+ code: 200
+ duration: 26.451209ms
+ - id: 16
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 71d01b23-aebf-4920-b2f2-34351b00e23e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132001Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:01 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx625748e1-087a-4d34-bca2-3c96b0f5255e
+ status: 404 Not Found
+ code: 404
+ duration: 25.071334ms
+ - id: 17
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bedc395b-1bb7-45ab-bc72-40743446b10f
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132006Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:06 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx4841242f-b79f-47f9-94be-acb4f9370b2d
+ status: 404 Not Found
+ code: 404
+ duration: 44.489084ms
+ - id: 18
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2dbe62df-233c-4a21-8962-b240ff602581
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132011Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:11 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx79de215f-b113-40d6-94f0-1de67dcf3e54
+ status: 404 Not Found
+ code: 404
+ duration: 19.926166ms
+ - id: 19
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bf9e27d7-8544-4d5c-ac4c-831e4a88aaef
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132016Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:16 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe4a20765-f1b9-4182-a39e-09b9242e4a4e
+ status: 404 Not Found
+ code: 404
+ duration: 25.250083ms
+ - id: 20
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 49704c44-fd18-4056-8bd4-dc152fbda83c
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132021Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:21 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe03078d5-5073-4499-b97a-d7657bf29889
+ status: 404 Not Found
+ code: 404
+ duration: 33.205667ms
+ - id: 21
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 5ef10f8c-746c-4e67-8319-0ebc60199afd
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132026Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:26 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txc5ef49c1-c5f8-41df-8780-f6e9855e6d67
+ status: 404 Not Found
+ code: 404
+ duration: 23.839375ms
+ - id: 22
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 09cd05f1-f2f9-4a08-8eaf-c528d274a136
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132031Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:31 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx9e0fb27e-716c-4472-96c0-fd8943e90d8f
+ status: 404 Not Found
+ code: 404
+ duration: 27.081375ms
+ - id: 23
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 00d7d812-53dd-4b1c-ba13-463631dbc9bb
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132036Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:36 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx0be5824e-a1c8-498f-940f-d29acc14320d
+ status: 404 Not Found
+ code: 404
+ duration: 23.252833ms
+ - id: 24
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 22f9e61f-66cf-4273-aaf4-8d95c772e042
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132041Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:41 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx417c2825-bf6e-4440-ab4c-32f87899c3fe
+ status: 404 Not Found
+ code: 404
+ duration: 34.636917ms
+ - id: 25
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 95f72434-5a6a-4c4c-930d-9ce21d3240ba
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132046Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:46 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe6116f36-ecea-4694-a124-da17cf90abf0
+ status: 404 Not Found
+ code: 404
+ duration: 23.236042ms
+ - id: 26
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 1113fc1c-3430-42e5-80e1-fda07a8d88cd
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132051Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:51 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txac843dd9-9e88-4bbe-a969-02fbe4b1ad56
+ status: 404 Not Found
+ code: 404
+ duration: 54.803834ms
+ - id: 27
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 5c0bb546-2758-4c1c-8487-59fde5b43e21
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132056Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:20:57 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx0f5e1922-db99-451c-a38c-52f20d624d60
+ status: 404 Not Found
+ code: 404
+ duration: 27.568708ms
+ - id: 28
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b1722fbd-b29d-4f87-97a6-a44cf0a557c8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132102Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:02 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx98d5e395-e004-46c1-8f63-114bf9bc24c2
+ status: 404 Not Found
+ code: 404
+ duration: 139.709666ms
+ - id: 29
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 50ab6c59-a3ea-4544-b376-59a212c7b794
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132107Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:07 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txc3cbcf9e-4450-436e-be1d-421c5db903f4
+ status: 404 Not Found
+ code: 404
+ duration: 21.765875ms
+ - id: 30
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ec2c691d-9a0f-45e3-ae6f-a9a8b57e67d9
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132112Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:12 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe8324107-f2a2-4ef0-b521-bac59e1a312d
+ status: 404 Not Found
+ code: 404
+ duration: 24.783667ms
+ - id: 31
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 08229551-32f4-440e-945b-5313a148a5b9
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132117Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:17 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txab84afc3-19cb-4285-a048-bf0bf7253fa9
+ status: 404 Not Found
+ code: 404
+ duration: 22.776166ms
+ - id: 32
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bf5a4abe-b740-4c25-aa98-3e240696b9e6
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132122Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:22 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txfcb090f1-d3ef-42ab-9676-6ab0298de531
+ status: 404 Not Found
+ code: 404
+ duration: 28.838125ms
+ - id: 33
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - f886aaae-1faa-4c13-910b-b9eb93af92f6
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132127Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:27 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txcc5b7456-3240-4b85-b627-eca16c7c6d3a
+ status: 404 Not Found
+ code: 404
+ duration: 19.938417ms
+ - id: 34
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - f3a74b3b-04a8-469d-81fb-9650bbcc6da8
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132132Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:32 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx4bb8bbed-84e1-44c6-8dad-b89f7dbc59b4
+ status: 404 Not Found
+ code: 404
+ duration: 24.655833ms
+ - id: 35
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 14246b42-7c1a-4fbf-9f65-709627319621
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132137Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:37 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx72748c09-cd39-407b-b26b-19a5fd86cec5
+ status: 404 Not Found
+ code: 404
+ duration: 23.512791ms
+ - id: 36
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - c342021b-e633-4ab2-b46c-97af240341ae
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132142Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:42 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txb52d84ab-7f3a-4fed-ba2f-692b8bf0afe2
+ status: 404 Not Found
+ code: 404
+ duration: 30.02325ms
+ - id: 37
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - b943f8e3-31ac-495d-98d1-ed958aa7e310
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132147Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:47 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txfcb8d310-f1c9-4bd2-85e3-d8e3ae69b46f
+ status: 404 Not Found
+ code: 404
+ duration: 43.992084ms
+ - id: 38
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4b33668d-b884-48b9-9b01-dd8ac204df35
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132152Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:52 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txfb1056da-e7e8-49db-9024-6ef270cc5696
+ status: 404 Not Found
+ code: 404
+ duration: 33.593833ms
+ - id: 39
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - a6daca24-4ffe-4eb8-a622-5eeb8946d468
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132157Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:21:57 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txa0dc7245-1208-428c-a1e3-7e9bff1c3d82
+ status: 404 Not Found
+ code: 404
+ duration: 32.0255ms
+ - id: 40
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 902eed12-dcbb-44eb-b3f3-dbb4858cd299
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132202Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:02 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx0c1e18a2-f6c6-4686-b74b-36622721240b
+ status: 404 Not Found
+ code: 404
+ duration: 21.569584ms
+ - id: 41
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bc1adde4-a531-4222-a64b-38c109324b0f
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132207Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:08 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx5fac8b01-2677-4482-80eb-1135cc3b394f
+ status: 404 Not Found
+ code: 404
+ duration: 493.32375ms
+ - id: 42
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 42b5d316-4b83-4f00-9da5-f01f6f16546a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132213Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:13 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txd19dd694-6302-4f79-9413-e72d933e8c7e
+ status: 404 Not Found
+ code: 404
+ duration: 29.825625ms
+ - id: 43
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 265b117e-aff4-488e-bfe4-fc6e759e4648
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132218Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:18 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txae1c31e1-0a5e-4ed8-9096-de98e3368fcb
+ status: 404 Not Found
+ code: 404
+ duration: 26.308416ms
+ - id: 44
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 5bf6b254-0277-41d7-85ec-cdd430518642
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132223Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:23 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx5ff62bc0-1ad6-49cf-b14f-e3b0058fc8d6
+ status: 404 Not Found
+ code: 404
+ duration: 24.0015ms
+ - id: 45
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 652d427f-ea8f-4d09-98cc-ecbe4d4712ef
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132228Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:28 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx0c3baccf-9082-48af-8348-30b969d2d5e7
+ status: 404 Not Found
+ code: 404
+ duration: 23.290291ms
+ - id: 46
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 8198a77d-e5d0-4ddc-beaa-30e658c086c2
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132233Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:33 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx4741bf80-62a4-4512-8d85-0026b433a5b2
+ status: 404 Not Found
+ code: 404
+ duration: 22.731208ms
+ - id: 47
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - d6996e74-a86d-4aac-913a-731042d5cb6b
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132238Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:38 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx0a0a3d4b-296f-412e-9c77-6f7348d5ed99
+ status: 404 Not Found
+ code: 404
+ duration: 24.918042ms
+ - id: 48
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2caa1133-719f-42f4-9c62-f96468c1b3b5
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132243Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:43 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txf25f8401-0a43-4e2c-8da1-23c4a9eda41f
+ status: 404 Not Found
+ code: 404
+ duration: 18.458291ms
+ - id: 49
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 19ace7f5-1bd0-4a77-a6f6-82f9d3cfbf65
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132248Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:48 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txa5d664a3-44d9-41c0-8426-90a560082111
+ status: 404 Not Found
+ code: 404
+ duration: 27.072292ms
+ - id: 50
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 83d20d3a-1933-4238-babb-52f272194bb3
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132253Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:53 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txaacd9b73-09b3-4877-b752-6093d613fcff
+ status: 404 Not Found
+ code: 404
+ duration: 20.748208ms
+ - id: 51
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 41442d4b-b232-471c-9fba-197cc0d6f2cc
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132258Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:22:58 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx2b1c1509-d12b-4024-8148-1cb0823cd139
+ status: 404 Not Found
+ code: 404
+ duration: 34.380959ms
+ - id: 52
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 5e56aa98-dc3b-4ff0-acd7-db00e9302380
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132303Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:03 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx1fa6f092-589b-4c92-a2d8-72c2ba1e5f67
+ status: 404 Not Found
+ code: 404
+ duration: 18.576042ms
+ - id: 53
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4c626382-a133-4b8a-9eb2-68c6a66ba232
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132308Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:08 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txa2b448dc-8906-4dee-99bc-d11ab93f989d
+ status: 404 Not Found
+ code: 404
+ duration: 24.744792ms
+ - id: 54
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - a4960814-7de6-4d9a-9185-367335cf4b03
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132313Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:13 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txf14002a3-a316-493f-98da-39e5d1e394c2
+ status: 404 Not Found
+ code: 404
+ duration: 29.339667ms
+ - id: 55
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 9d3db5c6-5411-4fa1-9ede-29bdba92d875
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132318Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:18 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx1cbcec0e-5da3-4709-b815-e708a9f3cfbe
+ status: 404 Not Found
+ code: 404
+ duration: 36.593584ms
+ - id: 56
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 8942ac70-d82c-44c2-925b-2d5f46abb961
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132323Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:23 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txd0c61138-1a26-4be6-b4e6-81ce6acb0891
+ status: 404 Not Found
+ code: 404
+ duration: 16.451125ms
+ - id: 57
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 7576cdd8-c68f-49db-bc55-39d9f4efb0c2
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132328Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:28 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txd92ba43d-54b9-4c72-b064-d064ae6a2016
+ status: 404 Not Found
+ code: 404
+ duration: 24.04475ms
+ - id: 58
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - d731999f-190c-43b8-80e9-78df9beb9d90
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132333Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:33 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx2989802c-c9c4-4ec2-a84b-8afc8e6df1f1
+ status: 404 Not Found
+ code: 404
+ duration: 24.692084ms
+ - id: 59
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - f673f148-1726-4b12-81b7-78c1cd5478ce
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132338Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:38 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx6f12a4bd-f2ce-4799-bda4-fbbf81494e80
+ status: 404 Not Found
+ code: 404
+ duration: 28.33925ms
+ - id: 60
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 6cf2271c-6696-45fb-b3eb-aac4f9425fa9
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132343Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:43 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx72ecd4ea-9da0-436c-b64a-884da2010719
+ status: 404 Not Found
+ code: 404
+ duration: 26.895334ms
+ - id: 61
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - d6e675f8-073c-43aa-b4ee-77dfa00eee0e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132348Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:48 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx3915f826-1073-45eb-b533-e2484702942f
+ status: 404 Not Found
+ code: 404
+ duration: 24.761ms
+ - id: 62
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 235a5774-9d09-4266-b0d9-aa4690694868
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132353Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:53 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx6a0d64a1-0015-42dd-b564-88f470bdc2ad
+ status: 404 Not Found
+ code: 404
+ duration: 28.336ms
+ - id: 63
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2f799710-02f0-4c3b-9b7b-c17994c6ea0d
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132358Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:23:58 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx65bb0ba1-6b6e-4fcd-b50a-8a05a6e31a83
+ status: 404 Not Found
+ code: 404
+ duration: 27.703875ms
+ - id: 64
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 2fbf3c1a-3c1f-4244-a2a4-eed33bff01f4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132403Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:03 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txe4173bfa-9895-4f99-b794-0e0c36761ff7
+ status: 404 Not Found
+ code: 404
+ duration: 42.950208ms
+ - id: 65
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - bf0fb6b7-86ec-4caa-b639-2b207c66e64e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132408Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:08 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx8f1d1be1-2785-4122-a611-46addbdb997a
+ status: 404 Not Found
+ code: 404
+ duration: 18.778334ms
+ - id: 66
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 62ef902b-b47e-41e9-a7ae-e0acc28bc9c9
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132413Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:13 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txffc9e305-65ca-4afb-a2a0-ceb3bdd877ff
+ status: 404 Not Found
+ code: 404
+ duration: 17.92775ms
+ - id: 67
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 5712217d-e279-4369-9881-1d7b8ce2fd94
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132418Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:18 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txb67d4a8f-d82b-497a-a5a0-254682fd5606
+ status: 404 Not Found
+ code: 404
+ duration: 25.003167ms
+ - id: 68
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - efe98750-2a1a-45c9-9d9c-d74f5961ce2e
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132423Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:23 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txd3a8c8d6-efb3-4afc-ad59-6d14567ac837
+ status: 404 Not Found
+ code: 404
+ duration: 27.771417ms
+ - id: 69
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - ac762503-7b31-4dc5-8577-be53ad4dbe3a
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132428Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:28 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx29fbd5d3-50b1-4815-8d31-41194a4f546d
+ status: 404 Not Found
+ code: 404
+ duration: 31.299125ms
+ - id: 70
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 4f75d582-49fe-434c-8a1a-d5bd15b46d48
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132433Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:33 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txeb043c75-ab35-49af-a358-81ec156c5737
+ status: 404 Not Found
+ code: 404
+ duration: 17.227417ms
+ - id: 71
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 291d5d78-896c-4f37-82af-7eb7e8428994
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132438Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:38 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx8d8ed5ee-47dc-40d0-929b-64fe7e29c74f
+ status: 404 Not Found
+ code: 404
+ duration: 31.205125ms
+ - id: 72
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - da0ee0b4-a83f-47ba-821b-10808725c331
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132443Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:43 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - txf572075c-f434-44ab-85e2-09b1b0744b6b
+ status: 404 Not Found
+ code: 404
+ duration: 24.741334ms
+ - id: 73
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 703a7944-cdba-4960-9103-83d95824f6f4
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132448Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:48 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx82b97caf-b8a0-43b0-8a7f-a7d45df7d74a
+ status: 404 Not Found
+ code: 404
+ duration: 38.551333ms
+ - id: 74
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - be95d1de-55cf-43f9-9a1d-bc3e73c4d631
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132453Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:53 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx20d2059e-3bc9-43b0-9f9f-7211d689eb80
+ status: 404 Not Found
+ code: 404
+ duration: 21.445375ms
+ - id: 75
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 40
+ transfer_encoding: []
+ trailer: {}
+ host: sqs.mnq.fr-par.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"QueueName":"test-mnq-sqs-queue-basic"}'
+ form: {}
+ headers:
+ Amz-Sdk-Invocation-Id:
+ - 88a040fa-b97c-4557-bc01-91a5083d1cac
+ Amz-Sdk-Request:
+ - attempt=1; max=3
+ Content-Type:
+ - application/x-amz-json-1.0
+ User-Agent:
+ - aws-sdk-go-v2/1.32.6 ua/2.1 os/macos lang/go#1.23.3 md/GOOS#darwin md/GOARCH#arm64 api/sqs#1.37.2 m/E
+ X-Amz-Date:
+ - 20241210T132458Z
+ X-Amz-Target:
+ - AmazonSQS.GetQueueUrl
+ X-Amzn-Query-Mode:
+ - "true"
+ url: https://sqs.mnq.fr-par.scaleway.com/
+ method: POST
+ response:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ transfer_encoding: []
+ trailer: {}
+ content_length: 112
+ uncompressed: false
+ body: '{"__type":"com.amazonaws.sqs#QueueDoesNotExist","message":"Queue \"test-mnq-sqs-queue-basic\" does not exist."}'
+ headers:
+ Content-Length:
+ - "112"
+ Content-Type:
+ - application/json; charset=utf-8
+ Date:
+ - Tue, 10 Dec 2024 13:24:59 GMT
+ X-Amzn-Query-Error:
+ - AWS.SimpleQueueService.NonExistentQueue;Sender
+ X-Amzn-Requestid:
+ - tx62765399-9ac6-4ba0-af66-3996a2a23526
+ status: 404 Not Found
+ code: 404
+ duration: 65.861417ms
+ - id: 76
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-credentials/e837a976-ec1b-47b6-83d4-a9f2e583f341
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - c7fddf0a-75c1-4b14-974d-efc76990ff62
+ status: 204 No Content
+ code: 204
+ duration: 164.562667ms
+ - id: 77
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 233
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:56.913742Z","project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"enabled","updated_at":"2024-12-10T13:19:56.913742Z"}'
+ headers:
+ Content-Length:
+ - "233"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 3770a0ac-d784-4c80-9573-5980baf89c0f
+ status: 200 OK
+ code: 200
+ duration: 68.459792ms
+ - id: 78
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 53
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: '{"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d"}'
+ form: {}
+ headers:
+ Content-Type:
+ - application/json
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/deactivate-sqs
+ method: POST
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 54055b59-9913-438a-8a1d-543c5b21bf40
+ status: 200 OK
+ code: 200
+ duration: 205.79225ms
+ - id: 79
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 253
+ uncompressed: false
+ body: '{"created_at":"2024-12-10T13:19:53.545816Z","description":"","id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","name":"tf_tests_mnq_sqs_queue_default_project","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","updated_at":"2024-12-10T13:19:53.545816Z"}'
+ headers:
+ Content-Length:
+ - "253"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 6b71e5bd-a94e-4700-8c01-84206a723f45
+ status: 200 OK
+ code: 200
+ duration: 103.630792ms
+ - id: 80
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/mnq/v1beta1/regions/fr-par/sqs-info?project_id=e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: GET
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 184
+ uncompressed: false
+ body: '{"created_at":null,"project_id":"e4af8efa-a75f-46b1-8c24-291b98ca648d","region":"fr-par","sqs_endpoint_url":"https://sqs.mnq.fr-par.scaleway.com","status":"disabled","updated_at":null}'
+ headers:
+ Content-Length:
+ - "184"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:04 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 68c09281-a13a-400c-a9a3-63ac0eb33714
+ status: 200 OK
+ code: 200
+ duration: 68.106416ms
+ - id: 81
+ request:
+ proto: HTTP/1.1
+ proto_major: 1
+ proto_minor: 1
+ content_length: 0
+ transfer_encoding: []
+ trailer: {}
+ host: api.scaleway.com
+ remote_addr: ""
+ request_uri: ""
+ body: ""
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests
+ url: https://api.scaleway.com/account/v3/projects/e4af8efa-a75f-46b1-8c24-291b98ca648d
+ method: DELETE
+ response:
+ proto: HTTP/2.0
+ proto_major: 2
+ proto_minor: 0
+ transfer_encoding: []
+ trailer: {}
+ content_length: 0
+ uncompressed: false
+ body: ""
+ headers:
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Tue, 10 Dec 2024 13:25:06 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - b87bd9b0-5655-4237-9fa1-e48d4e06ff78
+ status: 204 No Content
+ code: 204
+ duration: 1.459337125s
diff --git a/internal/transport/retry_aws.go b/internal/transport/retry_aws.go
index 806ad38188..18ce6bd755 100644
--- a/internal/transport/retry_aws.go
+++ b/internal/transport/retry_aws.go
@@ -5,7 +5,7 @@ import (
"errors"
"time"
- "github.com/hashicorp/aws-sdk-go-base/tfawserr"
+ "github.com/hashicorp/aws-sdk-go-base/v2/tfawserr"
)
// RetryWhenAWSErrCodeEquals retries a function when it returns a specific AWS error