Skip to content

Commit 59ae8bd

Browse files
committed
fix: explicit version
1 parent 274f6a1 commit 59ae8bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

providers.tf

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ terraform {
1919
source = "hashicorp/tfe"
2020
version = "~> 0.53.0"
2121
}
22+
23+
archive = {
24+
source = "hashicorp/archive"
25+
version = "~> 2.4"
26+
}
2227
}
2328
}
2429

0 commit comments

Comments
 (0)