Upgraded versions in provider.tf and upgraded to latest null-label module
This commit is contained in:
parent
b7e11ce74c
commit
bcfa8b4751
2
main.tf
2
main.tf
@ -8,7 +8,7 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "label" {
|
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
|
namespace = var.namespace
|
||||||
stage = var.stage
|
stage = var.stage
|
||||||
name = var.name
|
name = var.name
|
||||||
|
|||||||
@ -3,15 +3,15 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
aws = {
|
aws = {
|
||||||
source = "hashicorp/aws"
|
source = "hashicorp/aws"
|
||||||
version = "~> 3.10"
|
version = "~> 3.27"
|
||||||
}
|
}
|
||||||
template = {
|
template = {
|
||||||
source = "hashicorp/template"
|
source = "hashicorp/template"
|
||||||
version = "~> 2.0"
|
version = "~> 2.2"
|
||||||
}
|
}
|
||||||
local = {
|
local = {
|
||||||
source = "hashicorp/local"
|
source = "hashicorp/local"
|
||||||
version = "~> 1.3"
|
version = "~> 2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
required_version = ">= 0.13"
|
required_version = ">= 0.13"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user