Skip to content

Commit bf543e0

Browse files
authored
Add hashicorp/archive provider requirement (#72)
1 parent a1858f8 commit bf543e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ terraform {
22
required_version = ">= 1.9.0"
33

44
required_providers {
5+
archive = {
6+
source = "hashicorp/archive"
7+
version = ">= 2.6.0"
8+
}
59
aws = {
610
source = "hashicorp/aws"
711
version = "> 6.0.0"

0 commit comments

Comments
 (0)