Skip to content

Commit

Permalink
Updated Readme and minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Oct 18, 2023
1 parent 5d0cb06 commit 5bfbbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4.5 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.1 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.41.0 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.4.5"
required_version = ">= 1.6.1"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 5bfbbc8

Please sign in to comment.