Skip to content

Commit

Permalink
add CHANGELOG.md, version.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Jun 4, 2020
1 parent e92d80c commit 44d5c2c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ois-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.16 -- 20200604

* add version number, update tags
5 changes: 5 additions & 0 deletions ois-scanner/version.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variable "_module_version" {
description = "Module version number"
type = string
default = "1.16"
}
3 changes: 3 additions & 0 deletions rds-oracle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.3 -- 20200604

* add module version, update tags
5 changes: 5 additions & 0 deletions rds-oracle/version.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variable "_module_version" {
description = "Module version number"
type = string
default = "1.3"
}

0 comments on commit 44d5c2c

Please sign in to comment.