Skip to content

Commit

Permalink
updated changelog, minor cosmetic change in variables for tagging and…
Browse files Browse the repository at this point in the history
… example
  • Loading branch information
hyder committed Jul 13, 2020
1 parent a4ebad0 commit 692604a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project are documented in this file.

The format is based on {uri-changelog}[Keep a Changelog].

== v1.0.3 (July 13,2020)

=== Changes
* Made label_prefix is optional (#5)
* Added schema for Resource Manager ( #3)

== v1.0.2 (May 21,2020)

=== Changes
Expand Down
2 changes: 1 addition & 1 deletion terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ vcn_dns_label = "vcn"
vcn_name = "vcn"

tags = {
department = "finance"
department = "finance"
environment = "dev"
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "tags" {
description = "simple key-value pairs to tag the resources created"
type = map(any)
default = {
"environment" = "dev"
environment = "dev"
}
}

Expand Down

0 comments on commit 692604a

Please sign in to comment.