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 fails to change a role for existing users from engineer to anything else (e.g. user). The Terraform run fails with:
│ Error: 400 - Bad Request:
│
│ Title: Record invalid
│ Detail: Role 'user' is not allowed to be service limited
│ RateLimitRemaining: 988
│ RateLimitReset: 1709467200
│
│ with fastly_user.this,
│ on example.tf line 14, in resource "fastly_user" "this":
│ 14: resource "fastly_user" "this" {
I would expect that when all service authorizations are removed, then I will be able to change the role by Terraform without any manual intervention.
Actual Behavior
Terraform fails that the role user is not allowed to be service limited.
There is a manual workaround to go to Fastly UI, find user, check his access control and choose Access all services as it can be seen in the picture below.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Change a role in the variable role to user
terraform apply
The text was updated successfully, but these errors were encountered:
Terraform Version
Affected Fastly Terraform Resource(s)
Please list the affected resources, for example:
fastly_user
Terraform Configuration Files
Expected Behavior
Terraform fails to change a role for existing users from
engineer
to anything else (e.g.user
). The Terraform run fails with:I would expect that when all service authorizations are removed, then I will be able to change the role by Terraform without any manual intervention.
Actual Behavior
Terraform fails that the role
user
is not allowed to be service limited.There is a manual workaround to go to Fastly UI, find user, check his access control and choose
Access all services
as it can be seen in the picture below.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
role
touser
terraform apply
The text was updated successfully, but these errors were encountered: