Skip to content

Commit

Permalink
provider update (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Nov 22, 2021
1 parent fa33f86 commit b0eda9d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 2.0"
}
template = {
source = "hashicorp/template"
version = ">= 2.0"
}
null = {
source = "hashicorp/null"
version = ">= 2.0"
version = ">= 3.0"
}
}
}

0 comments on commit b0eda9d

Please sign in to comment.