Skip to content

Commit

Permalink
fix(versions): versions constraints to ~> 1.3 (based on "optional" func)
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jan 22, 2024
1 parent 1bec42b commit 744be50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/slack_workspace/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 744be50

Please sign in to comment.