File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3434 with :
3535 terraform_version : 1.5.0
3636
37- # Used to initialize the required AWS versions
3837 - name : Terraform Init
3938 working-directory : modules/ecs_fargate
4039 run : terraform init -backend=false
4544 mkdir -p tmp
4645 cp README.md ./tmp/README.md.bak
4746 terraform-docs . --config .terraform-docs.yml
48- if ! diff -q README.md ./tmp/README.md.bak > /dev/null; then
47+ if ! diff -I README.md ./tmp/README.md.bak > /dev/null; then
4948 echo "::error::Documentation is out of date. Please run 'make docs' in modules/ecs_fargate and commit the changes."
5049 echo "Diff:"
5150 diff README.md ./tmp/README.md.bak || true
Original file line number Diff line number Diff line change @@ -13,3 +13,9 @@ settings:
1313 required : true
1414 sensitive : true
1515 type : true
16+ sections :
17+ hide :
18+ # Don't include the version of AWS provider in the docs.
19+ # Having the minimum version of the provider in the requirements
20+ # is sufficient. This causes issues with generating docs in CI.
21+ - providers
Original file line number Diff line number Diff line change @@ -192,12 +192,6 @@ All of the input variables prefixed with `dd` are related to Datadog configurati
192192| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.5.0 |
193193| <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.77.0 |
194194
195- ## Providers
196-
197- | Name | Version |
198- | ------| ---------|
199- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.90.1 |
200-
201195## Modules
202196
203197No modules.
You can’t perform that action at this time.
0 commit comments