From 3a8cebde902ed9c0e85b50347b286885fd8f066c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 23:56:12 +0000 Subject: [PATCH 1/2] Update terraform-docs/gh-actions action to v1.1.0 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c66a991..d2e8da3 100755 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside README.md & push changes back to PR - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.1.0 with: working-dir: . config-file: .config/.terraform-docs.yml From f73bc9a3163c9962dda77de3bddc2e0e8a375252 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Mar 2024 23:56:29 +0000 Subject: [PATCH 2/2] docs: generated Terraform module README --- README.md | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/README.md b/README.md index 623bf7c..7fc2b49 100755 --- a/README.md +++ b/README.md @@ -4,5 +4,90 @@ This module is intended to serve as a child Terraform module which delivers a fi The work is pending and the module not ready for use at this time. +[![FINOS - Incubating](https://cdn.jsdelivr.net/gh/finos/contrib-toolbox@master/images/badge-incubating.svg)](https://finosfoundation.atlassian.net/wiki/display/FINOS/Incubating) +![website build](https://github.com/finos/cfi-terraform-template-child-module/workflows/Docusaurus-website-build/badge.svg) + +# terraform-provider-function + +This terraform module produces blah + +## Usage example +```hcl +module "iam" { + source = "terraform-aws-modules/iam/aws" + version = "5.3.0" +} +``` + +### Providers + +No providers. + +### Requirements + +No requirements. + +### Inputs + +No inputs. + +### Outputs + +No outputs. + +### Resources + +No resources. + +## Installation + +OS X & Linux: + +```sh +npm install my-crazy-module --save +``` + +Windows: + +```sh +edit autoexec.bat +``` +## Development setup + +Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms. + +```sh +make install +npm test +``` +## Roadmap + +List the roadmap steps; alternatively link the Confluence Wiki page where the project roadmap is published. + +1. Item 1 +2. Item 2 +3. .... + +## Contributing + +1. Fork it () +2. Create your feature branch (`git checkout -b feature/fooBar`) +3. Read our [contribution guidelines](.github/CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct) +4. Commit your changes (`git commit -am 'Add some fooBar'`) +5. Push to the branch (`git push origin feature/fooBar`) +6. Create a new Pull Request + +\_NOTE:\_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or [EasyCLA](https://community.finos.org/docs/governance/Software-Projects/easycla)). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA. + +*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [help@finos.org](mailto:help@finos.org)* + +## License + +Copyright 2022 FINOS + +Distributed under the +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). + +SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0)