Skip to content

Commit

Permalink
Merge pull request #2 from toluna-terraform/add_module_validations
Browse files Browse the repository at this point in the history
update module validation
  • Loading branch information
Eli-Meitner authored Nov 14, 2022
2 parents e5f8d83 + a478274 commit 223570d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "aws" {
}

provider "toluna" {

strict_module_validation = true
}


Expand Down
4 changes: 2 additions & 2 deletions examples/basic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ terraform {
toluna = {
#source = "toluna.com/tolunaprovider/toluna"
#version = "1.0.0"
source = "toluna-terraform/toluna"
version = ">=0.0.9"
source = "toluna-terraform/toluna-v2"
version = ">=1.0.4"
}
}
}
Expand Down

0 comments on commit 223570d

Please sign in to comment.