terraform-provider-scaleway icon indicating copy to clipboard operation
terraform-provider-scaleway copied to clipboard

Terraform Scaleway provider

Results 221 terraform-provider-scaleway issues
Sort by recently updated
recently updated
newest added
trafficstars

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
instance
priority:high

This caused the value to differ from requested input and this can lead to issue in terraform if the value is used in other resources. Also as it cannot be...

bug
iam

``` 2024-08-05T12:00:53.321+0200 [WARN] Provider "registry.terraform.io/scaleway/scaleway" produced an invalid plan for scaleway_iam_ssh_key.public_key, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the...

```hcl data scaleway_dedibox_offer main { name = " Start-2-S-SSD" } resource scaleway_dedibox_server main { name = "foobar" offer_id = data.scaleway_dedibox_offer.main.id zone = "fr-par-1" options_ids = [ data.scaleway_dedibox_server_options.main.id, ] } ```

enhancement
priority:high
blocked
dedibox

``` data scaleway_dedibox_offer by_name { name = "Store-1-XXL" } ``` or ``` data scaleway_dedibox_offer by_id { id = 21375 } ```

enhancement
priority:high
blocked
dedibox

enhancement
load-balancer
instance
apple-silicon
baremetal
autoscaling

fix https://github.com/scaleway/terraform-provider-scaleway/issues/3119

object

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...