Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodbu authored Apr 1, 2022
1 parent 43493e9 commit 168aa75
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ provider "aws" {

provider "azurerm" {
features {}
subscription_id = var.azure_subscription_id
client_id = var.azure_client_id
client_secret = var.azure_client_secret
tenant_id = var.azure_tenant_id
skip_provider_registration = "true"
subscription_id = var.azure_subscription_id
client_id = var.azure_client_id
client_secret = var.azure_client_secret
tenant_id = var.azure_tenant_id
}

0 comments on commit 168aa75

Please sign in to comment.