Skip to content

Commit

Permalink
Merge pull request #27 from khos2ow/update-v0.11.2
Browse files Browse the repository at this point in the history
Update terraform-docs to v0.11.2
  • Loading branch information
khos2ow committed Feb 24, 2021
2 parents 7f6d746 + 143584e commit b58dd69
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/templates/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branch.

## Version

`{{ $version }}` (uses [terraform-docs] v0.11.0, which is supported and tested on Terraform
`{{ $version }}` (uses [terraform-docs] v0.11.2, which is supported and tested on Terraform
version 0.11+ and 0.12+ but may work for others.)

{{- if eq $version "main" }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/terraform-docs/terraform-docs:0.11.0
FROM quay.io/terraform-docs/terraform-docs:0.11.2

# this can be removed when base image
# was upgraded to alpine:3.13 which has
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branch.

## Version

`v0.4.0` (uses [terraform-docs] v0.11.0, which is supported and tested on Terraform
`v0.4.0` (uses [terraform-docs] v0.11.2, which is supported and tested on Terraform
version 0.11+ and 0.12+ but may work for others.)

## Usage
Expand Down
4 changes: 2 additions & 2 deletions examples/tf11_basic/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ No Modules.

| Name |
|------|
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.2.0/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/1.0.0/docs/data-sources/key) |
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/data-sources/key) |

### Inputs

Expand Down
4 changes: 2 additions & 2 deletions examples/tf11_extra_args/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ No Modules.

The following resources are used by this module:

- [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.2.0/docs/data-sources/acm_certificate)
- [consul_key](https://registry.terraform.io/providers/hashicorp/consul/1.0.0/docs/data-sources/key)
- [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate)
- [consul_key](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/data-sources/key)

### Inputs

Expand Down
4 changes: 2 additions & 2 deletions examples/tf12_basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ No Modules.

| Name |
|------|
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.20.0/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/2.4.0/docs/data-sources/key) |
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/data-sources/key) |

### Inputs

Expand Down
4 changes: 2 additions & 2 deletions examples/tf12_find/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ No Modules.

| Name |
|------|
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.20.0/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/2.4.0/docs/data-sources/key) |
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/data-sources/key) |

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions examples/tf12_inject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ No Modules.

| Name |
|------|
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.20.0/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/2.4.0/docs/data-sources/key) |
| [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate) |
| [consul_key](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/data-sources/key) |

### Inputs

Expand Down

0 comments on commit b58dd69

Please sign in to comment.