Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade 0.8.2 #15

Merged
merged 4 commits into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/templates/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Version
{{ $version }}

Using [terraform-docs](https://github.com/segmentio/terraform-docs) v0.8.0, which is supported and tested on terraform version 0.11+ & 0.12+ but may work for others.
Using [terraform-docs](https://github.com/segmentio/terraform-docs) v0.8.2, which is supported and tested on terraform version 0.11+ & 0.12+ but may work for others.

{{ if eq $version "master" }}
| WARNING: You should not rely on master being stable or to have accurate documentation. Please use a git tagged semver or major version tag like `v1`. |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build
on:
- push
push:
branches-ignore:
- master
jobs:
build:
name: 'Build example docs'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM derekrada/terraform-docs:v1.0.6
FROM derekrada/terraform-docs:latest
COPY ./src/common.sh /common.sh
COPY ./src/docker-entrypoint.sh /docker-entrypoint.sh

Expand Down
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM golang:1.13-alpine3.10 as builder
# Locked down to a specific commit until v0.8 is released
ARG VERSION=v0.8.0
ARG VERSION=v0.8.2

# Install dependencies
RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion examples/tf12_atlantis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))<br></pre> | `[]` | no |
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | `[]` | no |
| extra\_tags | Additional tags | `map(string)` | `{}` | no |
| instance\_count | Number of instances to create | `number` | `1` | no |
| instance\_name | Instance name prefix | `string` | `"test-"` | no |
Expand Down
2 changes: 1 addition & 1 deletion examples/tf12_basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))<br></pre> | `[]` | no |
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | `[]` | no |
| extra\_tags | Additional tags | `map(string)` | `{}` | no |
| instance\_count | Number of instances to create | `number` | `1` | no |
| instance\_name | Instance name prefix | `string` | `"test-"` | no |
Expand Down
2 changes: 1 addition & 1 deletion examples/tf12_find/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))<br></pre> | `[]` | no |
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | `[]` | no |
| extra\_tags | Additional tags | `map(string)` | `{}` | no |
| instance\_count | Number of instances to create | `number` | `1` | no |
| instance\_name | Instance name prefix | `string` | `"test-"` | no |
Expand Down
2 changes: 1 addition & 1 deletion examples/tf12_find/modules/tf12_find_submodules/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ No provider.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))<br></pre> | `[]` | no |
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | `[]` | no |
| extra\_tags | Additional tags | `map(string)` | `{}` | no |
| instance\_count | Number of instances to create | `number` | `1` | no |
| instance\_name | Instance name prefix | `string` | `"test-"` | no |
Expand Down
2 changes: 1 addition & 1 deletion examples/tf12_inject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
|------|-------------|------|---------|:-----:|
| subnet\_ids | A list of subnet ids to use | `list(string)` | n/a | yes |
| vpc\_id | The id of the vpc | `string` | n/a | yes |
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))<br></pre> | `[]` | no |
| extra\_environment | List of additional environment variables | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> | `[]` | no |
| extra\_tags | Additional tags | `map(string)` | `{}` | no |
| instance\_count | Number of instances to create | `number` | `1` | no |
| instance\_name | Instance name prefix | `string` | `"test-"` | no |
Expand Down