terraform-provider-azapi icon indicating copy to clipboard operation
terraform-provider-azapi copied to clipboard

Add Azure Government support for KeyVault endpoint

Open the3venthoriz0n opened this issue 2 months ago • 0 comments

azapi_data_plane_resource cannot hit the proper endpoint without a provider endpoint override. This adds support for Azure Government to hit the proper KeyVault endpoint without using a provider configuration.

provider "azapi" { endpoint = [{ resource_manager_audience = "https://vault.usgovcloudapi.net" # Required to hit the data plane endpoints }] }

the3venthoriz0n avatar Oct 14 '25 19:10 the3venthoriz0n