Skip to content

Commit 5842696

Browse files
authored
Merge pull request #56 from terraform-google-modules/deprecate-root
deprecate root module
2 parents 95360a7 + ce9be84 commit 5842696

File tree

5 files changed

+10
-256
lines changed

5 files changed

+10
-256
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12-
12+
- `peering_completed` marker to postgresql module [#43]
13+
- `private_address` to postgresql module [#43]
1314

1415
### Changed
1516

17+
- the root module has been deprecated [#56]
18+
19+
[#56]: https://github.com/terraform-google-modules/terraform-google-sql-db/pull/56
20+
[#43]: https://github.com/terraform-google-modules/terraform-google-sql-db/pull/43

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This module consists of the following submodules:
88

99
See more details in each module's README.
1010

11+
## Root module
12+
13+
The root module has been deprecated. Please switch to using one of the submodules.
14+
1115
## Requirements
1216

1317
### Installation Dependencies

main.tf

Lines changed: 0 additions & 64 deletions
This file was deleted.

outputs.tf

Lines changed: 0 additions & 41 deletions
This file was deleted.

variables.tf

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)