terraform-provider-stackit
terraform-provider-stackit copied to clipboard
The official Terraform provider for STACKIT
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...
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...
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...
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...
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, │...