-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
We´ve configured the network area as provided below, with additional resources such as SKE Cluster.
Everything can be created/updated except the networkArea.
Steps to reproduce
const networkArea = new stackit.NetworkArea("test-network-area", {
organizationId: "redacted",
name: "test-network-area"
});
- Run
pulumi up
Actual behavior
Error message with 403 unauthorized response for the network area resource, while the other resources can be created/configured.
Expected behavior
Creating/Updaten the networkArea in the same manner as the other resources.
We suspect that Pulumi and the underlying Terraform provider can not use this part of the API. We checked our Pulumi user and it has owner rights, so full access.
Best regards
Sascha
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working