You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current terraform provider depends on manually implemented resources (AFAIK) which drastically limits the speed of adoption of new resources
Almost all issues here are caused by the upstream provider.
My current use case requires both API versions because v1 lacks some properties in beta and is impossible to achieve with the terraform provider. I am trying to orchestrate line SAML between AWS & AWS Workspaces and AzureAD which turned out to be a complicated task if one doesn't want to do it manually. The APIs on both sides have limitations but the current azureAD TF provider adds on top of that.
So I may end up writing my provider or several dynamic providers.
See example issue: hashicorp/terraform-provider-azuread/issues/1418
The text was updated successfully, but these errors were encountered:
I've heard some rumors that the upstream Terraform provider may be adding support for the beta graph APIs in the next major version (due in a few weeks probably), in which case we'll pick it up here shortly after.
We're not planning to invest in a native Pulumi provider for these APIs right now, but I will keep this issue open for more comments/upvotes from the community if this is something we should prioritize.
Hi,
would you consider the creation of MSGraph provider similar to Azure-native?
Reasons:
My current use case requires both API versions because v1 lacks some properties in beta and is impossible to achieve with the terraform provider. I am trying to orchestrate line SAML between AWS & AWS Workspaces and AzureAD which turned out to be a complicated task if one doesn't want to do it manually. The APIs on both sides have limitations but the current azureAD TF provider adds on top of that.
So I may end up writing my provider or several dynamic providers.
See example issue: hashicorp/terraform-provider-azuread/issues/1418
The text was updated successfully, but these errors were encountered: