Andrew Webster

Results 15 comments of Andrew Webster

Any update, currently a BIG gap in azurerm support IMHO

Any progress - would be very handy!

This is definitely still an issue - I suspect a race condition as per https://github.com/integrations/terraform-provider-github/issues/577#issuecomment-1932812567 ```terraform resource "github_repository" "github-working" { for_each = local.gitrepo provider = github.individual name = each.value.name description...

The provider already allows you to basically enable or disabled the Automatic Solution Check, as per below. ``` resource "powerplatform_managed_environment" "managed_development" { ... ## Options available: None, Warn, Block solution_checker_mode...

@mattdot, this is actually documented here: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-msi

https://youtu.be/N5KtRVA96WY?si=ocX_VV766VpkXDJC is the video and intend they briefly talks about azurerm future without being very specific at 28m, seems to be thoughts about doing msgraph provider, incorporate users, groups, apps,...

This issue https://github.com/hashicorp/terraform-provider-azuread/issues/1541 is basic requirement to create groups, that are not duplicate. Yet this is NOT being addressed by the maintainers.

For example, I would expect this to work: ``` resource "powerplatform_environment_application_package_install" "install_sample_application" { for_each = { for k, v in powerplatform_environment.environments : k => v if k == "coe" }...

This would be great!!! And terribly useful.