Skip to content

Commit b0eda9d

Browse files
authored
provider update (#18)
1 parent fa33f86 commit b0eda9d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

examples/complete/versions.tf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 2.0"
8-
}
9-
template = {
10-
source = "hashicorp/template"
11-
version = ">= 2.0"
12-
}
13-
null = {
14-
source = "hashicorp/null"
15-
version = ">= 2.0"
7+
version = ">= 3.0"
168
}
179
}
1810
}

0 commit comments

Comments
 (0)