Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Feb 6, 2024
1 parent 1b6c698 commit 87040c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ provider "azurerm" {
provider "azuread" {}
module "azure-sn-cloud-manager" {
source = "github.com/streamnative/terraform-managed-cloud//modules/azure/sn-cloud-manager?ref=master"
source = "github.com/streamnative/terraform-managed-cloud//modules/azure/sn-cloud-manager?ref=main"
streamnative_cloud_env = "test" # or staging, production
resource_group_location = "westus2"
Expand All @@ -64,7 +64,7 @@ provider "azurerm" {
provider "azuread" {}
module "azure-managed-cloud" {
source = "github.com/streamnative/terraform-managed-cloud//modules/azure/vendor-access?ref=master"
source = "github.com/streamnative/terraform-managed-cloud//modules/azure/vendor-access?ref=main"
resource_group_name = "azure-westus2-aks-test"
resource_group_location = "westus2"
Expand Down

0 comments on commit 87040c7

Please sign in to comment.