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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 3.3.0 (Unreleased)
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* resource/random_password: `number` is now deprecated and `numeric` has been added to align attribute naming. `number` will be removed in the next major release ([#258](https://github.com/hashicorp/terraform-provider-random/pull/258)).
6
+
* resource/random_string: `number` is now deprecated and `numeric` has been added to align attribute naming. `number` will be removed in the next major release ([#258](https://github.com/hashicorp/terraform-provider-random/pull/258)).
-`min_numeric` (Number) Minimum number of numeric characters in the result. Default value is `0`.
47
47
-`min_special` (Number) Minimum number of special characters in the result. Default value is `0`.
48
48
-`min_upper` (Number) Minimum number of uppercase alphabet characters in the result. Default value is `0`.
49
-
-`number` (Boolean) Include numeric characters in the result. Default value is `true`.
49
+
-`number` (Boolean, Deprecated) Include numeric characters in the result. Default value is `true`. **NOTE**: This is deprecated, use `numeric` instead.
50
+
-`numeric` (Boolean) Include numeric characters in the result. Default value is `true`.
50
51
-`override_special` (String) Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.
51
52
-`special` (Boolean) Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`.
52
53
-`upper` (Boolean) Include uppercase alphabet characters in the result. Default value is `true`.
-`min_numeric` (Number) Minimum number of numeric characters in the result. Default value is `0`.
42
42
-`min_special` (Number) Minimum number of special characters in the result. Default value is `0`.
43
43
-`min_upper` (Number) Minimum number of uppercase alphabet characters in the result. Default value is `0`.
44
-
-`number` (Boolean) Include numeric characters in the result. Default value is `true`.
44
+
-`number` (Boolean, Deprecated) Include numeric characters in the result. Default value is `true`. **NOTE**: This is deprecated, use `numeric` instead.
45
+
-`numeric` (Boolean) Include numeric characters in the result. Default value is `true`.
45
46
-`override_special` (String) Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.
46
47
-`special` (Boolean) Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`.
47
48
-`upper` (Boolean) Include uppercase alphabet characters in the result. Default value is `true`.
0 commit comments