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
priority:high
secret

close [#2569](https://github.com/scaleway/terraform-provider-scaleway/issues/2569)

breaking-change
observability

If you compare https://pkg.go.dev/github.com/scaleway/terraform-provider-scaleway/[email protected] and https://pkg.go.dev/github.com/scaleway/terraform-provider-scaleway/[email protected], you will see scaleway directory is missing. It seems this PR https://github.com/scaleway/terraform-provider-scaleway/pull/2448/files has caused this issue. It preventing us using Pulumi because we need...

### Terraform Version ```shell Terraform v1.9.7 ``` ### Affected Resource(s) * scaleway_instance_server ### Terraform Configuration Files ```hcl resource "scaleway_instance_server" "proxy" { type = "DEV1-S" project_id = var.project_id count = var.nbproxy...

documentation
instance
priority:highest

Closes #2765 Still require changes in scaleway-sdk-go as it will resolve on its own instead of relying on API.

instance