Skip to content

Commit

Permalink
Fixed Private IP and Public Ip Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vedant990 committed Jan 13, 2025
1 parent a3ac40c commit cc8c8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/example.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "azurerm" {
features {}
subscription_id = "1ac2caa4-336e-4daa-b8f1-0fbabe2d4b11"
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
}
module "resource_group" {
source = "clouddrove/resource-group/azure"
Expand Down
4 changes: 2 additions & 2 deletions examples/example.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
provider "azurerm" {
subscription_id = "1ac2caa4-336e-4daa-b8f1-0fbabe2d4b11"
features {}
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX"
}

provider "azurerm" {
features {}
alias = "peer"
subscription_id = "1ac2caa4-336e-4daa-b8f1-0fbabe2d4b11" #change this to other subscription if dns hosted in other subscription.
subscription_id = "000000-11111-1223-XXX-XXXXXXXXXXXX" #change this to other subscription if dns hosted in other subscription.
}

module "resource_group" {
Expand Down

0 comments on commit cc8c8d8

Please sign in to comment.