terraform-provider-scaleway
terraform-provider-scaleway copied to clipboard
scaleway_edge_services_pipeline: scaleway-sdk-go: http error 403 Forbidden: Permission denied
trafficstars
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
1.11.4
Affected Resource(s)
- scaleway_edge_services_pipeline
Terraform Configuration Files
resource "scaleway_edge_services_pipeline" "website" {
count = var.create_waf ? 1 : 0
name = "foobar-waf"
}
Debug Output
│ Error: scaleway-sdk-go: http error 403 Forbidden: Permission denied
│
│ with module.website.scaleway_edge_services_pipeline.website[0],
│ on website/waf.tf line 7, in resource "scaleway_edge_services_pipeline" "website":
│ 7: resource "scaleway_edge_services_pipeline" "website" {
│
Panic Output
Expected Behavior
Actual Behavior
1/ a more user friendly error 2/ at the end I deleted edge manually and re-run, we should not get the error anymore
Steps to Reproduce
- created a edge with terraform: https://paste.owl.cycloid.io/?a666f4f13fd63094#4nPBpLjYQNKxsmk3aadhe3EL7bZBkiuEet7S6vuBrNty
- try to disable or modification or delete on scaleway console then re-run terraform
Important Factoids
References
- #0000