Skip to content

Commit

Permalink
Removed redundant provider requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov committed Nov 4, 2023
1 parent cf0fe3b commit c8504dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions settings.tf

This file was deleted.

4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "name" {
description = "Name tag."
description = "Name tag"
}
variable "aliases" {
description = "List of hostnames with their domain zone ids. The first is expected as the main domain, other ones are an alternative names."
Expand All @@ -14,6 +14,6 @@ locals {
tags = {
Name = var.name
Module = "ACM certificate"
ModuleVersion = "v0.4.0"
ModuleVersion = "v0.6.0"
}
}

0 comments on commit c8504dc

Please # to comment.