From 44e2192ccb01fc19e487b8adf38523eacc496cdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:54:52 +0000 Subject: [PATCH 1/2] Update aquasecurity/tfsec-action action to v1.0.3 --- .github/workflows/tfsec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index 67ff7b6..1c4829a 100755 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -13,4 +13,4 @@ jobs: - name: Clone repo uses: actions/checkout@master - name: tfsec - uses: aquasecurity/tfsec-action@v1.0.0 + uses: aquasecurity/tfsec-action@v1.0.3 From f1b34625ef53f51598a6fb90f83f07f8da6c05c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Aug 2025 19:55:06 +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)