Mauritz Uphoff

Results 22 comments of Mauritz Uphoff

Hey @lwthiker I was just wondering if you had a chance to take a look at my PR or share your thoughts on including it.

Bump. Would be nice this fix this issue, since this makes working on kubernetes ressources diffcult.

Hi! Just reviewed and tested this PR from my end at STACKIT Cloud, and everything looks good - it works as expected.

Hi Volker! Folder Role-Assignment is currently in review: https://github.com/stackitcloud/terraform-provider-stackit/pull/1058. At the moment you can only assign roles via tf on project and org level. kind regards, Mauritz

This code might be helpful for you. ``` terraform { required_version = "~> 1.9.1" required_providers { grafana = { source = "grafana/grafana" version = "~> 3.7.0" } } } provider...

We already talked about this internally! It is in our backlog. Keep in mind it is STACKIT not StackIT :-P

> One general question I still have: What happens when the user authenticates via token flow? > > ```hcl > provider "stackit" { > default_region = "eu01" > service_account_token =...