Skip to content

Commit 84aabc9

Browse files
committed
TF 0.12.9 -> 0.14.5
1 parent ef1db81 commit 84aabc9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
terraform {
3-
required_version = "~> 0.12.9"
3+
required_version = ">= 0.13"
44
}

terraform/versions.tf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
terraform {
2-
required_version = "~> 0.12.9"
3-
}
2+
required_version = ">= 0.13"
3+
required_providers {
4+
aws = {
5+
source = "hashicorp/aws"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)