Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from hazelops/terraform-v.013
Browse files Browse the repository at this point in the history
Updated for TF v0.13
  • Loading branch information
igorkotof authored Oct 6, 2020
2 parents 5d2f2b4 + 053f0d9 commit 0d80311
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = "~> 0.12.0"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.12"
}

0 comments on commit 0d80311

Please sign in to comment.