Skip to content

Commit a60cdfd

Browse files
authored
Azure: Use Azure-specific Host for Terraform (#924)
1 parent e015f98 commit a60cdfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/azure/integrations/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ terraform {
4141
provider "azurerm" {
4242
features {}
4343

44-
metadata_host = "localhost.localstack.cloud:4566"
44+
metadata_host = "azure.localhost.localstack.cloud:4566"
4545
subscription_id = "00000000-0000-0000-0000-000000000000"
4646
}
4747
```

0 commit comments

Comments
 (0)