Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not allowed to modify the following permissions: manage_ipam #328

Open
norman-zon opened this issue Sep 4, 2024 · 1 comment
Open

not allowed to modify the following permissions: manage_ipam #328

norman-zon opened this issue Sep 4, 2024 · 1 comment

Comments

@norman-zon
Copy link

Hi there,

Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.

Terraform Version

OpenTofu v1.8.0

Affected Resource(s)

  • ns1_user

If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.

Terraform Configuration Files

resource "ns1_user" "myuser" {
  name     = "My user"
  username = "myuser"
  email    = "myuser@corp.com"
  teams    = [ns1_team.myteam.id]
  notify = {
    billing = false
  }
  depends_on = [
    ns1_team.myteam
  ]
}

Debug Output

Error: PUT https://api.nsone.net/v1/account/users: 403 You are not allowed to modify the following permissions: manage_ipam

Expected Behavior

User is created

Actual Behavior

API rejects user creation

Steps to Reproduce

  1. terraform apply

References

Maybe something missing from the DHCP/IPAM removal in the provider?

@fformica
Copy link
Contributor

fformica commented Oct 2, 2024

Hi, is this still a problem? I think it may have been fixed server side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants