File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 no-commit-to-branch,
3333 terraform_tflint_nocreds,
3434 terraform_tfsec
35- - uses : stefanzweifel/git-auto-commit-action@v4
36- if : ${{ failure() }}
37- with :
38- commit_message : Apply automatic changes
39- commit_options : " --no-verify"
40- # Optional commit user and author settings
41- commit_user_name : Linter Bot
42- commit_user_email : noreply@rhythmictech.com
43- commit_author : Linter Bot <actions@github.com>
Original file line number Diff line number Diff line change 2929 no-commit-to-branch,
3030 terraform_tflint_nocreds,
3131 terraform_tfsec
32- - uses : stefanzweifel/git-auto-commit-action@v4
33- if : ${{ failure() }}
34- with :
35- commit_message : Apply automatic changes
36- commit_options : " --no-verify"
37- # Optional commit user and author settings
38- commit_user_name : Linter Bot
39- commit_user_email : noreply@rhythmictech.com
40- commit_author : Linter Bot <actions@github.com>
4132 tflint :
4233 runs-on : ubuntu-latest
4334 steps :
Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ A bit about this module
2424
2525| Name | Version |
2626| ------| ---------|
27- | terraform | >= 0.13.5 |
27+ | < a name = " requirement_terraform " ></ a > [ terraform] ( #requirement \_ terraform ) | >= 0.13.5 |
2828
2929## Providers
3030
31- No provider .
31+ No providers .
3232
3333## Modules
3434
3535| Name | Source | Version |
3636| ------| --------| ---------|
37- | tags | rhythmictech/tags/terraform | ~ > 1.1.0 |
37+ | < a name = " module_tags " ></ a > [ tags] ( #module \_ tags ) | rhythmictech/tags/terraform | ~ > 1.1.0 |
3838
3939## Resources
4040
@@ -44,14 +44,14 @@ No resources.
4444
4545| Name | Description | Type | Default | Required |
4646| ------| -------------| ------| ---------| :--------:|
47- | name | Moniker to apply to all resources in the module | ` string ` | n/a | yes |
48- | tags | User-Defined tags | ` map(string) ` | ` {} ` | no |
47+ | < a name = " input_name " ></ a > [ name ] ( #input \_ name ) | Moniker to apply to all resources in the module | ` string ` | n/a | yes |
48+ | < a name = " input_tags " ></ a > [ tags] ( #input \_ tags ) | User-Defined tags | ` map(string) ` | ` {} ` | no |
4949
5050## Outputs
5151
5252| Name | Description |
5353| ------| -------------|
54- | tags\_ module | Tags Module in it's entirety |
54+ | < a name = " output_tags_module " ></ a > [ tags\_ module] ( #output \_ tags \_ module ) | Tags Module in it's entirety |
5555<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5656
5757## Getting Started
You can’t perform that action at this time.
0 commit comments