mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 10:20:45 +00:00
Update required Terraform versions to v0.13 <= x < v0.16
* Allow Terraform v0.13.x, v0.14.x, or v0.15.x
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Terraform version and plugin versions
|
||||
|
||||
terraform {
|
||||
required_version = ">= 0.13.0, < 0.15.0"
|
||||
required_version = ">= 0.13.0, < 0.16.0"
|
||||
required_providers {
|
||||
random = ">= 2.2, < 4"
|
||||
template = ">= 2.1, < 4"
|
||||
|
||||
Reference in New Issue
Block a user