Jules Castéran

Results 59 comments of Jules Castéran

Hi, A Volume name is missing for the request to work, I understand that the error message is misleading, validation is subject to improvements. You can find details about this...

A flexible IP is the naming of IPs bound to baremetal product (check Elastic Metal on console to see those IPs). Is that what you expected ? If what you...

I'm way late to respond. LB IP must be created from LB API: https://marketplace.upbound.io/providers/scaleway/provider-scaleway/v0.3.0/resources/lb.scaleway.upbound.io/IP/v1alpha1

UUID completion works in shell mode but there is an issue with authentication. This completion send requests to get completion but cannot authenticate if no request have been sent before....

These are the tags based on the S3 API we implement for object storage. S3 have tags in a Key/Value format.

My test config to reproduce issue: ```tf provider "scaleway" { alias = "project" } resource "scaleway_account_project" "project" { provider = scaleway.project } provider "scaleway" { project_id = scaleway_account_project.project.id } resource...

Terraform does not allow required fields to be computed. This means that we cannot rely on API for its formatting of the key. I don't think we should try to...

Hi, I tried to reproduce using your snippet but I did not have any issue. Do you have any other rule in your security group that could trigger this unexpected...

As I could not reproduce and there is no activity, I'll close for now. Feel free to send a message or open another issue if you have any problem.