Skip to content

Commit

Permalink
fix: add provider azurerrm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayzrian committed Mar 20, 2024
1 parent 9761191 commit 8a3d3df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/1-project-setup/02-set-up-terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ terraform {
required_version = ">= 1.1.0"
}
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "front_end_rg" {
name = "rg-frontend-sand-ne-001"
Expand Down

0 comments on commit 8a3d3df

Please sign in to comment.