Skip to content

Commit

Permalink
Merge pull request #28 from Snowflake-Labs/pin-archive-provider-version
Browse files Browse the repository at this point in the history
Pin archive provider version due to bug in newer version.
  • Loading branch information
sfc-gh-bkou authored Jun 4, 2024
2 parents fa3da8d + e9fcdd4 commit bf9a292
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ terraform {
source = "Snowflake-Labs/snowflake"
version = "~> 0.64.0"
}

archive = {
source = "hashicorp/archive"
version = "2.4.0"
}
}
}
5 changes: 5 additions & 0 deletions examples/simple/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ terraform {
source = "Snowflake-Labs/snowflake"
version = "~> 0.64.0"
}

archive = {
source = "hashicorp/archive"
version = "2.4.0"
}
}
}
5 changes: 5 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ terraform {
snowflake.monitoring_role,
]
}

archive = {
source = "hashicorp/archive"
version = "2.4.0"
}
}
}

0 comments on commit bf9a292

Please sign in to comment.