Skip to content

Commit

Permalink
bump tf minimum version for sft and aws
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Oct 12, 2023
1 parent b5ea329 commit f787e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environment/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.13"
required_version = "~> 1.1"

required_providers {
aws = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/aws-dns-records/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = "~> 0.12"
required_version = "~> 1.1"
}

0 comments on commit f787e13

Please sign in to comment.