Skip to content

Commit

Permalink
Merge pull request #18 from clouddrove/0.15
Browse files Browse the repository at this point in the history
update terraform version
  • Loading branch information
Nikita Dugar committed Jun 16, 2021
2 parents a826265 + d43b236 commit 24ae0f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
# for resources. You can use terraform-labels to implement a strict naming
# convention.
module "labels" {
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.14.0"
source = "clouddrove/labels/aws"
version = "0.15.0"

name = var.name
repository = var.repository
environment = var.environment
managedby = var.managedby
attributes = var.attributes
label_order = var.label_order
}


# Module : ACM CERTIFICATE
# Description : This terraform module is used for requesting or importing SSL/TLS
# certificate with validation.
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.10.0"
version = ">= 3.1.15"
}
}
}

0 comments on commit 24ae0f0

Please sign in to comment.