Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I’m trying to set up a new scoped token to replace a full-access token I previously used for deployment.
I get the following error on terraform plan:
Error building Load Balancer forwarding rules - error:
&godo.ErrorResponse{Response:(*http.Response)(0xc0005e0f30),
Message:"You are not authorized to perform this operation", RequestID:"...", Attempts:0}
My token has all scopes enabled for the load_balancer (delete, update, read, create).
My Terraform looks like this:
resource "digitalocean_loadbalancer" "loadbalancer" {
name = "${var.project_name}-loadbalancer"
region = "${var.region}"
forwarding_rule {
entry_port = 80
entry_protocol = "http"
target_port = 80
target_protocol = "http"
}
forwarding_rule {
entry_port = 443
entry_protocol = "https"
target_port = 80
target_protocol = "http"
}
P.S I’m very happy that DO now has scoped tokens, this was my biggest problem with the platform until now.
c21c0b00bb284130a0d0cd3b7bdab4
IsaacMvd
Leon Junior
hashembarret@gmail.com
JetForMe
24608ead89f046a8abab394f968f2c
Philipp Mayerhofer
enews
Brian Magnosi
jairunet
Nikolas Jakson