Skip to content

Commit

Permalink
Fix for missing null provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed May 11, 2024
1 parent df656fe commit ea84c93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
terraform {
required_version = ">= 1.5.6"
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
}
snowflake = {
source = "Snowflake-Labs/snowflake"
version = "~> 0.90.0"
Expand Down
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
terraform {
required_version = ">= 1.5.6"
required_providers {
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
}
snowflake = {
source = "Snowflake-Labs/snowflake"
version = "~> 0.90.0"
Expand Down

0 comments on commit ea84c93

Please sign in to comment.