Skip to content

Commit

Permalink
Update assets/loadtest/azure/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin Frazar <[email protected]>
  • Loading branch information
2 people authored and github-actions committed Nov 19, 2024
1 parent e2e7fe6 commit 8368907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/loadtest/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ provider "kubectl" {
}

provider "azurerm" {
subscription_id = vars.subscription_id
subscription_id = var.subscription_id
features {}
}

Expand Down

0 comments on commit 8368907

Please sign in to comment.