File tree 3 files changed +15
-15
lines changed 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
validate-tf :
13
- uses : trussworks/shared-actions/.github/workflows/validate-tf.yml@main
13
+ uses : trussworks/shared-actions/.github/workflows/validate-tf.yml@3cab03ab95045711da37ad6d63a93c666fc22398 # v0.0.2
Original file line number Diff line number Diff line change 22
22
- repo : https://github.com/terraform-docs/terraform-docs
23
23
rev : " v0.19.0"
24
24
hooks :
25
- - id : terraform-docs-go
25
+ - id : terraform-docs-system
26
26
27
27
- repo : https://github.com/antonbabenko/pre-commit-terraform
28
28
rev : v1.96.3
Original file line number Diff line number Diff line change 2
2
3
3
<!-- BEGIN_TF_DOCS -->
4
4
5
-
6
5
## Modules
7
6
8
- | Name | Source | Version |
9
- | ------| --------| ---------|
10
- | aws_cloudtrail | ../../ | n/a |
11
- | logs | trussworks/logs/aws | ~ > 12 |
7
+ | Name | Source | Version |
8
+ | -------------- | ------------------- | ------- |
9
+ | aws_cloudtrail | ../../ | n/a |
10
+ | logs | trussworks/logs/aws | ~ > 12 |
12
11
13
12
## Inputs
14
13
15
- | Name | Description | Type | Default | Required |
16
- | ------| -------------| ------| ---------| : --------: |
17
- | cloudwatch_log_group_name | n/a | ` string ` | n/a | yes |
18
- | logs_bucket | n/a | ` string ` | n/a | yes |
19
- | s3_key_prefix | n/a | ` string ` | n/a | yes |
20
- | trail_name | n/a | ` string ` | n/a | yes |
14
+ | Name | Description | Type | Default | Required |
15
+ | ------------------------- | ----------- | -------- | ------- | :------: |
16
+ | cloudwatch_log_group_name | n/a | ` string ` | n/a | yes |
17
+ | logs_bucket | n/a | ` string ` | n/a | yes |
18
+ | s3_key_prefix | n/a | ` string ` | n/a | yes |
19
+ | trail_name | n/a | ` string ` | n/a | yes |
21
20
22
21
## Outputs
23
22
24
- | Name | Description |
25
- | ------| -------------|
23
+ | Name | Description |
24
+ | -------------- | -------------- |
26
25
| cloudtrail_arn | CloudTrail ARN |
26
+
27
27
<!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments