Skip to content

Commit 24ae0f0

Browse files
author
Nikita Dugar
authored
Merge pull request #18 from clouddrove/0.15
update terraform version
2 parents a826265 + d43b236 commit 24ae0f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# for resources. You can use terraform-labels to implement a strict naming
88
# convention.
99
module "labels" {
10-
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.14.0"
10+
source = "clouddrove/labels/aws"
11+
version = "0.15.0"
1112

1213
name = var.name
13-
repository = var.repository
1414
environment = var.environment
1515
managedby = var.managedby
16-
attributes = var.attributes
1716
label_order = var.label_order
1817
}
1918

19+
2020
# Module : ACM CERTIFICATE
2121
# Description : This terraform module is used for requesting or importing SSL/TLS
2222
# certificate with validation.

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "3.10.0"
7+
version = ">= 3.1.15"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)