Skip to content

Unable to add NetworkArea #198

@sdibernardo

Description

@sdibernardo

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"
});
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions