Skip to content

Commit

Permalink
fix typo in README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Jan 5, 2020
1 parent 0f71dfe commit 64e2296
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ Using `For, For-Each and Dynamic Nested Blocks` you can now dynamically add and
the necessity to render the whole list of resources again. Terraform will only add and remove the items you want it to.
====

== Table of Contents
toc::[]

== Requirements
This module requires version `~> 0.12.9` of Terraform.
This module requires version `~> 2.2` of the GitHub provider

== Features
This module uses https:/terraform-providers/terraform-provider-github/releases[Terraform GitHub provider v2.2.1] that supports the following resources:

* Repositories
* Branch Protections
* Teams & Collaborators
Expand All @@ -45,17 +55,9 @@ the necessity to render the whole list of resources again. Terraform will only a
* Projects
* Webhooks

== Table of Contents
toc::[]

== Requirements
This module requires version `~> 0.12.9` of Terraform.
This module requires version `~> 2.2` of the GitHub provider

== Examples
For a complete example please see link:/examples[examples] directory.


== Limitations
- Currently the https://www.terraform.io/docs/providers/github/index.html[GitHub Provider] doesn't support to rename repositories.
- Currently the https://www.terraform.io/docs/providers/github/index.html[GitHub Provider] doesn't support to manage personal repositories, outside of organizations.

0 comments on commit 64e2296

Please sign in to comment.