Skip to content

Commit

Permalink
Create versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Feb 10, 2022
1 parent caee442 commit 9e9a6fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
terraform {
required_version = ">= 0.13.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.68.0"
}
time = {
source = "hashicorp/time"
version = ">= 0.7"
}
}
}

0 comments on commit 9e9a6fa

Please sign in to comment.