upgrade to Terraform 1.1.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-10 15:02:28 +02:00
parent 90a8341b0e
commit 58cdbb8c31
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: 9de1a4265c78d171d31385ae666d3abc99776f8c
version: 50eda0808cceaaad2a5c5cdb4493935f2e3a637d
scm: git
- name: infra-role-wireguard

View File

@ -3,7 +3,7 @@ module "avalanche" {
host_count = 3
env = "avalanche"
group = "avalanche"
size = "s-2vcpu-2gb"
type = "s-2vcpu-2gb"
domain = var.domain
open_tcp_ports = ["80", "443", "9653", "9655"]

View File

@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0.0"
required_version = "~> 1.1.0"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"