You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform will perform the following actions:
# scaleway_lb_ip.default will be destroyed
- resource "scaleway_lb_ip" "default" {
- id = "fr-par/37cb79ed-a449-4991-aed5-b4a26f72c8f8" -> null
- ip_address = "51.159.113.60" -> null
- lb_id = "73104a4e-a220-4c4e-a9d1-1f42c499d9d6" -> null
- organization_id = "29608e7b-6bbd-4f2a-9faa-75d85c13322c" -> null
- project_id = "29608e7b-6bbd-4f2a-9faa-75d85c13322c" -> null
- region = "fr-par" -> null
- reverse = "scw-paris-app-1.scw.supervisor.com" -> null
}
Plan: 0 to add, 0 to change, 1 to destroy.
Changes to Outputs:
Do you really want to destroy all resources?
Terraform will destroy all your managed infrastructure, as shown above.
There is no undo. Only 'yes' will be accepted to confirm.
Enter a value: yes
scaleway_lb_ip.default: Destroying... [id=fr-par/37cb79ed-a449-4991-aed5-b4a26f72c8f8]
Error: scaleway-sdk-go: insufficient permissions: write loadbalancer
# scaleway_lb_ip.default will be created
+ resource "scaleway_lb_ip" "default" {
+ id = (known after apply)
+ ip_address = (known after apply)
+ lb_id = (known after apply)
+ organization_id = (known after apply)
+ project_id = (known after apply)
+ region = (known after apply)
+ reverse = "scw-paris-app-1.scw.supervisor.com"
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ ip = (known after apply)
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
scaleway_lb_ip.default: Creating...
scaleway_lb_ip.default: Creation complete after 2s [id=fr-par/392d52fa-cf76-4e38-af23-10b0fe8fdc04]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Outputs:
ip = "51.159.115.149"
and now
Terraform will perform the following actions:
# scaleway_lb_ip.default will be destroyed
- resource "scaleway_lb_ip" "default" {
- id = "fr-par/392d52fa-cf76-4e38-af23-10b0fe8fdc04" -> null
- ip_address = "51.159.115.149" -> null
- organization_id = "29608e7b-6bbd-4f2a-9faa-75d85c13322c" -> null
- project_id = "29608e7b-6bbd-4f2a-9faa-75d85c13322c" -> null
- region = "fr-par" -> null
- reverse = "scw-paris-app-1.scw.supervisor.com" -> null
}
Plan: 0 to add, 0 to change, 1 to destroy.
Changes to Outputs:
- ip = "51.159.115.149" -> null
Do you really want to destroy all resources?
Terraform will destroy all your managed infrastructure, as shown above.
There is no undo. Only 'yes' will be accepted to confirm.
Enter a value: yes
scaleway_lb_ip.default: Destroying... [id=fr-par/392d52fa-cf76-4e38-af23-10b0fe8fdc04]
scaleway_lb_ip.default: Destruction complete after 1s
Destroy complete! Resources: 1 destroyed.
The text was updated successfully, but these errors were encountered:
I destroyed manually the scaleway_lb_ip
but then,
and now when I create
and now
The text was updated successfully, but these errors were encountered: