diff --git a/examples/complete/versions.tf b/examples/complete/versions.tf index 837c137..e598d34 100644 --- a/examples/complete/versions.tf +++ b/examples/complete/versions.tf @@ -9,7 +9,7 @@ terraform { snowflake = { source = "Snowflake-Labs/snowflake" - version = "~> 0.40.0" + version = "~> 0.50.0" } } }