terraform-provider-stackit icon indicating copy to clipboard operation
terraform-provider-stackit copied to clipboard

The official Terraform provider for STACKIT

Results 39 terraform-provider-stackit issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/hashicorp/terraform-plugin-framework](https://redirect.github.com/hashicorp/terraform-plugin-framework) | require | minor | `v1.11.0` -> `v1.12.0` | --- ### Release...

renovate

When creating a SKE cluster with terraform, I get the following warning: ```bash ╷ │ Warning: The kubelogin field is set to null │ │ with stackit_ske_cluster.example, │ on main.tf...

enhancement
good first issue

We are using the provider to create our [stackit projects](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/resources/resourcemanager_project). But the resources only allows us to set the project owner, not the actual access rights to the projects, but...

enhancement

The latest version of the provider renamed the resource `stackit_argus_instance` to `stackit_observability_instance`, if I change the resource type in my code and use the moved block to use the new...

bug

Hi, why do I need to specify the Service Account Email Adresse in combination with the Access Token? ```console ╷ │ Error: Error creating project │ │ with stackit_resourcemanager_project.project-hub, │...

enhancement