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: default/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## [next version]
7
+
## 1.0.1
8
8
9
9
### deprecations
10
10
@@ -13,3 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
### Added
14
14
15
15
* There are new `network_self_link` and `subnetwork_self_link` outputs.
16
+
* A network_description variable has been added, which is used as an argument to provide a description on `google_compute_network`. This is optional and defaults to null.
17
+
18
+
## 1.0.0
19
+
20
+
## Added
21
+
22
+
* Initial release of the `default` module, which features public networking and VPC-native functionality.
0 commit comments