skip to Main Content

Azure – shares.Client#GetProperties: Failure sending request: StatusCode=0 — Original Error: context deadline exceeded

I've deployed a new file share on a storage account I have in Azure and ever since I did that I am no longer able to perform terraform plan and instead getting the following error: azurerm_storage_account_customer_managed_key.this[0]: Refreshing state... [id=/subscriptions/**********/resourceGroups/myrg/providers/Microsoft.Storage/storageAccounts/myaccount] ╷…

VIEW QUESTION

terraform aws serverless v2 multi AZ – Amazon web services

I'm following terraform documentation to create Aurora serverless v2 by terraform. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#rds-serverless-v2-cluster In terraform documentation, they have not mentioned how to create Aurora serverless v2 with multi AZ (read replica in other region for failover). Although, by aws console, I…

VIEW QUESTION
Back To Top
Search