Upgraded versions in provider.tf and upgraded to latest null-label module

This commit is contained in:
Patrick de Ruiter 2021-02-05 14:20:16 +01:00
parent b7e11ce74c
commit bcfa8b4751
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ locals {
}
module "label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.24.1"
namespace = var.namespace
stage = var.stage
name = var.name

View File

@ -3,15 +3,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.10"
version = "~> 3.27"
}
template = {
source = "hashicorp/template"
version = "~> 2.0"
version = "~> 2.2"
}
local = {
source = "hashicorp/local"
version = "~> 1.3"
version = "~> 2.0"
}
}
required_version = ">= 0.13"