File tree Expand file tree Collapse file tree 5 files changed +29
-29
lines changed Expand file tree Collapse file tree 5 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ branch.
12
12
13
13
## Version
14
14
15
- `{ { $version } }` (uses [terraform-docs] v0.14.1 , which is supported and tested on Terraform
15
+ `{ { $version } }` (uses [terraform-docs] v0.15.0 , which is supported and tested on Terraform
16
16
version 0.11+ and 0.12+ but may work for others.)
17
17
18
18
{ {- if eq $version " main" } }
Original file line number Diff line number Diff line change 86
86
with :
87
87
working-dir : examples/tf12_inject
88
88
output-file : README.md
89
- args : --sort-by- required
89
+ args : --sort-by required
90
90
indention : 3
91
91
git-push : true
92
92
git-push-sign-off : true
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM quay.io/terraform-docs/terraform-docs:0.14.1
15
+ FROM quay.io/terraform-docs/terraform-docs:0.15.0
16
16
17
17
# this is explicitly needed because yq v4.x only exists in this repo.
18
18
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
Original file line number Diff line number Diff line change 8
8
9
9
## Version
10
10
11
- ` v0.9.0 ` (uses [ terraform-docs] v0.14.1 , which is supported and tested on Terraform
11
+ ` v0.9.0 ` (uses [ terraform-docs] v0.15.0 , which is supported and tested on Terraform
12
12
version 0.11+ and 0.12+ but may work for others.)
13
13
14
14
## Usage
Original file line number Diff line number Diff line change 1
- # Test Inject
2
-
3
- ## Input
4
-
5
- ``` yaml
6
- - name : Should generate README.md for tf12_inject and push up all changes
7
- uses : ./
8
- with :
9
- working-dir : examples/tf12_inject
10
- output-file : README.md
11
- args : --sort-by- required
12
- indention : 3
13
- git-push : true
14
- git-commit-message : " terraform-docs: automated action"
15
- ` ` `
16
-
17
- ## Verify
18
-
19
- - Should inject below Usage
20
- - Should push up changes on build with commit message 'terraform-docs: automated action'
21
-
22
- ## Usage
23
-
24
- <!--- BEGIN_TF_DOCS --->
1
+ # Test Inject
2
+
3
+ ## Input
4
+
5
+ ``` yaml
6
+ - name : Should generate README.md for tf12_inject and push up all changes
7
+ uses : ./
8
+ with :
9
+ working-dir : examples/tf12_inject
10
+ output-file : README.md
11
+ args : --sort-by required
12
+ indention : 3
13
+ git-push : true
14
+ git-commit-message : " terraform-docs: automated action"
15
+ ` ` `
16
+
17
+ ## Verify
18
+
19
+ - Should inject below Usage
20
+ - Should push up changes on build with commit message 'terraform-docs: automated action'
21
+
22
+ ## Usage
23
+
24
+ <!--- BEGIN_TF_DOCS --->
25
25
### Requirements
26
26
27
27
| Name | Version |
@@ -64,4 +64,4 @@ No modules.
64
64
|------|-------------|
65
65
| <a name="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id) | The Id of the VPC |
66
66
67
- <!--- END_TF_DOCS --->
67
+ <!--- END_TF_DOCS --->
You can’t perform that action at this time.
0 commit comments