Skip to content

Commit 5dc6786

Browse files
authored
Merge pull request #122 from terraform-google-modules/internal/update-terraform-docs-required-version
Update documented version of `terraform-docs` to 0.6.0 to comply with the rest of CFT modules
2 parents a9df188 + 6e4ca2e commit 5dc6786

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
1211
**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.
1312

1413
## Usage
@@ -228,7 +227,7 @@ The root module is generated by running `make generate`. Changes to this reposit
228227
### Requirements
229228
- [bundler](https://github.com/bundler/bundler)
230229
- [gcloud](https://cloud.google.com/sdk/install)
231-
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.3.0
230+
- [terraform-docs](https://github.com/segmentio/terraform-docs/releases) 0.6.0
232231

233232
### Autogeneration of documentation from .tf files
234233
Run

0 commit comments

Comments
 (0)