Skip to content

Commit

Permalink
chore: bump terraform min
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Jun 11, 2024
1 parent 044fac0 commit e121a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Thanks Mark!

The following requirements are needed by this module:

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (>= 1.0.0)
- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.6)

- <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) (~> 1.6)

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

0 comments on commit e121a9c

Please sign in to comment.