diff --git a/examples/simple/versions.tf b/examples/simple/versions.tf index 28b216f..e3716e1 100644 --- a/examples/simple/versions.tf +++ b/examples/simple/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { snowflake = { source = "Snowflake-Labs/snowflake" - version = "~> 0.94" + version = "~> 1.0" } } } diff --git a/versions.tf b/versions.tf index 77e3221..5b51886 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { snowflake = { source = "Snowflake-Labs/snowflake" - version = "~> 0.94" + version = "~> 1.0" } context = { source = "cloudposse/context"