Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Repository to contain useful resources for the chapter.

## Sandbox

Inside the 'sandbox' directory, you'll find a terraform subdirectory that contains prerequisite resources needed for the sandbox. Currently, there is terraform for:
Inside the 'sandbox' directory, you'll find a terraform subdirectory that contains prerequisite resources needed for the sandbox. Currently, there is terraform for:

- TFState Storage Account

Expand Down
4 changes: 2 additions & 2 deletions sandbox/prerequisites/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform {

required_providers {
azurerm = {
source= "hashicorp/azurerm"
version = ">= 3.7.0, < 5.0.0"
source = "hashicorp/azurerm"
version = ">= 3.7.0, < 5.0.0"
}
}

Expand Down