Skip to content

Commit 04872be

Browse files
committed
Add hashicorp/archive provider requirement
1 parent a1858f8 commit 04872be

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)