mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 18:20:40 +00:00
Add support for Terraform v1.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Terraform version and plugin versions
|
||||
|
||||
terraform {
|
||||
required_version = ">= 0.13.0, < 0.16.0"
|
||||
required_version = ">= 0.13.0, < 2.0.0"
|
||||
required_providers {
|
||||
random = ">= 2.2, < 4"
|
||||
template = ">= 2.1, < 4"
|
||||
|
||||
Reference in New Issue
Block a user