Skip to content

Commit

Permalink
fix: add missing provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan-Bhatia-0 committed Jul 1, 2024
1 parent 6b671ca commit 62784aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ resource "random_id" "uniq" {
byte_length = 4
}

provider "azurerm" {
features {}
}

resource "azurerm_resource_group" "lacework" {
name = local.resource_group_name
location = local.resource_group_location
Expand Down

0 comments on commit 62784aa

Please sign in to comment.