diff --git a/examples/complete/versions.tf b/examples/complete/versions.tf index 9154084..d6ccc54 100644 --- a/examples/complete/versions.tf +++ b/examples/complete/versions.tf @@ -11,5 +11,10 @@ terraform { source = "Snowflake-Labs/snowflake" version = "~> 0.64.0" } + + archive = { + source = "hashicorp/archive" + version = "2.4.0" + } } } diff --git a/examples/simple/versions.tf b/examples/simple/versions.tf index 9154084..d6ccc54 100644 --- a/examples/simple/versions.tf +++ b/examples/simple/versions.tf @@ -11,5 +11,10 @@ terraform { source = "Snowflake-Labs/snowflake" version = "~> 0.64.0" } + + archive = { + source = "hashicorp/archive" + version = "2.4.0" + } } } diff --git a/versions.tf b/versions.tf index db5b3f2..7e03c22 100644 --- a/versions.tf +++ b/versions.tf @@ -17,5 +17,10 @@ terraform { snowflake.monitoring_role, ] } + + archive = { + source = "hashicorp/archive" + version = "2.4.0" + } } }