diff --git a/cmd/vcr-compressor/main.go b/cmd/vcr-compressor/main.go index b94b250fa..66c21d726 100644 --- a/cmd/vcr-compressor/main.go +++ b/cmd/vcr-compressor/main.go @@ -2,6 +2,8 @@ package main import ( "encoding/json" + "github.com/scaleway/scaleway-sdk-go/api/lb/v1" + "github.com/scaleway/scaleway-sdk-go/api/vpcgw/v2" "log" "os" @@ -16,6 +18,18 @@ var transientStates = map[string]bool{ k8s.PoolStatusDeleting.String(): true, k8s.PoolStatusScaling.String(): true, k8s.PoolStatusUpgrading.String(): true, + + lb.InstanceStatusPending.String(): true, + lb.InstanceStatusMigrating.String(): true, + lb.LBStatusPending.String(): true, + lb.LBStatusMigrating.String(): true, + lb.LBStatusCreating.String(): true, + lb.LBStatusDeleting.String(): true, + lb.CertificateStatusPending.String(): true, + + vpcgw.GatewayStatusAllocating.String(): true, + vpcgw.GatewayStatusStopping.String(): true, + vpcgw.GatewayStatusConfiguring.String(): true, } func main() { diff --git a/internal/services/lb/testdata/lb-with-private-networks-on-dhcp-config.cassette.yaml b/internal/services/lb/testdata/lb-with-private-networks-on-dhcp-config.cassette.yaml index 142b549d3..db81b729d 100644 --- a/internal/services/lb/testdata/lb-with-private-networks-on-dhcp-config.cassette.yaml +++ b/internal/services/lb/testdata/lb-with-private-networks-on-dhcp-config.cassette.yaml @@ -1651,55 +1651,6 @@ interactions: code: 200 duration: 112.835625ms - 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.23.5; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/8ebafec9-15fb-496d-b212-1719a0311c3b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 1986 - uncompressed: false - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2025-02-12T16:10:35.342174Z","gateway_networks":[{"address":null,"created_at":"2025-02-12T16:10:48.362447Z","dhcp":{"address":"10.0.0.1","created_at":"2025-02-12T16:10:33.561435Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1248e521-f708-4f4a-80ee-9d3084b0616f","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2025-02-12T16:10:33.561435Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"8ebafec9-15fb-496d-b212-1719a0311c3b","id":"fa8d0cb8-6e84-4edf-beba-cfefaa1bd81c","ipam_config":null,"mac_address":null,"private_network_id":"7abd3366-919a-46e1-88ad-af224037959a","status":"created","updated_at":"2025-02-12T16:10:48.362447Z","zone":"fr-par-1"}],"id":"8ebafec9-15fb-496d-b212-1719a0311c3b","ip":{"address":"163.172.162.186","created_at":"2025-02-12T16:10:34.957253Z","gateway_id":"8ebafec9-15fb-496d-b212-1719a0311c3b","id":"d217409e-10e1-4bbc-97d6-1daedb998b38","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"186-162-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-02-12T16:10:34.957253Z","zone":"fr-par-1"},"ip_mobility_enabled":true,"is_legacy":true,"name":"tf-test-public-gw","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2025-02-12T16:10:48.544723Z","upstream_dns_servers":[],"version":"0.7.3","zone":"fr-par-1"}' - headers: - Content-Length: - - "1986" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 12 Feb 2025 16:10:53 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e9900f66-a238-4d2b-a580-7bd23aa5860d - status: 200 OK - code: 200 - duration: 64.197583ms - - id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1748,56 +1699,7 @@ interactions: status: 200 OK code: 200 duration: 113.142375ms - - 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.23.5; darwin; arm64) terraform-provider/develop terraform/terraform-tests - url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways/8ebafec9-15fb-496d-b212-1719a0311c3b - method: GET - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - transfer_encoding: [] - trailer: {} - content_length: 2005 - uncompressed: false - body: '{"bastion_enabled":false,"bastion_port":61000,"can_upgrade_to":null,"created_at":"2025-02-12T16:10:35.342174Z","gateway_networks":[{"address":null,"created_at":"2025-02-12T16:10:48.362447Z","dhcp":{"address":"10.0.0.1","created_at":"2025-02-12T16:10:33.561435Z","dns_local_name":"priv","dns_search":[],"dns_servers_override":[],"enable_dynamic":true,"id":"1248e521-f708-4f4a-80ee-9d3084b0616f","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","pool_high":"10.0.0.254","pool_low":"10.0.0.2","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","push_default_route":true,"push_dns_server":true,"rebind_timer":"3060s","renew_timer":"3000s","subnet":"10.0.0.0/24","updated_at":"2025-02-12T16:10:33.561435Z","valid_lifetime":"3600s","zone":"fr-par-1"},"enable_dhcp":true,"enable_masquerade":true,"gateway_id":"8ebafec9-15fb-496d-b212-1719a0311c3b","id":"fa8d0cb8-6e84-4edf-beba-cfefaa1bd81c","ipam_config":null,"mac_address":"02:00:00:18:61:C7","private_network_id":"7abd3366-919a-46e1-88ad-af224037959a","status":"configuring","updated_at":"2025-02-12T16:10:54.228713Z","zone":"fr-par-1"}],"id":"8ebafec9-15fb-496d-b212-1719a0311c3b","ip":{"address":"163.172.162.186","created_at":"2025-02-12T16:10:34.957253Z","gateway_id":"8ebafec9-15fb-496d-b212-1719a0311c3b","id":"d217409e-10e1-4bbc-97d6-1daedb998b38","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":"186-162-172-163.instances.scw.cloud","tags":[],"updated_at":"2025-02-12T16:10:34.957253Z","zone":"fr-par-1"},"ip_mobility_enabled":true,"is_legacy":true,"name":"tf-test-public-gw","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","smtp_enabled":false,"status":"configuring","tags":[],"type":{"bandwidth":100000000,"name":"VPC-GW-S","zone":"fr-par-1"},"updated_at":"2025-02-12T16:10:48.544723Z","upstream_dns_servers":[],"version":"0.7.3","zone":"fr-par-1"}' - headers: - Content-Length: - - "2005" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 12 Feb 2025 16:10:58 GMT - Server: - - Scaleway API Gateway (fr-par-2;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 06152b4a-8850-4328-b7ab-b6ec95885a18 - status: 200 OK - code: 200 - duration: 54.098666ms - - id: 36 + - id: 34 request: proto: HTTP/1.1 proto_major: 1 @@ -1846,7 +1748,7 @@ interactions: status: 200 OK code: 200 duration: 120.832542ms - - id: 37 + - id: 35 request: proto: HTTP/1.1 proto_major: 1 @@ -1895,7 +1797,7 @@ interactions: status: 200 OK code: 200 duration: 49.225167ms - - id: 38 + - id: 36 request: proto: HTTP/1.1 proto_major: 1 @@ -1944,7 +1846,7 @@ interactions: status: 200 OK code: 200 duration: 116.842625ms - - id: 39 + - id: 37 request: proto: HTTP/1.1 proto_major: 1 @@ -1993,7 +1895,7 @@ interactions: status: 200 OK code: 200 duration: 106.707084ms - - id: 40 + - id: 38 request: proto: HTTP/1.1 proto_major: 1 @@ -2042,7 +1944,7 @@ interactions: status: 200 OK code: 200 duration: 48.201834ms - - id: 41 + - id: 39 request: proto: HTTP/1.1 proto_major: 1 @@ -2091,7 +1993,7 @@ interactions: status: 200 OK code: 200 duration: 69.35725ms - - id: 42 + - id: 40 request: proto: HTTP/1.1 proto_major: 1 @@ -2140,7 +2042,7 @@ interactions: status: 200 OK code: 200 duration: 122.884333ms - - id: 43 + - id: 41 request: proto: HTTP/1.1 proto_major: 1 @@ -2189,7 +2091,7 @@ interactions: status: 200 OK code: 200 duration: 122.624375ms - - id: 44 + - id: 42 request: proto: HTTP/1.1 proto_major: 1 @@ -2238,7 +2140,7 @@ interactions: status: 200 OK code: 200 duration: 102.000292ms - - id: 45 + - id: 43 request: proto: HTTP/1.1 proto_major: 1 @@ -2287,7 +2189,7 @@ interactions: status: 200 OK code: 200 duration: 98.061958ms - - id: 46 + - id: 44 request: proto: HTTP/1.1 proto_major: 1 @@ -2336,7 +2238,7 @@ interactions: status: 200 OK code: 200 duration: 231.895166ms - - id: 47 + - id: 45 request: proto: HTTP/1.1 proto_major: 1 @@ -2385,7 +2287,7 @@ interactions: status: 404 Not Found code: 404 duration: 68.997708ms - - id: 48 + - id: 46 request: proto: HTTP/1.1 proto_major: 1 @@ -2434,7 +2336,7 @@ interactions: status: 200 OK code: 200 duration: 92.577042ms - - id: 49 + - id: 47 request: proto: HTTP/1.1 proto_major: 1 @@ -2483,7 +2385,7 @@ interactions: status: 200 OK code: 200 duration: 102.783208ms - - id: 50 + - id: 48 request: proto: HTTP/1.1 proto_major: 1 @@ -2536,7 +2438,7 @@ interactions: status: 200 OK code: 200 duration: 94.466125ms - - id: 51 + - id: 49 request: proto: HTTP/1.1 proto_major: 1 @@ -2585,7 +2487,7 @@ interactions: status: 200 OK code: 200 duration: 114.143792ms - - id: 52 + - id: 50 request: proto: HTTP/1.1 proto_major: 1 @@ -2636,7 +2538,7 @@ interactions: status: 200 OK code: 200 duration: 496.971125ms - - id: 53 + - id: 51 request: proto: HTTP/1.1 proto_major: 1 @@ -2685,7 +2587,7 @@ interactions: status: 200 OK code: 200 duration: 189.248083ms - - id: 54 + - id: 52 request: proto: HTTP/1.1 proto_major: 1 @@ -2734,7 +2636,7 @@ interactions: status: 200 OK code: 200 duration: 686.402292ms - - id: 55 + - id: 53 request: proto: HTTP/1.1 proto_major: 1 @@ -2783,7 +2685,7 @@ interactions: status: 200 OK code: 200 duration: 114.247958ms - - id: 56 + - id: 54 request: proto: HTTP/1.1 proto_major: 1 @@ -2832,7 +2734,7 @@ interactions: status: 200 OK code: 200 duration: 115.015583ms - - id: 57 + - id: 55 request: proto: HTTP/1.1 proto_major: 1 @@ -2881,7 +2783,7 @@ interactions: status: 200 OK code: 200 duration: 223.02575ms - - id: 58 + - id: 56 request: proto: HTTP/1.1 proto_major: 1 @@ -2930,7 +2832,7 @@ interactions: status: 200 OK code: 200 duration: 115.576584ms - - id: 59 + - id: 57 request: proto: HTTP/1.1 proto_major: 1 @@ -2979,7 +2881,7 @@ interactions: status: 200 OK code: 200 duration: 75.999042ms - - id: 60 + - id: 58 request: proto: HTTP/1.1 proto_major: 1 @@ -3028,7 +2930,7 @@ interactions: status: 200 OK code: 200 duration: 51.589792ms - - id: 61 + - id: 59 request: proto: HTTP/1.1 proto_major: 1 @@ -3077,7 +2979,7 @@ interactions: status: 200 OK code: 200 duration: 92.230292ms - - id: 62 + - id: 60 request: proto: HTTP/1.1 proto_major: 1 @@ -3126,7 +3028,7 @@ interactions: status: 200 OK code: 200 duration: 96.45575ms - - id: 63 + - id: 61 request: proto: HTTP/1.1 proto_major: 1 @@ -3175,7 +3077,7 @@ interactions: status: 200 OK code: 200 duration: 96.92575ms - - id: 64 + - id: 62 request: proto: HTTP/1.1 proto_major: 1 @@ -3224,7 +3126,7 @@ interactions: status: 200 OK code: 200 duration: 50.739959ms - - id: 65 + - id: 63 request: proto: HTTP/1.1 proto_major: 1 @@ -3273,7 +3175,7 @@ interactions: status: 200 OK code: 200 duration: 75.5605ms - - id: 66 + - id: 64 request: proto: HTTP/1.1 proto_major: 1 @@ -3322,7 +3224,7 @@ interactions: status: 200 OK code: 200 duration: 141.827833ms - - id: 67 + - id: 65 request: proto: HTTP/1.1 proto_major: 1 @@ -3371,7 +3273,7 @@ interactions: status: 200 OK code: 200 duration: 53.605667ms - - id: 68 + - id: 66 request: proto: HTTP/1.1 proto_major: 1 @@ -3420,7 +3322,7 @@ interactions: status: 200 OK code: 200 duration: 75.1505ms - - id: 69 + - id: 67 request: proto: HTTP/1.1 proto_major: 1 @@ -3469,7 +3371,7 @@ interactions: status: 200 OK code: 200 duration: 113.783291ms - - id: 70 + - id: 68 request: proto: HTTP/1.1 proto_major: 1 @@ -3518,7 +3420,7 @@ interactions: status: 200 OK code: 200 duration: 309.036208ms - - id: 71 + - id: 69 request: proto: HTTP/1.1 proto_major: 1 @@ -3567,7 +3469,7 @@ interactions: status: 404 Not Found code: 404 duration: 63.245416ms - - id: 72 + - id: 70 request: proto: HTTP/1.1 proto_major: 1 @@ -3616,7 +3518,7 @@ interactions: status: 200 OK code: 200 duration: 188.02375ms - - id: 73 + - id: 71 request: proto: HTTP/1.1 proto_major: 1 @@ -3665,7 +3567,7 @@ interactions: status: 200 OK code: 200 duration: 79.021542ms - - id: 74 + - id: 72 request: proto: HTTP/1.1 proto_major: 1 @@ -3714,7 +3616,7 @@ interactions: status: 200 OK code: 200 duration: 279.178833ms - - id: 75 + - id: 73 request: proto: HTTP/1.1 proto_major: 1 @@ -3767,7 +3669,7 @@ interactions: status: 200 OK code: 200 duration: 142.151459ms - - id: 76 + - id: 74 request: proto: HTTP/1.1 proto_major: 1 @@ -3816,7 +3718,7 @@ interactions: status: 200 OK code: 200 duration: 81.015958ms - - id: 77 + - id: 75 request: proto: HTTP/1.1 proto_major: 1 @@ -3865,7 +3767,7 @@ interactions: status: 200 OK code: 200 duration: 99.344708ms - - id: 78 + - id: 76 request: proto: HTTP/1.1 proto_major: 1 @@ -3914,7 +3816,7 @@ interactions: status: 200 OK code: 200 duration: 220.657625ms - - id: 79 + - id: 77 request: proto: HTTP/1.1 proto_major: 1 @@ -3961,7 +3863,7 @@ interactions: status: 204 No Content code: 204 duration: 171.837834ms - - id: 80 + - id: 78 request: proto: HTTP/1.1 proto_major: 1 @@ -4010,7 +3912,7 @@ interactions: status: 200 OK code: 200 duration: 185.536125ms - - id: 81 + - id: 79 request: proto: HTTP/1.1 proto_major: 1 @@ -4059,7 +3961,7 @@ interactions: status: 200 OK code: 200 duration: 88.79325ms - - id: 82 + - id: 80 request: proto: HTTP/1.1 proto_major: 1 @@ -4108,7 +4010,7 @@ interactions: status: 200 OK code: 200 duration: 67.551209ms - - id: 83 + - id: 81 request: proto: HTTP/1.1 proto_major: 1 @@ -4161,7 +4063,7 @@ interactions: status: 202 Accepted code: 202 duration: 363.841916ms - - id: 84 + - id: 82 request: proto: HTTP/1.1 proto_major: 1 @@ -4210,7 +4112,7 @@ interactions: status: 204 No Content code: 204 duration: 398.469875ms - - id: 85 + - id: 83 request: proto: HTTP/1.1 proto_major: 1 @@ -4259,7 +4161,7 @@ interactions: status: 200 OK code: 200 duration: 121.386625ms - - id: 86 + - id: 84 request: proto: HTTP/1.1 proto_major: 1 @@ -4308,7 +4210,7 @@ interactions: status: 200 OK code: 200 duration: 406.269583ms - - id: 87 + - id: 85 request: proto: HTTP/1.1 proto_major: 1 @@ -4355,7 +4257,7 @@ interactions: status: 204 No Content code: 204 duration: 364.852ms - - id: 88 + - id: 86 request: proto: HTTP/1.1 proto_major: 1 @@ -4404,7 +4306,7 @@ interactions: status: 200 OK code: 200 duration: 138.819041ms - - id: 89 + - id: 87 request: proto: HTTP/1.1 proto_major: 1 @@ -4453,7 +4355,7 @@ interactions: status: 404 Not Found code: 404 duration: 45.074167ms - - id: 90 + - id: 88 request: proto: HTTP/1.1 proto_major: 1 @@ -4502,7 +4404,7 @@ interactions: status: 200 OK code: 200 duration: 53.209167ms - - id: 91 + - id: 89 request: proto: HTTP/1.1 proto_major: 1 @@ -4551,7 +4453,7 @@ interactions: status: 404 Not Found code: 404 duration: 42.301583ms - - id: 92 + - id: 90 request: proto: HTTP/1.1 proto_major: 1 @@ -4600,7 +4502,7 @@ interactions: status: 200 OK code: 200 duration: 222.87725ms - - id: 93 + - id: 91 request: proto: HTTP/1.1 proto_major: 1 @@ -4649,7 +4551,7 @@ interactions: status: 200 OK code: 200 duration: 214.162375ms - - id: 94 + - id: 92 request: proto: HTTP/1.1 proto_major: 1 @@ -4698,7 +4600,7 @@ interactions: status: 200 OK code: 200 duration: 179.457875ms - - id: 95 + - id: 93 request: proto: HTTP/1.1 proto_major: 1 @@ -4751,7 +4653,7 @@ interactions: status: 200 OK code: 200 duration: 108.901458ms - - id: 96 + - id: 94 request: proto: HTTP/1.1 proto_major: 1 @@ -4800,7 +4702,7 @@ interactions: status: 200 OK code: 200 duration: 98.617625ms - - id: 97 + - id: 95 request: proto: HTTP/1.1 proto_major: 1 @@ -4847,7 +4749,7 @@ interactions: status: 204 No Content code: 204 duration: 452.893208ms - - id: 98 + - id: 96 request: proto: HTTP/1.1 proto_major: 1 @@ -4896,7 +4798,7 @@ interactions: status: 404 Not Found code: 404 duration: 101.391167ms - - id: 99 + - id: 97 request: proto: HTTP/1.1 proto_major: 1 @@ -4945,7 +4847,7 @@ interactions: status: 200 OK code: 200 duration: 204.419375ms - - id: 100 + - id: 98 request: proto: HTTP/1.1 proto_major: 1 @@ -4992,7 +4894,7 @@ interactions: status: 204 No Content code: 204 duration: 407.542459ms - - id: 101 + - id: 99 request: proto: HTTP/1.1 proto_major: 1 @@ -5041,7 +4943,7 @@ interactions: status: 404 Not Found code: 404 duration: 115.183833ms - - id: 102 + - id: 100 request: proto: HTTP/1.1 proto_major: 1 @@ -5090,7 +4992,7 @@ interactions: status: 404 Not Found code: 404 duration: 48.403375ms - - id: 103 + - id: 101 request: proto: HTTP/1.1 proto_major: 1 @@ -5139,7 +5041,7 @@ interactions: status: 200 OK code: 200 duration: 91.19075ms - - id: 104 + - id: 102 request: proto: HTTP/1.1 proto_major: 1 @@ -5186,7 +5088,7 @@ interactions: status: 204 No Content code: 204 duration: 137.594084ms - - id: 105 + - id: 103 request: proto: HTTP/1.1 proto_major: 1 @@ -5235,7 +5137,7 @@ interactions: status: 404 Not Found code: 404 duration: 43.14825ms - - id: 106 + - id: 104 request: proto: HTTP/1.1 proto_major: 1 @@ -5284,7 +5186,7 @@ interactions: status: 404 Not Found code: 404 duration: 40.757ms - - id: 107 + - id: 105 request: proto: HTTP/1.1 proto_major: 1 @@ -5333,7 +5235,7 @@ interactions: status: 200 OK code: 200 duration: 48.384583ms - - id: 108 + - id: 106 request: proto: HTTP/1.1 proto_major: 1 @@ -5382,7 +5284,7 @@ interactions: status: 200 OK code: 200 duration: 83.003083ms - - id: 109 + - id: 107 request: proto: HTTP/1.1 proto_major: 1 @@ -5429,7 +5331,7 @@ interactions: status: 204 No Content code: 204 duration: 73.218084ms - - id: 110 + - id: 108 request: proto: HTTP/1.1 proto_major: 1 @@ -5478,7 +5380,7 @@ interactions: status: 404 Not Found code: 404 duration: 47.437166ms - - id: 111 + - id: 109 request: proto: HTTP/1.1 proto_major: 1 @@ -5525,7 +5427,7 @@ interactions: status: 204 No Content code: 204 duration: 414.081208ms - - id: 112 + - id: 110 request: proto: HTTP/1.1 proto_major: 1 @@ -5572,7 +5474,7 @@ interactions: status: 204 No Content code: 204 duration: 1.31326525s - - id: 113 + - id: 111 request: proto: HTTP/1.1 proto_major: 1 @@ -5619,7 +5521,7 @@ interactions: status: 204 No Content code: 204 duration: 1.129751917s - - id: 114 + - id: 112 request: proto: HTTP/1.1 proto_major: 1 @@ -5668,7 +5570,7 @@ interactions: status: 404 Not Found code: 404 duration: 114.354416ms - - id: 115 + - id: 113 request: proto: HTTP/1.1 proto_major: 1 @@ -5717,7 +5619,7 @@ interactions: status: 404 Not Found code: 404 duration: 46.114958ms - - id: 116 + - id: 114 request: proto: HTTP/1.1 proto_major: 1 @@ -5766,7 +5668,7 @@ interactions: status: 404 Not Found code: 404 duration: 38.98275ms - - id: 117 + - id: 115 request: proto: HTTP/1.1 proto_major: 1 @@ -5815,7 +5717,7 @@ interactions: status: 404 Not Found code: 404 duration: 40.954208ms - - id: 118 + - id: 116 request: proto: HTTP/1.1 proto_major: 1 @@ -5864,7 +5766,7 @@ interactions: status: 404 Not Found code: 404 duration: 42.656958ms - - id: 119 + - id: 117 request: proto: HTTP/1.1 proto_major: 1 @@ -5913,7 +5815,7 @@ interactions: status: 404 Not Found code: 404 duration: 44.708542ms - - id: 120 + - id: 118 request: proto: HTTP/1.1 proto_major: 1 @@ -5962,7 +5864,7 @@ interactions: status: 404 Not Found code: 404 duration: 44.768292ms - - id: 121 + - id: 119 request: proto: HTTP/1.1 proto_major: 1 @@ -6011,7 +5913,7 @@ interactions: status: 404 Not Found code: 404 duration: 41.87475ms - - id: 122 + - id: 120 request: proto: HTTP/1.1 proto_major: 1 diff --git a/internal/services/lb/testdata/route-basic.cassette.yaml b/internal/services/lb/testdata/route-basic.cassette.yaml index 0f1447d3e..0389c2210 100644 --- a/internal/services/lb/testdata/route-basic.cassette.yaml +++ b/internal/services/lb/testdata/route-basic.cassette.yaml @@ -1,1379 +1,2110 @@ --- version: 2 interactions: -- request: - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":null}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips - method: POST - response: - body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":null,"reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "278" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:21:39 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 16021c6c-2a5c-4ab8-b82e-bc6dc5fc3d64 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 - method: GET - response: - body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":null,"reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "278" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:21:39 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 568a8c4d-1ae4-47ca-88c9-323c42d81c8c - status: 200 OK - code: 200 -- request: - body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"test-lb","description":"","ip_id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","tags":null,"type":"lb-s","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs - method: POST - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"pending","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089092Z","updated_at":"2022-01-10T17:21:39.338089092Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "856" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:21:39 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7f7fcaeb-0cd9-4aff-94ab-06469a297780 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"pending","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:39.338089Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "850" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:21:39 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5725d108-c950-4fa6-adef-f29e9d8470b4 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:21:40.634257Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:21:41.436077Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 16364e6e-5860-4134-b7eb-66292754fd9b - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:21:40.634257Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:21:41.436077Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f2d0d791-f6de-4d1a-94c8-fb3a77a99d39 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/private-networks?order_by=created_at_asc - method: GET - response: - body: '{"private_network":[],"total_count":0}' - headers: - Content-Length: - - "38" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b547b9eb-c396-4d5c-8744-80ee50206f7c - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:21:40.634257Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:21:41.436077Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:09 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b9a65b9f-4ae2-4c37-bdf8-b142f41ec44f - status: 200 OK - code: 200 -- request: - body: '{"name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"check_max_retries":2,"port":80,"check_send_proxy":false,"check_timeout":30000,"check_delay":60000},"server_ip":[],"send_proxy_v2":false,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","timeout_server":null,"timeout_connect":null,"timeout_tunnel":null}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/backends - method: POST - response: - body: '{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.085997272Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170539737Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983289Z","updated_at":"2022-01-10T17:22:10.060983289Z"}' - headers: - Content-Length: - - "1920" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e3f692d-c00a-430f-8c5f-8ff7fdb04976 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.085997Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1278" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5b307870-65a7-446c-b595-1cd60fa748ff - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/acf54db4-8f31-4d4e-9004-7b7434eca1ae - method: GET - response: - body: '{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"},{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.085997Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"}' - headers: - Content-Length: - - "1908" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - aa2ad129-d01e-4adf-82b1-96d6ef526a6f - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.400561Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1276" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 045b972c-f55e-4b52-8dde-4c9e7575683d - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.400561Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1276" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:10 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4a135402-b005-4870-8111-20fab5f1ddbc - status: 200 OK - code: 200 -- request: - body: '{"name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","certificate_id":null,"certificate_ids":null,"timeout_client":null}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/frontends - method: POST - response: - body: '{"id":"73520798-a46e-4206-9dc3-b29376cb50f9","name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend":{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"},"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.923967508Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:11.034255219Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2022-01-10T17:22:10.853119Z","updated_at":"2022-01-10T17:22:10.853119Z"}' - headers: - Content-Length: - - "3022" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 93de9c82-a030-425c-9631-efb05b6d96ab - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9/acls?order_by=created_at_asc&page=1 - method: GET - response: - body: '{"acls":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9f15a230-d6c6-4976-a65a-cde58924fa05 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:11.248600Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:11.034255Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1276" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 37179618-1c01-447b-9be4-cbe5ecd667d3 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9 - method: GET - response: - body: '{"id":"73520798-a46e-4206-9dc3-b29376cb50f9","name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend":{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"},"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2022-01-10T17:22:10.853119Z","updated_at":"2022-01-10T17:22:10.853119Z"}' - headers: - Content-Length: - - "2586" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fc3867e2-c9db-494f-b805-d4aebc69f408 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9/acls?order_by=created_at_asc&page=1 - method: GET - response: - body: '{"acls":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2a4c0efa-e972-475b-9d10-b6f5e229f232 - status: 200 OK - code: 200 -- request: - body: '{"frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","match":{"sni":"scaleway.com"}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes - method: POST - response: - body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718227811Z","updated_at":"2022-01-10T17:22:11.718227811Z"}' - headers: - Content-Length: - - "273" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:11 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8f525e36-1118-4dbe-89e9-46abe4fb5712 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d - method: GET - response: - body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718228Z","updated_at":"2022-01-10T17:22:11.718228Z"}' - headers: - Content-Length: - - "267" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 769f3a9a-cc6d-4b99-b8d7-e57a7522dfcb - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d - method: GET - response: - body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718228Z","updated_at":"2022-01-10T17:22:11.718228Z"}' - headers: - Content-Length: - - "267" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e8affa04-8fac-433e-9ca1-36245f04a7cd - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 - method: GET - response: - body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "312" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 7a0324b1-fdc5-4d81-afe0-b0203f1a1553 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 98ed7349-6973-47d2-bb8e-529234d067da - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:12 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c4a2b7f8-1cfd-43a8-831c-f8af2e07e4db - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/private-networks?order_by=created_at_asc - method: GET - response: - body: '{"private_network":[],"total_count":0}' - headers: - Content-Length: - - "38" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - cee9b1c2-748f-4ad2-b131-7277cb8965c9 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/acf54db4-8f31-4d4e-9004-7b7434eca1ae - method: GET - response: - body: '{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"},{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"}' - headers: - Content-Length: - - "1904" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6d460283-180d-450c-878e-94a79f875c90 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8d9516d6-4998-4ba2-9652-9c96e34216e8 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1274" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 69704cd7-1a1b-438c-85a4-70da72805953 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9 - method: GET - response: - body: '{"id":"73520798-a46e-4206-9dc3-b29376cb50f9","name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend":{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"},"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2022-01-10T17:22:10.853119Z","updated_at":"2022-01-10T17:22:10.853119Z"}' - headers: - Content-Length: - - "2586" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 991d8933-e73c-4f16-8050-ae52bc27a5d4 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9/acls?order_by=created_at_asc&page=1 - method: GET - response: - body: '{"acls":[],"total_count":0}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6418fb39-52c2-4a22-be95-76e446a4fde7 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d - method: GET - response: - body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718228Z","updated_at":"2022-01-10T17:22:11.718228Z"}' - headers: - Content-Length: - - "267" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:13 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 04759017-55bf-436c-a284-e6438c9deb0e - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:14 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 54a974f9-3cad-4c68-8b16-564b274f3cc1 - status: 204 No Content - code: 204 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9 - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:14 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - fd1d2e59-d93a-435d-b1f9-c8eb382ce0a7 - status: 204 No Content - code: 204 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:14.730744Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:14.596108Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1276" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:14 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 28ca32f2-bdaa-4c10-ac08-774d3fcb96c1 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/acf54db4-8f31-4d4e-9004-7b7434eca1ae - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5f5a1a24-897a-4285-bf96-76d64b531872 - status: 204 No Content - code: 204 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:14.930086Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:15.007927Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1278" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8d689090-cb41-4633-b8bc-ec8f1643a5ab - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:15.195492Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:15.007927Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1276" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e76f98a-1727-4b23-b653-7043b46a6943 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da?release_ip=false - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 308260e1-a8a1-4668-bcce-6a653c7e628e - status: 204 No Content - code: 204 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"pending","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:15.195492Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:15.287845Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:22:15.367945Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1276" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:15 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0f4e12a2-b474-41eb-b34e-85047c1c7943 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da - method: GET - response: - body: '{"message":"lbs not Found"}' - headers: - Content-Length: - - "27" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:45 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8be37c33-daa0-4b31-8791-1a998d5719b4 - status: 404 Not Found - code: 404 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 - method: GET - response: - body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":null,"reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "278" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:45 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c09a0bb2-7f91-4f6d-b69d-9465d24f47e6 - status: 200 OK - code: 200 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 1bb44ad0-a223-48ea-bd9b-53b8649f4aae - status: 204 No Content - code: 204 -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop - terraform/terraform-tests - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d - method: GET - response: - body: '{"message":"privateNetwork not Found"}' - headers: - Content-Length: - - "38" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 10 Jan 2022 17:22:46 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 16bd7d8b-646e-4598-8c31-1d4bde44a991 - status: 404 Not Found - code: 404 + - id: 0 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","reverse":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips + method: POST + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":null,"reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "278" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:21:39 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 16021c6c-2a5c-4ab8-b82e-bc6dc5fc3d64 + status: 200 OK + code: 200 + duration: 0s + - id: 1 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":null,"reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "278" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:21:39 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 568a8c4d-1ae4-47ca-88c9-323c42d81c8c + status: 200 OK + code: 200 + duration: 0s + - id: 2 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: '{"project_id":"105bdce1-64c0-48ab-899d-868455867ecf","name":"test-lb","description":"","ip_id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","tags":null,"type":"lb-s","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs + method: POST + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"pending","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089092Z","updated_at":"2022-01-10T17:21:39.338089092Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "856" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:21:39 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7f7fcaeb-0cd9-4aff-94ab-06469a297780 + status: 200 OK + code: 200 + duration: 0s + - id: 3 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"pending","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:39.338089Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "850" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:21:39 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5725d108-c950-4fa6-adef-f29e9d8470b4 + status: 200 OK + code: 200 + duration: 0s + - id: 4 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:21:40.634257Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:21:41.436077Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:09 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 16364e6e-5860-4134-b7eb-66292754fd9b + status: 200 OK + code: 200 + duration: 0s + - id: 5 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:21:40.634257Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:21:41.436077Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:09 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f2d0d791-f6de-4d1a-94c8-fb3a77a99d39 + status: 200 OK + code: 200 + duration: 0s + - id: 6 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/private-networks?order_by=created_at_asc + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"private_network":[],"total_count":0}' + headers: + Content-Length: + - "38" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:09 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b547b9eb-c396-4d5c-8744-80ee50206f7c + status: 200 OK + code: 200 + duration: 0s + - id: 7 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:21:40.634257Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:21:41.436077Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:09 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b9a65b9f-4ae2-4c37-bdf8-b142f41ec44f + status: 200 OK + code: 200 + duration: 0s + - id: 8 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: '{"name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"check_max_retries":2,"port":80,"check_send_proxy":false,"check_timeout":30000,"check_delay":60000},"server_ip":[],"send_proxy_v2":false,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","timeout_server":null,"timeout_connect":null,"timeout_tunnel":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/backends + method: POST + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.085997272Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170539737Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983289Z","updated_at":"2022-01-10T17:22:10.060983289Z"}' + headers: + Content-Length: + - "1920" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:10 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3e3f692d-c00a-430f-8c5f-8ff7fdb04976 + status: 200 OK + code: 200 + duration: 0s + - id: 9 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.085997Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1278" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:10 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5b307870-65a7-446c-b595-1cd60fa748ff + status: 200 OK + code: 200 + duration: 0s + - id: 10 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/acf54db4-8f31-4d4e-9004-7b7434eca1ae + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"},{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.085997Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"}' + headers: + Content-Length: + - "1908" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:10 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - aa2ad129-d01e-4adf-82b1-96d6ef526a6f + status: 200 OK + code: 200 + duration: 0s + - id: 11 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.400561Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1276" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:10 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 045b972c-f55e-4b52-8dde-4c9e7575683d + status: 200 OK + code: 200 + duration: 0s + - id: 12 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.400561Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:10.170540Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1276" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:10 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4a135402-b005-4870-8111-20fab5f1ddbc + status: 200 OK + code: 200 + duration: 0s + - id: 13 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: '{"name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","certificate_id":null,"certificate_ids":null,"timeout_client":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/frontends + method: POST + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"73520798-a46e-4206-9dc3-b29376cb50f9","name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend":{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"},"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:10.923967508Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:11.034255219Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2022-01-10T17:22:10.853119Z","updated_at":"2022-01-10T17:22:10.853119Z"}' + headers: + Content-Length: + - "3022" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:11 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 93de9c82-a030-425c-9631-efb05b6d96ab + status: 200 OK + code: 200 + duration: 0s + - id: 14 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9/acls?order_by=created_at_asc&page=1 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"acls":[],"total_count":0}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:11 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9f15a230-d6c6-4976-a65a-cde58924fa05 + status: 200 OK + code: 200 + duration: 0s + - id: 15 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:11.248600Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:11.034255Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1276" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:11 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 37179618-1c01-447b-9be4-cbe5ecd667d3 + status: 200 OK + code: 200 + duration: 0s + - id: 16 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"73520798-a46e-4206-9dc3-b29376cb50f9","name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend":{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"},"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2022-01-10T17:22:10.853119Z","updated_at":"2022-01-10T17:22:10.853119Z"}' + headers: + Content-Length: + - "2586" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:11 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fc3867e2-c9db-494f-b805-d4aebc69f408 + status: 200 OK + code: 200 + duration: 0s + - id: 17 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9/acls?order_by=created_at_asc&page=1 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"acls":[],"total_count":0}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:11 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2a4c0efa-e972-475b-9d10-b6f5e229f232 + status: 200 OK + code: 200 + duration: 0s + - id: 18 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: '{"frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","match":{"sni":"scaleway.com"}}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes + method: POST + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718227811Z","updated_at":"2022-01-10T17:22:11.718227811Z"}' + headers: + Content-Length: + - "273" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:11 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8f525e36-1118-4dbe-89e9-46abe4fb5712 + status: 200 OK + code: 200 + duration: 0s + - id: 19 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718228Z","updated_at":"2022-01-10T17:22:11.718228Z"}' + headers: + Content-Length: + - "267" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:12 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 769f3a9a-cc6d-4b99-b8d7-e57a7522dfcb + status: 200 OK + code: 200 + duration: 0s + - id: 20 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718228Z","updated_at":"2022-01-10T17:22:11.718228Z"}' + headers: + Content-Length: + - "267" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:12 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e8affa04-8fac-433e-9ca1-36245f04a7cd + status: 200 OK + code: 200 + duration: 0s + - id: 21 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "312" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:12 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7a0324b1-fdc5-4d81-afe0-b0203f1a1553 + status: 200 OK + code: 200 + duration: 0s + - id: 22 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:12 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 98ed7349-6973-47d2-bb8e-529234d067da + status: 200 OK + code: 200 + duration: 0s + - id: 23 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:12 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c4a2b7f8-1cfd-43a8-831c-f8af2e07e4db + status: 200 OK + code: 200 + duration: 0s + - id: 24 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da/private-networks?order_by=created_at_asc + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"private_network":[],"total_count":0}' + headers: + Content-Length: + - "38" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cee9b1c2-748f-4ad2-b131-7277cb8965c9 + status: 200 OK + code: 200 + duration: 0s + - id: 25 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/acf54db4-8f31-4d4e-9004-7b7434eca1ae + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"},{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"}' + headers: + Content-Length: + - "1904" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6d460283-180d-450c-878e-94a79f875c90 + status: 200 OK + code: 200 + duration: 0s + - id: 26 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8d9516d6-4998-4ba2-9652-9c96e34216e8 + status: 200 OK + code: 200 + duration: 0s + - id: 27 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:12.075931Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:12.168645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1274" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 69704cd7-1a1b-438c-85a4-70da72805953 + status: 200 OK + code: 200 + duration: 0s + - id: 28 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"73520798-a46e-4206-9dc3-b29376cb50f9","name":"tf-lb-frt-boring-wiles","inbound_port":80,"backend":{"id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","name":"tf-lb-bkd-happy-booth","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":80,"check_delay":60000,"check_timeout":30000,"check_max_retries":2,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_none","created_at":"2022-01-10T17:22:10.060983Z","updated_at":"2022-01-10T17:22:10.060983Z"},"lb":{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":1,"region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2022-01-10T17:22:10.853119Z","updated_at":"2022-01-10T17:22:10.853119Z"}' + headers: + Content-Length: + - "2586" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 991d8933-e73c-4f16-8050-ae52bc27a5d4 + status: 200 OK + code: 200 + duration: 0s + - id: 29 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9/acls?order_by=created_at_asc&page=1 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"acls":[],"total_count":0}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6418fb39-52c2-4a22-be95-76e446a4fde7 + status: 200 OK + code: 200 + duration: 0s + - id: 30 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"bed8fc78-72e6-4e1f-9305-8bd82f6dac8d","frontend_id":"73520798-a46e-4206-9dc3-b29376cb50f9","match":{"sni":"scaleway.com"},"backend_id":"acf54db4-8f31-4d4e-9004-7b7434eca1ae","created_at":"2022-01-10T17:22:11.718228Z","updated_at":"2022-01-10T17:22:11.718228Z"}' + headers: + Content-Length: + - "267" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:13 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 04759017-55bf-436c-a284-e6438c9deb0e + status: 200 OK + code: 200 + duration: 0s + - id: 31 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d + method: DELETE + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:14 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 54a974f9-3cad-4c68-8b16-564b274f3cc1 + status: 204 No Content + code: 204 + duration: 0s + - id: 32 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/73520798-a46e-4206-9dc3-b29376cb50f9 + method: DELETE + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:14 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fd1d2e59-d93a-435d-b1f9-c8eb382ce0a7 + status: 204 No Content + code: 204 + duration: 0s + - id: 33 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:14.730744Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:14.596108Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1276" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:14 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 28ca32f2-bdaa-4c10-ac08-774d3fcb96c1 + status: 200 OK + code: 200 + duration: 0s + - id: 34 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/acf54db4-8f31-4d4e-9004-7b7434eca1ae + method: DELETE + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:15 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5f5a1a24-897a-4285-bf96-76d64b531872 + status: 204 No Content + code: 204 + duration: 0s + - id: 35 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"pending","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:14.930086Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:15.007927Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1278" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:15 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8d689090-cb41-4633-b8bc-ec8f1643a5ab + status: 200 OK + code: 200 + duration: 0s + - id: 36 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"ready","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:15.195492Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"pending","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:15.007927Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:21:41.859965Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1276" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:15 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3e76f98a-1727-4b23-b653-7043b46a6943 + status: 200 OK + code: 200 + duration: 0s + - id: 37 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da?release_ip=false + method: DELETE + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:15 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 308260e1-a8a1-4668-bcce-6a653c7e628e + status: 204 No Content + code: 204 + duration: 0s + - id: 38 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"16ef138e-32f1-4d41-b432-f869049556da","name":"test-lb","description":"","status":"pending","instances":[{"id":"7f40e597-98fe-44a5-9e67-1e5e606ac113","status":"ready","ip_address":"10.65.62.149","created_at":"2022-01-10T16:47:27.515961Z","updated_at":"2022-01-10T17:22:15.195492Z","region":"fr-par","zone":"fr-par-1"},{"id":"7b3d34c6-2425-4ad9-9875-8ccbcc2fad7f","status":"ready","ip_address":"10.70.144.119","created_at":"2022-01-10T16:23:29.128496Z","updated_at":"2022-01-10T17:22:15.287845Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","ip":[{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":"16ef138e-32f1-4d41-b432-f869049556da","reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-01-10T17:21:39.338089Z","updated_at":"2022-01-10T17:22:15.367945Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "1276" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:15 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0f4e12a2-b474-41eb-b34e-85047c1c7943 + status: 200 OK + code: 200 + duration: 0s + - id: 39 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/16ef138e-32f1-4d41-b432-f869049556da + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:45 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8be37c33-daa0-4b31-8791-1a998d5719b4 + status: 404 Not Found + code: 404 + duration: 0s + - id: 40 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"id":"ce735ea5-c5f9-48d2-9bbd-b283ebe5e902","ip_address":"195.154.71.51","organization_id":"105bdce1-64c0-48ab-899d-868455867ecf","project_id":"105bdce1-64c0-48ab-899d-868455867ecf","lb_id":null,"reverse":"195-154-71-51.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + headers: + Content-Length: + - "278" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:45 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c09a0bb2-7f91-4f6d-b69d-9465d24f47e6 + status: 200 OK + code: 200 + duration: 0s + - id: 41 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/ce735ea5-c5f9-48d2-9bbd-b283ebe5e902 + method: DELETE + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:46 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1bb44ad0-a223-48ea-bd9b-53b8649f4aae + status: 204 No Content + code: 204 + duration: 0s + - id: 42 + request: + proto: "" + proto_major: 0 + proto_minor: 0 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: "" + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.17.5; darwin; amd64) terraform-provider/develop terraform/terraform-tests + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/routes/bed8fc78-72e6-4e1f-9305-8bd82f6dac8d + method: GET + response: + proto: "" + proto_major: 0 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: 0 + uncompressed: false + body: '{"message":"privateNetwork not Found"}' + headers: + Content-Length: + - "38" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 10 Jan 2022 17:22:46 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 16bd7d8b-646e-4598-8c31-1d4bde44a991 + status: 404 Not Found + code: 404 + duration: 0s