Jens H

Results 7 comments of Jens H

There's a PR already open to remove the description attribute. I missed it before creating this issue. https://github.com/hashicorp/terraform-provider-azuread/pull/769

I was thinking something similar at first, however the amount of warnings does not correlate with the amount of configuration blocks. state 1: - azurerm backend - 3 azurerm provider...

Could `terraform_remote_state` objects generate this type of warning? thats the only thing that comes to mind. But then the amount of warnings still does not add up. In my previous...

Thanks for the detailed response @tombuildsstuff From a user perspective condensing these warnings to a single one seems like the proper way to solve this issue. I'm assuming it would...

@apparentlymart > but if one of you can share what these multiple warning messages actually look like You're looking for just the output without any debug info? Here's a real...

@Noel-Jones This feature can be set in the azurerm backend configuration, [see here](https://www.terraform.io/language/settings/backends/azurerm#use_microsoft_graph). Prior to v1.2 this defaulted false, since v1.2 the default changed to true. And from v1.3 it...

There's an undocumented `mysql_sql` resource which was created for this purpose. I've (ab)used it in the past to run some SQL statements though not with this fork of the provider....