Skip to content

Commit e761623

Browse files
committed
Pin provider versions
1 parent 384dd15 commit e761623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
terraform {
22
required_providers {
33
aws = {
4-
source = "hashicorp/aws"
4+
source = "hashicorp/aws"
5+
version = "~> 3.0"
56
}
67
}
78
required_version = ">= 0.13"

0 commit comments

Comments
 (0)