You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
<aname="unreleased"></a>
6
-
## [Unreleased]
5
+
<aname="2.0.0"></a>
6
+
## [2.0.0] - 2021-04-19
7
+
8
+
- Add support for Terraform 0.15 by setting sensitive outputs to have the sensitive=true flag. (https://www.terraform.io/upgrade-guides/0-15.html#sensitive-output-values)
9
+
- Terraform version requirement bumped to 0.14.5 in order to support sensitive values
10
+
11
+
<aname="1.0.2"></a>
12
+
## [1.0.2] - 2020-11-09
13
+
14
+
- Update module to remove 0.14 limit
15
+
16
+
<aname="1.0.1"></a>
17
+
## [1.0.1] - 2020-08-06
7
18
8
19
- Update module versions to support v3 provider
9
20
- add CHANGELOG.md
@@ -15,5 +26,6 @@ All notable changes to this project will be documented in this file.
| advanced\_tier | List of parameter names that should have tier set to Advanced |`list(string)`|`[]`| no |
74
-
| kms\_key\_id | The KMS key to use for encryption |`string`|`""`| no |
75
-
| name\_prefix | Path used for each SSM parameter created by the module |`any`| n/a | yes |
76
-
| parameters | Non-encrypted parameters |`map(any)`|`{}`| no |
77
-
| prevent\_overwrite | List of parameter names to prevent overwrite for |`list(string)`|`[]`| no |
78
-
| secure\_parameters | Secure parameters |`map(any)`|`{}`| no |
79
-
| tags | n/a |`map(any)`|`{}`| no |
87
+
|<aname="input_advanced_tier"></a> [advanced\_tier](#input\_advanced\_tier)| List of parameter names that should have tier set to Advanced |`list(string)`|`[]`| no |
88
+
|<aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| The KMS key to use for encryption |`string`|`""`| no |
89
+
|<aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| Path used for each SSM parameter created by the module |`any`| n/a | yes |
90
+
|<aname="input_parameters"></a> [parameters](#input\_parameters)| Non-encrypted parameters |`map(any)`|`{}`| no |
91
+
|<aname="input_prevent_overwrite"></a> [prevent\_overwrite](#input\_prevent\_overwrite)| List of parameter names to prevent overwrite for |`list(string)`|`[]`| no |
92
+
|<aname="input_secure_parameters"></a> [secure\_parameters](#input\_secure\_parameters)| Secure parameters |`map(any)`|`{}`| no |
93
+
|<aname="input_tags"></a> [tags](#input\_tags)| n/a |`map(any)`|`{}`| no |
0 commit comments