Commit ff6c0c55 authored by Bryant Biggs's avatar Bryant Biggs Committed by GitHub

feat: Enable support for Terraform 0.13 as a valid version by setting minimum...

feat: Enable support for Terraform 0.13 as a valid version by setting minimum version required (#455)
parent 26bb020d
terraform { terraform {
required_version = "~> 0.12.6" required_version = ">= 0.12.6, < 0.14"
required_providers { required_providers {
aws = "~> 2.53" aws = "~> 2.53"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment