File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# for resources. You can use terraform-labels to implement a strict naming
8
8
# convention.
9
9
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"
11
12
12
13
name = var. name
13
- repository = var. repository
14
14
environment = var. environment
15
15
managedby = var. managedby
16
- attributes = var. attributes
17
16
label_order = var. label_order
18
17
}
19
18
19
+
20
20
# Module : ACM CERTIFICATE
21
21
# Description : This terraform module is used for requesting or importing SSL/TLS
22
22
# certificate with validation.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " 3.10.0 "
7
+ version = " >= 3.1.15 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments