Skip to content

Commit 7f495e4

Browse files
committed
Update documented version of terraform-docs to 0.6.0 to comply with the rest of CFT modules
1 parent a9df188 commit 7f495e4

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The root module is generated by running `make generate`. Changes to this reposit
219219
### Requirements
220220
- [bundler](https://github.com/bundler/bundler)
221221
- [gcloud](https://cloud.google.com/sdk/install)
222-
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.3.0
222+
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.6.0
223223

224224
### Autogeneration of documentation from .tf files
225225
Run

autogen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The root module is generated by running `make generate`. Changes to this reposit
166166
### Requirements
167167
- [bundler](https://github.com/bundler/bundler)
168168
- [gcloud](https://cloud.google.com/sdk/install)
169-
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.3.0
169+
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.6.0
170170

171171
### Autogeneration of documentation from .tf files
172172
Run

modules/private-cluster/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ The resources/services/activations/deletions that this module will create/trigge
88
- Activate network policy if `network_policy` is true
99
- Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true
1010

11-
12-
**Note**: You must run Terraform from a VM on the same VPC as your cluster, otherwise there will be issues connecting to the GKE master.
13-
1411
## Usage
1512
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1613

@@ -228,7 +225,7 @@ The root module is generated by running `make generate`. Changes to this reposit
228225
### Requirements
229226
- [bundler](https://github.com/bundler/bundler)
230227
- [gcloud](https://cloud.google.com/sdk/install)
231-
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.3.0
228+
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.6.0
232229

233230
### Autogeneration of documentation from .tf files
234231
Run

0 commit comments

Comments
 (0)