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
{{ message }}
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
Please update the environments to support Synapse in USGovernmentCloud for Azure.
We are using Synapse in USGovernmentCloud and really need to be able to create resources under our Synapse resource through Terraform, but are unable to do so because the environments say it is not supported even though we are currently using it.
Can this also be fixed in the v14.x.x releases? I don't understand the difference between the 0.x.x releases and 14.x.x releases, but I do see the downstream provider depends on 0.x.x but ends up with an indirect dependency on 14.x.x.
The v14 releases are from pre-Go modules when we used dep for dependency management.
The indirect dependency you're seeing is a result of "carving out" the autorest (and other) modules from the monolithic release. It's not actually used for anything, so moving to autorest@v0.11.26 should be sufficient.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please update the environments to support Synapse in USGovernmentCloud for Azure.
We are using Synapse in USGovernmentCloud and really need to be able to create resources under our Synapse resource through Terraform, but are unable to do so because the environments say it is not supported even though we are currently using it.
Issue from Terraform provider: hashicorp/terraform-provider-azurerm#15443
The text was updated successfully, but these errors were encountered: