Skip to content

Commit de385ed

Browse files
authored
Merge pull request #48 from terraform-google-modules/ludo-v1.0.4
Fix default value of kms_data in cos-mysql submodule
2 parents 13bf320 + a8c693d commit de385ed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Extending the adopted spec, each change should have a link to its corresponding
88

99
## [Unreleased]
1010

11+
### Fixed
12+
13+
- Fix default value of `kms_data` in `cos-mysql` submodule
14+
1115
## [1.0.3] - 2019-10-12
1216

1317
### Fixed

modules/cos-mysql/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ variable "my_cnf" {
110110
variable "kms_data" {
111111
description = "Map with KMS project_id, keyring, location and key if password is encrypted with KMS."
112112
type = map(string)
113-
default = null
113+
default = {}
114114
}
115115

116116
variable "password" {

0 commit comments

Comments
 (0)