Skip to content

Commit

Permalink
Merge pull request #48 from terraform-google-modules/ludo-v1.0.4
Browse files Browse the repository at this point in the history
Fix default value of kms_data in cos-mysql submodule
  • Loading branch information
ludoo authored Oct 15, 2019
2 parents 13bf320 + a8c693d commit de385ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Extending the adopted spec, each change should have a link to its corresponding

## [Unreleased]

### Fixed

- Fix default value of `kms_data` in `cos-mysql` submodule

## [1.0.3] - 2019-10-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion modules/cos-mysql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ variable "my_cnf" {
variable "kms_data" {
description = "Map with KMS project_id, keyring, location and key if password is encrypted with KMS."
type = map(string)
default = null
default = {}
}

variable "password" {
Expand Down

0 comments on commit de385ed

Please sign in to comment.