Skip to content

Commit 473ac08

Browse files
committed
Update provider version
1 parent f055342 commit 473ac08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: versions.tf

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ terraform {
77
source = "hashicorp/aws"
88
version = ">= 4.27"
99
}
10-
archive = "~> 1.3"
10+
archive = {
11+
source = "hashicorp/archive"
12+
version = "~> 2.3.0"
13+
}
1114
}
1215
}

0 commit comments

Comments
 (0)