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
Deploying with Azure Cloud Shell to the US Government cloud (environment = usgovernment) fails with an error. The error is caused by an issue in the Terraform Azure RM provider: hashicorp/terraform-provider-azurerm#7787. This bug will be resolved when that issue is resolved and the fix is deployed to the Azure Cloud Shell on the US Government portal.
Steps to Reproduce
Steps to reproduce the behavior:
Launch azure cloud shell in Azure US Government (portal.azure.us)
When running terraform apply the error below happens:
╷
│ Error: expected "access_policy.0.object_id" to be a valid UUID, got
│
│ with module.jumpbox[0].azurerm_key_vault.jumpbox-keyvault,
│ on ../modules/jumpbox/main.tf line 18, in resource "azurerm_key_vault" "jumpbox-keyvault":
│ 18: object_id = var.object_id
│
╵
Workaround
Deployments to the US Government cloud succeeds using the development container.
Description
Deploying with Azure Cloud Shell to the US Government cloud (environment =
usgovernment
) fails with an error. The error is caused by an issue in the Terraform Azure RM provider: hashicorp/terraform-provider-azurerm#7787. This bug will be resolved when that issue is resolved and the fix is deployed to the Azure Cloud Shell on the US Government portal.Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful deployment
Actual behavior
When running
terraform apply
the error below happens:Workaround
Deployments to the US Government cloud succeeds using the development container.
Additional context
Operating System: Azure Cloud Shell: portal.azure.us
Terraform Version:
Cloud (public, Azure Government, etc.): Azure Government (
usgovernment
)The text was updated successfully, but these errors were encountered: