From 1c012e14ccf8a6c7f791562a37bc7b3c694ad2b6 Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Fri, 9 Aug 2024 08:57:52 +0200 Subject: [PATCH 1/2] tests(container): correct memory limit in basic test --- internal/services/container/container_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/services/container/container_test.go b/internal/services/container/container_test.go index 8ac75bbb8..c7b8b654b 100644 --- a/internal/services/container/container_test.go +++ b/internal/services/container/container_test.go @@ -93,7 +93,7 @@ func TestAccContainer_Basic(t *testing.T) { min_scale = 1 max_scale = 2 max_concurrency = 80 - memory_limit = 256 + memory_limit = 1120 cpu_limit = 280 deploy = false } @@ -104,7 +104,7 @@ func TestAccContainer_Basic(t *testing.T) { resource.TestCheckResourceAttr("scaleway_container.main", "name", "my-container-tf"), resource.TestCheckResourceAttr("scaleway_container.main", "port", "5000"), resource.TestCheckResourceAttr("scaleway_container.main", "cpu_limit", "280"), - resource.TestCheckResourceAttr("scaleway_container.main", "memory_limit", "256"), + resource.TestCheckResourceAttr("scaleway_container.main", "memory_limit", "1120"), resource.TestCheckResourceAttr("scaleway_container.main", "min_scale", "1"), resource.TestCheckResourceAttr("scaleway_container.main", "max_scale", "2"), resource.TestCheckResourceAttr("scaleway_container.main", "timeout", "300"), From 5c7f386d20169eaf43cb7754df88627b9baba432 Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Fri, 9 Aug 2024 08:58:02 +0200 Subject: [PATCH 2/2] update cassette --- .../testdata/container-basic.cassette.yaml | 3180 ++++++++++------- 1 file changed, 1919 insertions(+), 1261 deletions(-) diff --git a/internal/services/container/testdata/container-basic.cassette.yaml b/internal/services/container/testdata/container-basic.cassette.yaml index 3fab0fc88..d489da401 100644 --- a/internal/services/container/testdata/container-basic.cassette.yaml +++ b/internal/services/container/testdata/container-basic.cassette.yaml @@ -1,1264 +1,1922 @@ --- version: 2 interactions: -- request: - body: '{"name":"tf-ns-funny-mclean","environment_variables":{},"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","description":null,"secret_environment_variables":[]}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces - method: POST - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending"}' - headers: - Content-Length: - - "368" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 57f9a4fa-0e26-4e26-905b-3b8d0fac7cff - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending"}' - headers: - Content-Length: - - "368" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa47a505-c9f0-4043-996d-32bebb32d4db - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2f89094f-ab30-4de6-b146-a93ea715cddd - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 882c7ac2-9838-40d3-b806-ec2b019d426d - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 46e0da27-3ef8-468f-b9a6-5330fdc015d3 - status: 200 OK - code: 200 -- request: - body: '{"namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-co-elated-moser","environment_variables":null,"min_scale":null,"max_scale":null,"memory_limit":null,"cpu_limit":null,"timeout":null,"privacy":"public","description":null,"registry_image":null,"max_concurrency":null,"protocol":"http1","port":null,"secret_environment_variables":null,"http_option":"enabled"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers - method: POST - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ac34ee15-5a33-4b17-b94b-70bd524006c6 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/300411a6-d35c-405f-bfbf-d5a631920adf - method: GET - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ab0bd723-98e7-41c5-9fbe-92b21c7ea7b4 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/300411a6-d35c-405f-bfbf-d5a631920adf - method: GET - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:42 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6c7c6ef4-e2f3-42ca-9483-cda1516f39d0 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:43 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - da10b3fe-f874-4a2c-9420-664f4d6ed624 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/300411a6-d35c-405f-bfbf-d5a631920adf - method: GET - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:43 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5c34dac7-d606-4923-92d2-6b29560d8c2a - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:43 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 18796766-941e-4345-9801-107aef3c2a43 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/300411a6-d35c-405f-bfbf-d5a631920adf - method: GET - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:43 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9e628f2e-07b9-4703-9917-32d834c56c89 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/300411a6-d35c-405f-bfbf-d5a631920adf - method: GET - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "624" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2e56bd3a-2f54-45ac-b6d6-7bb31f4096db - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/300411a6-d35c-405f-bfbf-d5a631920adf - method: DELETE - response: - body: '{"cpu_limit":140,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-tf-co-elated-moser.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"300411a6-d35c-405f-bfbf-d5a631920adf","max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-elated-moser","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/tf-co-elated-moser:latest","secret_environment_variables":[],"status":"deleting","timeout":"300s"}' - headers: - Content-Length: - - "625" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e4e2e53b-9a26-4611-9017-e30d98a349af - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 15d9d8b1-6698-4977-ba05-786f40b81eb3 - status: 200 OK - code: 200 -- request: - body: '{"namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"my-container-tf","environment_variables":null,"min_scale":null,"max_scale":20,"memory_limit":128,"cpu_limit":70,"timeout":"300.000000000s","privacy":"public","description":null,"registry_image":null,"max_concurrency":null,"protocol":"http1","port":8080,"secret_environment_variables":null,"http_option":"enabled"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers - method: POST - response: - body: '{"cpu_limit":70,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 80ebb4ab-db44-4e44-830a-043e5714f136 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":70,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f232c609-577a-45b0-bb33-9b4b6610515b - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":70,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:44 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 894c8b30-ec42-4469-a459-a278c5097138 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:45 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a3221468-69c7-4dd7-b4ac-c47b1ea2ff82 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":70,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:45 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0073c68c-08c4-4975-8130-d0b6d80a2542 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:45 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6c0e4c17-aa50-41f2-93a0-cc9c8f306b61 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":70,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:45 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b20700c7-96ac-486c-a422-32b70340d358 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7fce3ba7-0d8d-4479-97e8-65ebad917a52 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":70,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"created","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a843d97-24f7-4762-bc6f-a3141af581b7 - status: 200 OK - code: 200 -- request: - body: '{"environment_variables":null,"min_scale":1,"max_scale":2,"memory_limit":256,"cpu_limit":280,"timeout":null,"redeploy":null,"privacy":"unknown_privacy","description":null,"registry_image":null,"max_concurrency":80,"protocol":"unknown_protocol","port":5000,"secret_environment_variables":null,"http_option":"unknown_http_option"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: PATCH - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"pending","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3db9578d-c0f5-4b3d-8c2d-b84c61dc6057 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"pending","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f06cff6d-0081-411d-a607-fc808831af79 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"pending","timeout":"300s"}' - headers: - Content-Length: - - "615" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:51 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8bd4beea-725e-4b4d-a5cc-f4dfc07049d2 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container - image was not found","http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"error","timeout":"300s"}' - headers: - Content-Length: - - "640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:56 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 388163eb-01c1-4751-b3dc-63b2e424a73b - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container - image was not found","http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"error","timeout":"300s"}' - headers: - Content-Length: - - "640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:56 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94f3584d-d98a-4738-b707-51fcececbbce - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container - image was not found","http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"error","timeout":"300s"}' - headers: - Content-Length: - - "640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:56 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0368d61a-6f14-4a13-96be-d3fb8b5d4a65 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:56 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 67d81f3f-bdce-493c-b60a-6489e874e8fd - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container - image was not found","http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"error","timeout":"300s"}' - headers: - Content-Length: - - "640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:57 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6fb7825d-622f-445a-a287-3c081cfa78b1 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: GET - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container - image was not found","http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"error","timeout":"300s"}' - headers: - Content-Length: - - "640" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:57 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6af1f71f-55b6-429f-a46e-9415d1426855 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/15bac260-7a0b-46b8-b14c-4413524b04e3 - method: DELETE - response: - body: '{"cpu_limit":280,"description":"","domain_name":"tfnsfunnymcleanyd5slvj4-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"15bac260-7a0b-46b8-b14c-4413524b04e3","max_concurrency":80,"max_scale":2,"memory_limit":256,"min_scale":1,"name":"my-container-tf","namespace_id":"89e8affd-9cef-46af-bd67-7d10a879704a","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4/my-container-tf:latest","secret_environment_variables":[],"status":"deleting","timeout":"300s"}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:57 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 94447673-df93-4fc0-932e-487f37e536a6 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"ready"}' - headers: - Content-Length: - - "452" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:57 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e26cf5a1-92e0-408c-88fc-366cef1e2c35 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: DELETE - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"deleting"}' - headers: - Content-Length: - - "455" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:57 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f210180-b57a-4814-9099-e296ae47babd - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"description":"","environment_variables":{},"error_message":null,"id":"89e8affd-9cef-46af-bd67-7d10a879704a","name":"tf-ns-funny-mclean","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsfunnymcleanyd5slvj4","registry_namespace_id":"0b0f15a5-d377-416e-ac4c-a1fc1509d044","secret_environment_variables":[],"status":"deleting"}' - headers: - Content-Length: - - "455" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:30:57 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 70d4a101-d3e8-4277-b47b-bedfabbee537 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/89e8affd-9cef-46af-bd67-7d10a879704a - method: GET - response: - body: '{"message":"Namespace was not found"}' - headers: - Content-Length: - - "37" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:31:02 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce06b9a1-6970-4f0c-aa33-9682a83263e2 - status: 404 Not Found - code: 404 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/89e8affd-9cef-46af-bd67-7d10a879704a - method: DELETE - response: - body: '{"message":"Container was not found"}' - headers: - Content-Length: - - "37" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 24 May 2023 13:31:02 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d5376d0-865e-4663-89a6-9e3cbff6898e - status: 404 Not Found - code: 404 + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 144 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"name":"tf-ns-exciting-euler","environment_variables":{},"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","secret_environment_variables":[]}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 381 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending"}' + headers: + Content-Length: + - "381" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3876bcf1-74b9-469f-99be-e9c63921cd81 + status: 200 OK + code: 200 + duration: 369.294851ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 381 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"","registry_namespace_id":"","secret_environment_variables":[],"status":"pending"}' + headers: + Content-Length: + - "381" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:02 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2a67b45a-23b4-4495-9b0c-542654b1905d + status: 200 OK + code: 200 + duration: 42.83165ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4d4340b4-8b2e-4bde-be2b-a443ced736e3 + status: 200 OK + code: 200 + duration: 40.101238ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 97284155-9c3f-4ca6-8346-802a40bf20c6 + status: 200 OK + code: 200 + duration: 44.334727ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e6672c0b-f3cc-47ea-8d1f-7d4cc046816e + status: 200 OK + code: 200 + duration: 44.691998ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 210 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-co-amazing-bassi","privacy":"public","protocol":"http1","secret_environment_variables":null,"http_option":"enabled","sandbox":"unknown_sandbox"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) 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: 692 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "692" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f414581d-1bdb-48a1-bbd3-c768426a0051 + status: 200 OK + code: 200 + duration: 248.586287ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/01440c4e-4192-43de-a8ab-bf8f4cf81595 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 692 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "692" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 10c1df5f-648c-4304-b1d3-ace528867eec + status: 200 OK + code: 200 + duration: 54.205353ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/01440c4e-4192-43de-a8ab-bf8f4cf81595 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 692 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "692" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:07 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5ec65cf9-8094-4987-888c-651fb5d654f6 + status: 200 OK + code: 200 + duration: 49.950194ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 57c854f3-a014-45c6-8506-02451dc81899 + status: 200 OK + code: 200 + duration: 47.75171ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/01440c4e-4192-43de-a8ab-bf8f4cf81595 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 692 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "692" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - da4e80c1-b8e8-4663-a6b4-5e403f9504d9 + status: 200 OK + code: 200 + duration: 50.359402ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 05a1295e-7837-4c73-8f91-9b0361002b88 + status: 200 OK + code: 200 + duration: 40.656982ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/01440c4e-4192-43de-a8ab-bf8f4cf81595 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 692 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "692" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 97badea5-c44e-4262-a43b-17d3aaf056dc + status: 200 OK + code: 200 + duration: 48.586289ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/01440c4e-4192-43de-a8ab-bf8f4cf81595 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 692 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "692" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 313a20a2-5e1b-48a1-a6b5-3203d190315f + status: 200 OK + code: 200 + duration: 39.585128ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/01440c4e-4192-43de-a8ab-bf8f4cf81595 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 693 + uncompressed: false + body: '{"cpu_limit":140,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-tf-co-amazing-bassi.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"01440c4e-4192-43de-a8ab-bf8f4cf81595","local_storage_limit":0,"max_concurrency":50,"max_scale":5,"memory_limit":256,"min_scale":0,"name":"tf-co-amazing-bassi","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/tf-co-amazing-bassi:latest","sandbox":"v1","secret_environment_variables":[],"status":"deleting","timeout":"300s"}' + headers: + Content-Length: + - "693" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6f999fa5-674c-4d78-a834-ae50be2c0dae + status: 200 OK + code: 200 + duration: 144.625206ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - eb11b4e8-1023-49bc-9a48-7d0860556e07 + status: 200 OK + code: 200 + duration: 41.47492ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 294 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","name":"my-container-tf","max_scale":20,"memory_limit":128,"cpu_limit":70,"timeout":"300.000000000s","privacy":"public","protocol":"http1","port":8080,"secret_environment_variables":null,"http_option":"enabled","sandbox":"unknown_sandbox"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) 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: 680 + uncompressed: false + body: '{"cpu_limit":70,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "680" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 13eb48dd-fadb-44fe-be2f-0753c8e6d371 + status: 200 OK + code: 200 + duration: 255.662769ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 680 + uncompressed: false + body: '{"cpu_limit":70,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "680" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 04ab44fe-1494-4349-821b-8f57579d561d + status: 200 OK + code: 200 + duration: 50.270755ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 680 + uncompressed: false + body: '{"cpu_limit":70,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "680" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e4e048e2-f077-4229-af55-46c4d0fb2ce9 + status: 200 OK + code: 200 + duration: 48.230841ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6530a59b-f13b-4b01-8e18-96c530f7ab10 + status: 200 OK + code: 200 + duration: 40.886695ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 680 + uncompressed: false + body: '{"cpu_limit":70,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "680" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b845611f-6e99-4dda-a8ba-b08ed1cc1460 + status: 200 OK + code: 200 + duration: 45.07074ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4a455391-9299-411c-9727-0806015b0944 + status: 200 OK + code: 200 + duration: 53.382715ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 680 + uncompressed: false + body: '{"cpu_limit":70,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "680" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:10 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f7ddc335-2e6b-4958-b9fd-f65a8a8cce96 + status: 200 OK + code: 200 + duration: 49.440645ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - afa4b248-a65f-4e2e-a150-482163f7d5d6 + status: 200 OK + code: 200 + duration: 47.377466ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 680 + uncompressed: false + body: '{"cpu_limit":70,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":50,"max_scale":20,"memory_limit":128,"min_scale":0,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":8080,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"created","timeout":"300s"}' + headers: + Content-Length: + - "680" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9ac66d0c-884d-4477-bb78-85998136ca08 + status: 200 OK + code: 200 + duration: 48.619772ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 256 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: '{"min_scale":1,"max_scale":2,"memory_limit":1120,"cpu_limit":280,"privacy":"unknown_privacy","max_concurrency":80,"protocol":"unknown_protocol","port":5000,"secret_environment_variables":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.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 681 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"pending","timeout":"300s"}' + headers: + Content-Length: + - "681" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bddb1eab-0667-4f5b-86da-bd510de89f28 + status: 200 OK + code: 200 + duration: 69.919825ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 681 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"pending","timeout":"300s"}' + headers: + Content-Length: + - "681" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 53e724ef-e323-4848-a647-05bd3f7c266c + status: 200 OK + code: 200 + duration: 47.608ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 681 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"pending","timeout":"300s"}' + headers: + Content-Length: + - "681" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7948a331-8ca6-4eb6-be63-09f9d80e7c2c + status: 200 OK + code: 200 + duration: 49.054059ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 706 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container image was not found","http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"error","timeout":"300s"}' + headers: + Content-Length: + - "706" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e90e5df8-f727-40d6-a922-cbd444bdcd97 + status: 200 OK + code: 200 + duration: 48.961725ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 706 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container image was not found","http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"error","timeout":"300s"}' + headers: + Content-Length: + - "706" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1a6e7d3f-7ab7-4b29-97de-23d4480fd71f + status: 200 OK + code: 200 + duration: 56.388517ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 706 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container image was not found","http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"error","timeout":"300s"}' + headers: + Content-Length: + - "706" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ec661d7c-d574-438a-b9b8-68d0cac8648e + status: 200 OK + code: 200 + duration: 45.420848ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ecdde7c1-3847-49b3-a33f-68a0533cc94c + status: 200 OK + code: 200 + duration: 45.762571ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 706 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container image was not found","http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"error","timeout":"300s"}' + headers: + Content-Length: + - "706" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ab08492a-1cb1-4f32-bfb2-2756aa372af3 + status: 200 OK + code: 200 + duration: 54.114172ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 706 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":"container image was not found","http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"error","timeout":"300s"}' + headers: + Content-Length: + - "706" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 66dfdec3-0388-4957-aad6-2ebb72ea0117 + status: 200 OK + code: 200 + duration: 51.100886ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/c3be4b59-256e-402c-8a33-7234822284a3 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 682 + uncompressed: false + body: '{"cpu_limit":280,"description":"","domain_name":"tfnsexcitingeulerdng4rczk-my-container-tf.functions.fnc.fr-par.scw.cloud","environment_variables":{},"error_message":null,"http_option":"enabled","id":"c3be4b59-256e-402c-8a33-7234822284a3","local_storage_limit":0,"max_concurrency":80,"max_scale":2,"memory_limit":1120,"min_scale":1,"name":"my-container-tf","namespace_id":"013c8893-a40d-4895-9741-6f0ede354814","port":5000,"privacy":"public","protocol":"http1","region":"fr-par","registry_image":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk/my-container-tf:latest","sandbox":"v1","secret_environment_variables":[],"status":"deleting","timeout":"300s"}' + headers: + Content-Length: + - "682" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 464183fe-4f2e-40b0-a536-81dc707c3cc9 + status: 200 OK + code: 200 + duration: 91.035731ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 467 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"ready"}' + headers: + Content-Length: + - "467" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 72711a63-e712-4ded-9301-05e04f7955ca + status: 200 OK + code: 200 + duration: 45.296054ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 470 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"deleting"}' + headers: + Content-Length: + - "470" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - df928fc7-c2be-44d6-bfaf-c1e365010172 + status: 200 OK + code: 200 + duration: 237.053195ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 470 + uncompressed: false + body: '{"description":"","environment_variables":{},"error_message":null,"id":"013c8893-a40d-4895-9741-6f0ede354814","name":"tf-ns-exciting-euler","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","region":"fr-par","registry_endpoint":"rg.fr-par.scw.cloud/funcscwtfnsexcitingeulerdng4rczk","registry_namespace_id":"c117d099-0ce3-45a8-be77-b9fdda218ea8","secret_environment_variables":[],"status":"deleting"}' + headers: + Content-Length: + - "470" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:22 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4f704093-9dea-4186-a5e0-254d6cda2516 + status: 200 OK + code: 200 + duration: 45.316172ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/013c8893-a40d-4895-9741-6f0ede354814 + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 37 + uncompressed: false + body: '{"message":"Namespace was not found"}' + headers: + Content-Length: + - "37" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 123e8a1d-4a3f-473d-8146-c1e6d9e48d05 + status: 404 Not Found + code: 404 + duration: 23.031298ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: api.scaleway.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/013c8893-a40d-4895-9741-6f0ede354814 + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 37 + uncompressed: false + body: '{"message":"Container was not found"}' + headers: + Content-Length: + - "37" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Fri, 09 Aug 2024 06:57:27 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5fe6f56b-1948-42bc-8d43-290a20faef7b + status: 404 Not Found + code: 404 + duration: 19.402656ms