diff --git a/go.mod b/go.mod index 34b0441340..a13a7aa74e 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/scaleway/terraform-provider-scaleway/v2 go 1.24.0 require ( + github.com/alexedwards/argon2id v1.0.0 github.com/aws/aws-sdk-go-v2 v1.36.3 github.com/aws/aws-sdk-go-v2/config v1.29.9 github.com/aws/aws-sdk-go-v2/credentials v1.17.62 diff --git a/go.sum b/go.sum index b24f62b84a..65b644c5d9 100644 --- a/go.sum +++ b/go.sum @@ -20,6 +20,8 @@ github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXx github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= +github.com/alexedwards/argon2id v1.0.0 h1:wJzDx66hqWX7siL/SRUmgz3F8YMrd/nfX/xHHcQQP0w= +github.com/alexedwards/argon2id v1.0.0/go.mod h1:tYKkqIjzXvZdzPvADMWOEZ+l6+BD6CtBXMj5fnJppiw= github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY= github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4= @@ -368,6 +370,7 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= +golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4= golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34= golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc= golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df h1:UA2aFVmmsIlefxMk29Dp2juaUSth8Pyn3Tq5Y5mJGME= @@ -376,6 +379,7 @@ golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzB golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM= golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= @@ -394,6 +398,7 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw= golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -410,12 +415,18 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik= golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= +golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U= golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y= golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -423,6 +434,9 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY= golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= @@ -434,6 +448,7 @@ golang.org/x/tools v0.0.0-20200214201135-548b770e2dfa/go.mod h1:TB2adYChydJhpapK golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/internal/dsf/strings.go b/internal/dsf/strings.go index 365f379a1d..cdb96be751 100644 --- a/internal/dsf/strings.go +++ b/internal/dsf/strings.go @@ -3,6 +3,7 @@ package dsf import ( "strings" + "github.com/alexedwards/argon2id" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) @@ -13,3 +14,12 @@ func IgnoreCase(_, oldValue, newValue string, _ *schema.ResourceData) bool { func IgnoreCaseAndHyphen(_, oldValue, newValue string, _ *schema.ResourceData) bool { return strings.ReplaceAll(strings.ToLower(oldValue), "-", "_") == strings.ReplaceAll(strings.ToLower(newValue), "-", "_") } + +func CompareArgon2idPasswordAndHash(_, oldValue, newValue string, _ *schema.ResourceData) bool { + match, err := argon2id.ComparePasswordAndHash(newValue, oldValue) + if err != nil { + return false + } + + return match +} diff --git a/internal/services/container/container.go b/internal/services/container/container.go index 80d5f44d34..783b219a6b 100644 --- a/internal/services/container/container.go +++ b/internal/services/container/container.go @@ -75,7 +75,9 @@ func ResourceContainer() *schema.Resource { Type: schema.TypeString, ValidateFunc: validation.StringLenBetween(0, 1000), }, - ValidateDiagFunc: validation.MapKeyLenBetween(0, 100), + ValidateDiagFunc: validation.MapKeyLenBetween(0, 100), + DiffSuppressFunc: dsf.CompareArgon2idPasswordAndHash, + DiffSuppressOnRefresh: true, }, "min_scale": { Type: schema.TypeInt, @@ -358,6 +360,7 @@ func ResourceContainerRead(ctx context.Context, d *schema.ResourceData, m interf _ = d.Set("scaling_option", flattenScalingOption(co.ScalingOption)) _ = d.Set("region", co.Region.String()) _ = d.Set("local_storage_limit", int(co.LocalStorageLimit)) + _ = d.Set("secret_environment_variables", flattenContainerSecrets(co.SecretEnvironmentVariables)) return nil } @@ -393,7 +396,8 @@ func ResourceContainerUpdate(ctx context.Context, d *schema.ResourceData, m inte } if d.HasChanges("secret_environment_variables") { - req.SecretEnvironmentVariables = expandContainerSecrets(d.Get("secret_environment_variables")) + oldEnv, newEnv := d.GetChange("secret_environment_variables") + req.SecretEnvironmentVariables = FilterSecretEnvsToPatch(expandContainerSecrets(oldEnv), expandContainerSecrets(newEnv)) } if d.HasChanges("min_scale") { diff --git a/internal/services/container/container_test.go b/internal/services/container/container_test.go index 5436f6d168..98a1413e75 100644 --- a/internal/services/container/container_test.go +++ b/internal/services/container/container_test.go @@ -1,9 +1,11 @@ package container_test import ( + "errors" "fmt" "testing" + "github.com/alexedwards/argon2id" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/v2/terraform" containerSDK "github.com/scaleway/scaleway-sdk-go/api/container/v1beta1" @@ -11,6 +13,7 @@ import ( "github.com/scaleway/terraform-provider-scaleway/v2/internal/httperrors" "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/container" containerchecks "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/container/testfuncs" + "github.com/stretchr/testify/assert" ) func TestAccContainer_Basic(t *testing.T) { @@ -142,6 +145,7 @@ func TestAccContainer_Env(t *testing.T) { } secret_environment_variables = { "test_secret" = "test_secret" + "first_secret" = "first_secret" } } `, @@ -150,7 +154,8 @@ func TestAccContainer_Env(t *testing.T) { acctest.CheckResourceAttrUUID("scaleway_container_namespace.main", "id"), acctest.CheckResourceAttrUUID("scaleway_container.main", "id"), resource.TestCheckResourceAttr("scaleway_container.main", "environment_variables.test", "test"), - resource.TestCheckResourceAttr("scaleway_container.main", "secret_environment_variables.test_secret", "test_secret"), + passwordMatchHash("scaleway_container.main", "secret_environment_variables.test_secret", "test_secret"), + passwordMatchHash("scaleway_container.main", "secret_environment_variables.first_secret", "first_secret"), ), }, { @@ -165,6 +170,7 @@ func TestAccContainer_Env(t *testing.T) { } secret_environment_variables = { "foo_secret" = "bar_secret" + "test_secret" = "updated_secret" } } `, @@ -173,7 +179,9 @@ func TestAccContainer_Env(t *testing.T) { acctest.CheckResourceAttrUUID("scaleway_container_namespace.main", "id"), acctest.CheckResourceAttrUUID("scaleway_container.main", "id"), resource.TestCheckResourceAttr("scaleway_container.main", "environment_variables.foo", "bar"), - resource.TestCheckResourceAttr("scaleway_container.main", "secret_environment_variables.foo_secret", "bar_secret"), + passwordMatchHash("scaleway_container.main", "secret_environment_variables.foo_secret", "bar_secret"), + passwordMatchHash("scaleway_container.main", "secret_environment_variables.test_secret", "updated_secret"), + resource.TestCheckNoResourceAttr("scaleway_container.main", "secret_environment_variables.first_secret"), ), }, { @@ -601,3 +609,46 @@ func isContainerDestroyed(tt *acctest.TestTools) resource.TestCheckFunc { return nil } } + +func passwordMatchHash(parent string, key string, password string) resource.TestCheckFunc { + return func(state *terraform.State) error { + rs, ok := state.RootModule().Resources[parent] + if !ok { + return fmt.Errorf("resource container not found: %s", parent) + } + + match, err := argon2id.ComparePasswordAndHash(password, rs.Primary.Attributes[key]) + if err != nil { + return err + } + + if !match { + return errors.New("password and hash do not match") + } + + return nil + } +} + +func TestFilterSecretEnvsToPatch(t *testing.T) { + testSecret := "test_secret" + secretToDelete := "secret_to_delete" + updatedSecret := "updated_secret" + newSecret := "new_secret" + + oldEnv := []*containerSDK.Secret{ + {Key: testSecret, Value: &testSecret}, + {Key: secretToDelete, Value: &secretToDelete}, + } + newEnv := []*containerSDK.Secret{ + {Key: testSecret, Value: &updatedSecret}, + {Key: newSecret, Value: &newSecret}, + } + + toPatch := container.FilterSecretEnvsToPatch(oldEnv, newEnv) + assert.Equal(t, []*containerSDK.Secret{ + {Key: testSecret, Value: &updatedSecret}, + {Key: newSecret, Value: &newSecret}, + {Key: secretToDelete, Value: nil}, + }, toPatch) +} diff --git a/internal/services/container/helpers_container.go b/internal/services/container/helpers_container.go index 33fd3a1559..51407f150d 100644 --- a/internal/services/container/helpers_container.go +++ b/internal/services/container/helpers_container.go @@ -4,6 +4,7 @@ import ( "context" "errors" "fmt" + "slices" "strings" "time" @@ -289,6 +290,19 @@ func flattenScalingOption(scalingOption *container.ContainerScalingOption) inter return flattenedScalingOption } +func flattenContainerSecrets(secrets []*container.SecretHashedValue) interface{} { + if len(secrets) == 0 { + return nil + } + + flattenedSecrets := make(map[string]interface{}) + for _, secret := range secrets { + flattenedSecrets[secret.Key] = secret.HashedValue + } + + return flattenedSecrets +} + func expandContainerSecrets(secretsRawMap interface{}) []*container.Secret { secretsMap := secretsRawMap.(map[string]interface{}) secrets := make([]*container.Secret, 0, len(secretsMap)) @@ -358,3 +372,26 @@ func retryCreateContainerDomain(ctx context.Context, containerAPI *container.API } } } + +func FilterSecretEnvsToPatch(oldEnv []*container.Secret, newEnv []*container.Secret) []*container.Secret { + toPatch := []*container.Secret{} + // create and update - ignore hashed values + for _, env := range newEnv { + if env.Value != nil && strings.HasPrefix(*env.Value, "$argon2id") { + continue + } + + toPatch = append(toPatch, env) + } + + // delete + for _, env := range oldEnv { + if !slices.ContainsFunc(newEnv, func(s *container.Secret) bool { + return s.Key == env.Key + }) { + toPatch = append(toPatch, &container.Secret{Key: env.Key, Value: nil}) + } + } + + return toPatch +} diff --git a/internal/services/container/testdata/container-env.cassette.yaml b/internal/services/container/testdata/container-env.cassette.yaml index 4d583902d0..a5fe8b9c87 100644 --- a/internal/services/container/testdata/container-env.cassette.yaml +++ b/internal/services/container/testdata/container-env.cassette.yaml @@ -6,19 +6,19 @@ interactions: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 155 + content_length: 157 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"name":"tf-ns-elated-leakey","environment_variables":{},"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","secret_environment_variables":[],"tags":null}' + body: '{"name":"tf-ns-objective-haibt","environment_variables":{},"project_id":"6867048b-fe12-4e96-835e-41c79a39604b","secret_environment_variables":[],"tags":null}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces method: POST response: @@ -27,20 +27,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 471 + content_length: 473 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279769606Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279769606Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084993889Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-04-17T11:42:04.084993889Z"}' headers: Content-Length: - - "471" + - "473" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:37:49 GMT + - Thu, 17 Apr 2025 11:42:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -48,10 +48,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8acb0050-0396-46e5-8b78-ded413733420 + - 68933cd1-3718-4ac9-bc4f-188452feea31 status: 200 OK code: 200 - duration: 897.09425ms + duration: 792.301417ms - id: 1 request: proto: HTTP/1.1 @@ -67,8 +67,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -76,20 +76,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 465 + content_length: 467 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279770Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-04-17T11:42:04.084994Z"}' headers: Content-Length: - - "465" + - "467" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:37:49 GMT + - Thu, 17 Apr 2025 11:42:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,10 +97,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81393479-ab1e-4d74-8ec7-eda1f5f5aeda + - 57adcd4e-72f8-40e8-b9e8-97e446da882f status: 200 OK code: 200 - duration: 68.691666ms + duration: 47.828ms - id: 2 request: proto: HTTP/1.1 @@ -116,8 +116,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -125,20 +125,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 465 + content_length: 554 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279770Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "465" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:37:54 GMT + - Thu, 17 Apr 2025 11:42:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -146,10 +146,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 992ac2d6-a705-4d5c-82f7-8f3a06a80777 + - b5af5198-8c20-4616-b178-ec23a4fa81f7 status: 200 OK code: 200 - duration: 69.884458ms + duration: 49.672959ms - id: 3 request: proto: HTTP/1.1 @@ -165,8 +165,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -174,20 +174,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 465 + content_length: 554 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279770Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "465" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:37:59 GMT + - Thu, 17 Apr 2025 11:42:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -195,10 +195,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66810caa-a4ac-4c47-9b07-a2437b6ea8e3 + - 1478df24-d451-4ef2-b0f9-20a9ccbaa2f7 status: 200 OK code: 200 - duration: 70.6985ms + duration: 48.780208ms - id: 4 request: proto: HTTP/1.1 @@ -214,8 +214,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -223,20 +223,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 465 + content_length: 554 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279770Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "465" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:04 GMT + - Thu, 17 Apr 2025 11:42:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -244,48 +244,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85f66baa-43c7-4401-9f25-79d4d2d9b9ff + - 3c775e71-f099-4c5e-b8a8-5a810b5c9c94 status: 200 OK code: 200 - duration: 64.301625ms + duration: 48.176625ms - id: 5 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 341 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-co-peaceful-meninsky","environment_variables":{"test":"test"},"privacy":"public","protocol":"http1","secret_environment_variables":[{"key":"first_secret","value":"first_secret"},{"key":"test_secret","value":"test_secret"}],"http_option":"enabled","sandbox":"unknown_sandbox"}' 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/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers + method: POST response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 465 + content_length: 1204 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279770Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194046Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$06vLAUfpxNMaD0Dkful3Vg$U2pI9ovP3fVTc7JUgcJcqHXKAwUGmHDBWcOWRn+YNBU","key":"first_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$zGcj87kpSi69SupEBJMN3g$nG+5QgfeRmgxY49JIExjzIci4ezmHUxsjfKEbld0EwA","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-04-17T11:42:10.039194046Z"}' headers: Content-Length: - - "465" + - "1204" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:09 GMT + - Thu, 17 Apr 2025 11:42:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -293,10 +295,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c299175-8999-497e-a8e4-c4cd9cea16c5 + - 26f75a6a-95e6-4365-9c09-c63ed159278a status: 200 OK code: 200 - duration: 67.128708ms + duration: 718.734958ms - id: 6 request: proto: HTTP/1.1 @@ -312,8 +314,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -321,20 +323,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 465 + content_length: 1198 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending","tags":[],"updated_at":"2025-01-24T15:37:49.279770Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$06vLAUfpxNMaD0Dkful3Vg$U2pI9ovP3fVTc7JUgcJcqHXKAwUGmHDBWcOWRn+YNBU","key":"first_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$zGcj87kpSi69SupEBJMN3g$nG+5QgfeRmgxY49JIExjzIci4ezmHUxsjfKEbld0EwA","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-04-17T11:42:10.039194Z"}' headers: Content-Length: - - "465" + - "1198" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:14 GMT + - Thu, 17 Apr 2025 11:42:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -342,10 +344,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdf2bb2b-0d3d-48e3-aa62-d5c6716da687 + - 400f3ebd-2ebd-4f81-bc22-7102d9bfeacb status: 200 OK code: 200 - duration: 65.514958ms + duration: 61.285875ms - id: 7 request: proto: HTTP/1.1 @@ -361,8 +363,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -370,20 +372,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 1198 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$06vLAUfpxNMaD0Dkful3Vg$U2pI9ovP3fVTc7JUgcJcqHXKAwUGmHDBWcOWRn+YNBU","key":"first_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$zGcj87kpSi69SupEBJMN3g$nG+5QgfeRmgxY49JIExjzIci4ezmHUxsjfKEbld0EwA","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-04-17T11:42:10.039194Z"}' headers: Content-Length: - - "550" + - "1198" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:19 GMT + - Thu, 17 Apr 2025 11:42:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -391,10 +393,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3253b487-f01b-43ee-941e-b00aac03fd27 + - d703657d-8d19-4299-b20e-ef2f010de26a status: 200 OK code: 200 - duration: 67.887708ms + duration: 55.927ms - id: 8 request: proto: HTTP/1.1 @@ -410,8 +412,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -419,20 +421,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 554 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "550" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:19 GMT + - Thu, 17 Apr 2025 11:42:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -440,10 +442,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13e4d60c-30c3-4a2d-8f80-d5c59becbfcd + - 81379323-34ea-4a62-aa17-3cf4ecc7010a status: 200 OK code: 200 - duration: 59.00875ms + duration: 45.311834ms - id: 9 request: proto: HTTP/1.1 @@ -459,8 +461,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -468,20 +470,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 1198 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$06vLAUfpxNMaD0Dkful3Vg$U2pI9ovP3fVTc7JUgcJcqHXKAwUGmHDBWcOWRn+YNBU","key":"first_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$zGcj87kpSi69SupEBJMN3g$nG+5QgfeRmgxY49JIExjzIci4ezmHUxsjfKEbld0EwA","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-04-17T11:42:10.039194Z"}' headers: Content-Length: - - "550" + - "1198" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:19 GMT + - Thu, 17 Apr 2025 11:42:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -489,50 +491,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3598441-c0e2-4119-8c38-be6a9b0de10b + - bb9f31e7-e4d2-4b92-ac4d-ac61f1f4f06f status: 200 OK code: 200 - duration: 57.376459ms + duration: 57.420666ms - id: 10 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 293 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-co-vigorous-swartz","environment_variables":{"test":"test"},"privacy":"public","protocol":"http1","secret_environment_variables":[{"key":"test_secret","value":"test_secret"}],"http_option":"enabled","sandbox":"unknown_sandbox"}' + body: "" 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/containers/v1beta1/regions/fr-par/containers - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1056 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086390Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-01-24T15:38:20.869086390Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1056" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:20 GMT + - Thu, 17 Apr 2025 11:42:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -540,10 +540,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e78dc45c-1bee-4bed-bd73-aacb9e55ad52 + - 0fee990c-1252-4519-85f5-690026806771 status: 200 OK code: 200 - duration: 997.511208ms + duration: 53.191625ms - 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.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -568,20 +568,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1050 + content_length: 1198 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-01-24T15:38:20.869086Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$06vLAUfpxNMaD0Dkful3Vg$U2pI9ovP3fVTc7JUgcJcqHXKAwUGmHDBWcOWRn+YNBU","key":"first_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$zGcj87kpSi69SupEBJMN3g$nG+5QgfeRmgxY49JIExjzIci4ezmHUxsjfKEbld0EwA","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-04-17T11:42:10.039194Z"}' headers: Content-Length: - - "1050" + - "1198" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:20 GMT + - Thu, 17 Apr 2025 11:42:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -589,10 +589,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 074ccde4-2b3e-4b70-a489-c53abbb2a5a1 + - a4d237d6-40ed-43af-8691-1cd961690caf status: 200 OK code: 200 - duration: 71.122833ms + duration: 65.630125ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -617,20 +617,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1050 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-01-24T15:38:20.869086Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1050" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:21 GMT + - Thu, 17 Apr 2025 11:42:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -638,10 +638,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 259f12bc-a4da-4361-9ca5-adecfe008ff3 + - 245474b4-098d-4578-901f-e02773e9c473 status: 200 OK code: 200 - duration: 69.529708ms + duration: 41.959417ms - 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.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -666,20 +666,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 1198 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$06vLAUfpxNMaD0Dkful3Vg$U2pI9ovP3fVTc7JUgcJcqHXKAwUGmHDBWcOWRn+YNBU","key":"first_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$zGcj87kpSi69SupEBJMN3g$nG+5QgfeRmgxY49JIExjzIci4ezmHUxsjfKEbld0EwA","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-04-17T11:42:10.039194Z"}' headers: Content-Length: - - "550" + - "1198" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:21 GMT + - Thu, 17 Apr 2025 11:42:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -687,48 +687,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 86bc43ff-0ecd-46f9-a648-99febd88048d + - c046cf8f-e436-47bf-b855-1f78b564021c status: 200 OK code: 200 - duration: 70.417916ms + duration: 53.608125ms - id: 14 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 319 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"environment_variables":{"foo":"bar"},"privacy":"unknown_privacy","protocol":"unknown_protocol","secret_environment_variables":[{"key":"test_secret","value":"updated_secret"},{"key":"foo_secret","value":"bar_secret"},{"key":"first_secret","value":null}],"http_option":"unknown_http_option","sandbox":"unknown_sandbox"}' 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/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1050 + content_length: 1197 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-01-24T15:38:20.869086Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-04-17T11:42:11.968427654Z"}' headers: Content-Length: - - "1050" + - "1197" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:22 GMT + - Thu, 17 Apr 2025 11:42:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -736,10 +738,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55b9a61a-6d47-4142-abf6-a1f44e71c37a + - e960899d-42dc-45e0-ab3f-649ddddacda7 status: 200 OK code: 200 - duration: 142.167ms + duration: 457.2695ms - id: 15 request: proto: HTTP/1.1 @@ -755,8 +757,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -764,20 +766,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 1194 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-04-17T11:42:11.968428Z"}' headers: Content-Length: - - "550" + - "1194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:22 GMT + - Thu, 17 Apr 2025 11:42:12 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -785,10 +787,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c30c4a5-64e2-43cb-b9cc-091b595a5dbb + - 3448a24f-6cca-4ee1-aa58-bc1c1e56e61a status: 200 OK code: 200 - duration: 65.763ms + duration: 52.602ms - id: 16 request: proto: HTTP/1.1 @@ -804,8 +806,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -813,20 +815,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1050 + content_length: 1194 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-01-24T15:38:20.869086Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-04-17T11:42:11.968428Z"}' headers: Content-Length: - - "1050" + - "1194" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:22 GMT + - Thu, 17 Apr 2025 11:42:17 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -834,10 +836,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35b66ba3-68bf-4a40-8558-6d1b964409ed + - f7ba0a06-cbb0-4913-bb65-c92967dfdbfc status: 200 OK code: 200 - duration: 83.71725ms + duration: 63.311833ms - id: 17 request: proto: HTTP/1.1 @@ -853,8 +855,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -862,20 +864,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 1232 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:18.505209Z"}' headers: Content-Length: - - "550" + - "1232" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:23 GMT + - Thu, 17 Apr 2025 11:42:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -883,10 +885,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df864677-e717-4191-ad3e-6d268654b146 + - 125ade38-c844-4c8f-84ff-32936d0ce7d0 status: 200 OK code: 200 - duration: 57.190709ms + duration: 60.959625ms - id: 18 request: proto: HTTP/1.1 @@ -902,8 +904,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -911,20 +913,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1050 + content_length: 1232 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"test":"test"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"}],"status":"created","timeout":"300s","updated_at":"2025-01-24T15:38:20.869086Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:18.505209Z"}' headers: Content-Length: - - "1050" + - "1232" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:23 GMT + - Thu, 17 Apr 2025 11:42:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -932,50 +934,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8e3292d-9cc5-40d6-91f0-09b28c388a94 + - 6c641445-b94d-45bc-82b5-05fbd37c87c6 status: 200 OK code: 200 - duration: 86.010459ms + duration: 56.02575ms - id: 19 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 236 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"environment_variables":{"foo":"bar"},"privacy":"unknown_privacy","protocol":"unknown_protocol","secret_environment_variables":[{"key":"foo_secret","value":"bar_secret"}],"http_option":"unknown_http_option","sandbox":"unknown_sandbox"}' + body: "" 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/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1187 + content_length: 1232 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-01-24T15:38:24.221352247Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:18.505209Z"}' headers: Content-Length: - - "1187" + - "1232" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:24 GMT + - Thu, 17 Apr 2025 11:42:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -983,10 +983,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 260715fa-2504-464f-865a-1cec0acc006f + - 580180d9-bc2e-4e30-a270-69edea5a001d status: 200 OK code: 200 - duration: 308.063709ms + duration: 55.1ms - 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.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1011,20 +1011,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1184 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-01-24T15:38:24.221352Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1184" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:24 GMT + - Thu, 17 Apr 2025 11:42:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1032,10 +1032,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65bb43e2-233f-48fd-a0ea-69474bd93600 + - 39cb644e-7db8-4b04-9d50-f62a49b4261d status: 200 OK code: 200 - duration: 83.929375ms + duration: 44.430416ms - id: 21 request: proto: HTTP/1.1 @@ -1051,8 +1051,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1060,20 +1060,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1184 + content_length: 1232 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-01-24T15:38:24.221352Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:18.505209Z"}' headers: Content-Length: - - "1184" + - "1232" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:29 GMT + - Thu, 17 Apr 2025 11:42:22 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1081,10 +1081,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65f3fcf6-ce13-4b5d-82f3-6f496122f967 + - 9384ca65-2922-4dc2-8d33-b80fa083a9f1 status: 200 OK code: 200 - duration: 100.347291ms + duration: 57.597333ms - id: 22 request: proto: HTTP/1.1 @@ -1100,8 +1100,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1109,20 +1109,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1222 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:33.895657Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1222" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:34 GMT + - Thu, 17 Apr 2025 11:42:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1130,10 +1130,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54812bec-414b-4239-a203-cfdf534dddd8 + - 1a34eb89-6042-4def-8b25-566b085f93b4 status: 200 OK code: 200 - duration: 74.67275ms + duration: 44.781625ms - id: 23 request: proto: HTTP/1.1 @@ -1149,8 +1149,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1158,20 +1158,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1222 + content_length: 1232 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:33.895657Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:18.505209Z"}' headers: Content-Length: - - "1222" + - "1232" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:34 GMT + - Thu, 17 Apr 2025 11:42:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1179,10 +1179,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17615abb-9c49-4366-8418-55591e82ca73 + - fd4dd5b8-9f18-43b0-ba6f-2ec8ed33477e status: 200 OK code: 200 - duration: 76.625208ms + duration: 51.740084ms - id: 24 request: proto: HTTP/1.1 @@ -1198,8 +1198,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1207,20 +1207,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1222 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:33.895657Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1222" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:34 GMT + - Thu, 17 Apr 2025 11:42:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1228,10 +1228,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1ab6442-499c-4367-93d2-25738efb5e36 + - b7a31528-25c5-493e-a3db-659e4e164e69 status: 200 OK code: 200 - duration: 77.554416ms + duration: 43.060959ms - id: 25 request: proto: HTTP/1.1 @@ -1247,8 +1247,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1256,20 +1256,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 1232 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$NpCnluDZQKZyiwwHb9O3xw$I/z9YnUN3fgbFPbCwyP2hU8C66swTA+Brw5+YtcHt4w","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$TpeT+ZJ0Q89hhlPN87y1DQ$03DMQJOegGex0ktXrrmSdT6IrPcGoyoZ9Go2VK/2KtM","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:18.505209Z"}' headers: Content-Length: - - "550" + - "1232" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:35 GMT + - Thu, 17 Apr 2025 11:42:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1277,48 +1277,50 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e997f7b-544d-46d5-9afe-0d55363684e7 + - cca103f8-fa3c-4726-9ba9-398fe8213d54 status: 200 OK code: 200 - duration: 92.814542ms + duration: 56.427292ms - id: 26 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 0 + content_length: 252 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: "" + body: '{"environment_variables":{},"privacy":"unknown_privacy","protocol":"unknown_protocol","secret_environment_variables":[{"key":"foo_secret","value":null},{"key":"test_secret","value":null}],"http_option":"unknown_http_option","sandbox":"unknown_sandbox"}' 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/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 + method: PATCH response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1222 + content_length: 914 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:33.895657Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"pending","timeout":"300s","updated_at":"2025-04-17T11:42:23.761003961Z"}' headers: Content-Length: - - "1222" + - "914" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:35 GMT + - Thu, 17 Apr 2025 11:42:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1326,10 +1328,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b3faba9-dc30-4f8d-b629-a50b24ee005f + - f4e197d9-3eab-4ee7-a857-8873ef440c78 status: 200 OK code: 200 - duration: 81.109291ms + duration: 92.056375ms - id: 27 request: proto: HTTP/1.1 @@ -1345,8 +1347,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1354,20 +1356,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 911 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"pending","timeout":"300s","updated_at":"2025-04-17T11:42:23.761004Z"}' headers: Content-Length: - - "550" + - "911" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:36 GMT + - Thu, 17 Apr 2025 11:42:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1375,10 +1377,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 841ae422-8d0c-4bc1-b3a0-355f279fd2ac + - 1dcd4fc4-e898-45ee-aac9-de76a58cb39c status: 200 OK code: 200 - duration: 65.203667ms + duration: 52.137833ms - id: 28 request: proto: HTTP/1.1 @@ -1394,8 +1396,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1403,20 +1405,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1222 + content_length: 911 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:33.895657Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"pending","timeout":"300s","updated_at":"2025-04-17T11:42:23.761004Z"}' headers: Content-Length: - - "1222" + - "911" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:36 GMT + - Thu, 17 Apr 2025 11:42:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1424,10 +1426,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd59772a-f3bd-4dbd-8d34-4c1bba4ed81d + - cbe17ade-3fd9-4332-9515-603ba359533c status: 200 OK code: 200 - duration: 75.702166ms + duration: 54.527833ms - id: 29 request: proto: HTTP/1.1 @@ -1443,8 +1445,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1452,20 +1454,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 949 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:30.299895Z"}' headers: Content-Length: - - "550" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:37 GMT + - Thu, 17 Apr 2025 11:42:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1473,10 +1475,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f65a5e0b-5cb8-4b0c-8b4f-0726999ace09 + - 65c83e1b-6586-44e0-ba3d-9b0bc6076bc6 status: 200 OK code: 200 - duration: 93.601125ms + duration: 60.374292ms - id: 30 request: proto: HTTP/1.1 @@ -1492,8 +1494,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1501,20 +1503,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1222 + content_length: 949 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{"foo":"bar"},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:33.895657Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:30.299895Z"}' headers: Content-Length: - - "1222" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:37 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1522,50 +1524,48 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 783d2548-7b4f-44ec-9c48-ec3573c96500 + - aef0a799-b771-4206-bdff-9d67d791f817 status: 200 OK code: 200 - duration: 80.1375ms + duration: 58.226334ms - id: 31 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 184 + content_length: 0 transfer_encoding: [] trailer: {} host: api.scaleway.com remote_addr: "" request_uri: "" - body: '{"environment_variables":{},"privacy":"unknown_privacy","protocol":"unknown_protocol","secret_environment_variables":[],"http_option":"unknown_http_option","sandbox":"unknown_sandbox"}' + body: "" 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/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1176 + content_length: 949 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-01-24T15:38:37.677705910Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:30.299895Z"}' headers: Content-Length: - - "1176" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:37 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1573,10 +1573,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a6fef99-b757-427c-8a37-a719266e32d0 + - a4895cc8-6818-4c57-926d-0f85bd9e28d6 status: 200 OK code: 200 - duration: 107.174542ms + duration: 54.101458ms - id: 32 request: proto: HTTP/1.1 @@ -1592,8 +1592,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1601,20 +1601,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-01-24T15:38:37.677706Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1173" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:37 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1622,10 +1622,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11a6d063-776b-456f-aaa9-c8b7685aadbc + - b1e2ebd5-f11a-4346-bbd1-9f5dc2d16c3f status: 200 OK code: 200 - duration: 66.230916ms + duration: 45.318167ms - id: 33 request: proto: HTTP/1.1 @@ -1641,8 +1641,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1650,20 +1650,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1173 + content_length: 949 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"pending","timeout":"300s","updated_at":"2025-01-24T15:38:37.677706Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:30.299895Z"}' headers: Content-Length: - - "1173" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:42 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1671,10 +1671,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fde5fa68-2460-4e9e-ad6d-4e91dd4b78db + - fe0d61d9-be65-4824-8ab7-28cc02b1ba4a status: 200 OK code: 200 - duration: 82.987458ms + duration: 56.149458ms - id: 34 request: proto: HTTP/1.1 @@ -1690,8 +1690,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 method: GET response: proto: HTTP/2.0 @@ -1699,20 +1699,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 949 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:45.493318Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"error","timeout":"300s","updated_at":"2025-04-17T11:42:30.299895Z"}' headers: Content-Length: - - "1211" + - "949" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:47 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1720,10 +1720,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29a72b64-5506-4906-8472-51b05dbfe8f4 + - 27daf533-625e-411e-b227-605ecb7e7275 status: 200 OK code: 200 - duration: 81.90925ms + duration: 65.176917ms - id: 35 request: proto: HTTP/1.1 @@ -1739,29 +1739,29 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/5553d036-eed1-49d6-a81e-85f41cf83bb4 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 915 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:45.493318Z"}' + body: '{"cpu_limit":1000,"created_at":"2025-04-17T11:42:10.039194Z","description":"","domain_name":"tfnsobjectivehaibtcrvvgesx-tf-co-peaceful-meninsky.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"5553d036-eed1-49d6-a81e-85f41cf83bb4","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-peaceful-meninsky","namespace_id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx/tf-co-peaceful-meninsky:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[],"status":"deleting","timeout":"300s","updated_at":"2025-04-17T11:42:34.790545923Z"}' headers: Content-Length: - - "1211" + - "915" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:48 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1769,10 +1769,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e4bd7d3-6c3d-40cb-930d-1995137d9233 + - 67d31d36-f27d-472b-9295-e7329321382d status: 200 OK code: 200 - duration: 69.239625ms + duration: 163.367917ms - id: 36 request: proto: HTTP/1.1 @@ -1788,8 +1788,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1797,20 +1797,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 554 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:45.493318Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-04-17T11:42:05.435732Z"}' headers: Content-Length: - - "1211" + - "554" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:48 GMT + - Thu, 17 Apr 2025 11:42:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1818,10 +1818,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb68b9e7-d2f3-460d-b30b-191a5d88bc44 + - 7ef07c5f-6b37-4764-b28d-f472e6640f9d status: 200 OK code: 200 - duration: 89.650833ms + duration: 39.053208ms - id: 37 request: proto: HTTP/1.1 @@ -1837,29 +1837,29 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 + method: DELETE response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 560 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981890950Z"}' headers: Content-Length: - - "550" + - "560" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:48 GMT + - Thu, 17 Apr 2025 11:42:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1867,10 +1867,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a8719f0-3563-46fc-bf47-404852a7af42 + - b2d7455b-fb2e-42f4-bb16-754ef072fea5 status: 200 OK code: 200 - duration: 95.302833ms + duration: 214.111792ms - id: 38 request: proto: HTTP/1.1 @@ -1886,8 +1886,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1895,20 +1895,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 557 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:45.493318Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981891Z"}' headers: Content-Length: - - "1211" + - "557" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:49 GMT + - Thu, 17 Apr 2025 11:42:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1916,10 +1916,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29ffdcb8-192d-4d1e-bd13-0bf54a467be6 + - 6523da6d-48d9-468a-b4ca-f7713365119d status: 200 OK code: 200 - duration: 83.395167ms + duration: 138.313958ms - id: 39 request: proto: HTTP/1.1 @@ -1935,8 +1935,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -1944,20 +1944,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1211 + content_length: 557 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"Image was not found in container registry.","health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"error","timeout":"300s","updated_at":"2025-01-24T15:38:45.493318Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981891Z"}' headers: Content-Length: - - "1211" + - "557" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:49 GMT + - Thu, 17 Apr 2025 11:42:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,10 +1965,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a8cb505-be11-43bd-8d97-48097118016e + - 66c2f33c-3889-4b7f-9d81-c7a0a0272ed0 status: 200 OK code: 200 - duration: 80.165667ms + duration: 46.620167ms - id: 40 request: proto: HTTP/1.1 @@ -1984,29 +1984,29 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/70ca1e2d-3887-48d7-8d4f-1eb1fa716edd - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 1177 + content_length: 557 uncompressed: false - body: '{"cpu_limit":1000,"created_at":"2025-01-24T15:38:20.869086Z","description":"","domain_name":"tfnselatedleakeyottmxtte-tf-co-vigorous-swartz.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"health_check":{"failure_threshold":30,"interval":"10s","tcp":{}},"http_option":"enabled","id":"70ca1e2d-3887-48d7-8d4f-1eb1fa716edd","local_storage_limit":1000,"max_concurrency":50,"max_scale":5,"memory_limit":2048,"min_scale":0,"name":"tf-co-vigorous-swartz","namespace_id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","port":8080,"privacy":"public","protocol":"http1","ready_at":null,"region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte/tf-co-vigorous-swartz:latest","sandbox":"v2","scaling_option":{"concurrent_requests_threshold":50},"secret_environment_variables":[{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$Y+TXcpntj+WqVZg06bfrbg$wQwgaT4uFJofyZVqv9HCHkIg9YvBeqpfnlyzQlB+Y0g","key":"test_secret"},{"hashed_value":"$argon2id$v=19$m=65536,t=1,p=2$gVInbthXYkh+BZ5HYbj5CQ$HdrQKaJj2c5N28NbVfwx5utHMsZREEH5b9TEAa7Sp6w","key":"foo_secret"}],"status":"deleting","timeout":"300s","updated_at":"2025-01-24T15:38:50.066040028Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981891Z"}' headers: Content-Length: - - "1177" + - "557" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:50 GMT + - Thu, 17 Apr 2025 11:42:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2014,10 +2014,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24942311-ba07-47a0-88b6-ef57177b1f4c + - 98b1c333-36ef-4395-91b9-4d383e6670cf status: 200 OK code: 200 - duration: 139.666875ms + duration: 41.17225ms - id: 41 request: proto: HTTP/1.1 @@ -2033,8 +2033,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -2042,20 +2042,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 550 + content_length: 557 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"ready","tags":[],"updated_at":"2025-01-24T15:38:19.535140Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981891Z"}' headers: Content-Length: - - "550" + - "557" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:50 GMT + - Thu, 17 Apr 2025 11:42:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,10 +2063,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28fca15f-67db-4657-90eb-8fd51ceda84e + - 7b8a2b94-a060-415d-82e3-65c862a7a5b6 status: 200 OK code: 200 - duration: 74.251042ms + duration: 41.450541ms - id: 42 request: proto: HTTP/1.1 @@ -2082,29 +2082,29 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 + method: GET response: proto: HTTP/2.0 proto_major: 2 proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 556 + content_length: 557 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-01-24T15:38:50.275356965Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981891Z"}' headers: Content-Length: - - "556" + - "557" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:50 GMT + - Thu, 17 Apr 2025 11:42:55 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2112,10 +2112,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9725a022-64c6-439c-81f1-3067dcb6355e + - 9943d9b3-f198-4a25-b547-685a59cf8ea2 status: 200 OK code: 200 - duration: 227.069625ms + duration: 45.996041ms - id: 43 request: proto: HTTP/1.1 @@ -2131,8 +2131,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -2140,20 +2140,20 @@ interactions: proto_minor: 0 transfer_encoding: [] trailer: {} - content_length: 553 + content_length: 557 uncompressed: false - body: '{"created_at":"2025-01-24T15:37:49.279770Z","description":"","environment_variables":{},"error_message":null,"id":"2705d86a-1ff1-46d2-8f0b-afaba8bc81c3","name":"tf-ns-elated-leakey","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnselatedleakeyottmxtte","registry_namespace_id":"8e1efd18-5dfc-4773-a4bc-8a5520bac369","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-01-24T15:38:50.275357Z"}' + body: '{"created_at":"2025-04-17T11:42:04.084994Z","description":"","environment_variables":{},"error_message":null,"id":"8a9798e3-ed28-49a0-8e23-149ed68fd3a0","name":"tf-ns-objective-haibt","organization_id":"6867048b-fe12-4e96-835e-41c79a39604b","project_id":"6867048b-fe12-4e96-835e-41c79a39604b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsobjectivehaibtcrvvgesx","registry_namespace_id":"efa49832-146a-4b51-a49a-7a8e0dbd49b2","secret_environment_variables":[],"status":"deleting","tags":[],"updated_at":"2025-04-17T11:42:34.981891Z"}' headers: Content-Length: - - "553" + - "557" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:50 GMT + - Thu, 17 Apr 2025 11:43:00 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2161,10 +2161,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f015407-a6f9-434e-80cf-b98e01b1c53a + - 393b06ba-73ac-42a1-bbbb-37d54ae14a9b status: 200 OK code: 200 - duration: 74.079542ms + duration: 83.130417ms - id: 44 request: proto: HTTP/1.1 @@ -2180,8 +2180,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: GET response: proto: HTTP/2.0 @@ -2200,9 +2200,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:55 GMT + - Thu, 17 Apr 2025 11:43:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2210,10 +2210,10 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3410d04-22f2-42d5-bcea-755f82c73cdd + - 47e7bd54-4086-4a9a-841b-09a69599f169 status: 404 Not Found code: 404 - duration: 24.498208ms + duration: 28.011459ms - id: 45 request: proto: HTTP/1.1 @@ -2229,8 +2229,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.3; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/2705d86a-1ff1-46d2-8f0b-afaba8bc81c3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; arm64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/8a9798e3-ed28-49a0-8e23-149ed68fd3a0 method: DELETE response: proto: HTTP/2.0 @@ -2249,9 +2249,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 24 Jan 2025 15:38:55 GMT + - Thu, 17 Apr 2025 11:43:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-1;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2259,7 +2259,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d5c2814-69d4-41fe-98b9-52c82145eebd + - 4cfd0a4d-6e5c-4c07-9465-90995bb27fcc status: 404 Not Found code: 404 - duration: 27.150708ms + duration: 26.641ms