Skip to content

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 30, 2023
1 parent 789a389 commit cff1985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ You need the following permissions to run this module.
- [ Example with SLZ default values](examples/slz)
<!-- END EXAMPLES HOOK -->
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
### Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.53.0 |

## Modules
### Modules

| Name | Source | Version |
|------|--------|---------|
Expand All @@ -93,11 +93,11 @@ You need the following permissions to run this module.
| <a name="module_key_protect_key_rings"></a> [key\_protect\_key\_rings](#module\_key\_protect\_key\_rings) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-key-ring.git | v2.0.1 |
| <a name="module_key_protect_keys"></a> [key\_protect\_keys](#module\_key\_protect\_keys) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-key.git | v1.0.3 |

## Resources
### Resources

No resources.

## Inputs
### Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
Expand All @@ -122,7 +122,7 @@ No resources.
| <a name="input_rotation_enabled"></a> [rotation\_enabled](#input\_rotation\_enabled) | If set to true, Key Protect enables a rotation policy on the Key Protect instance. | `bool` | `true` | no |
| <a name="input_rotation_interval_month"></a> [rotation\_interval\_month](#input\_rotation\_interval\_month) | Specifies the key rotation time interval in months. Must be between 1 and 12 inclusive. | `number` | `1` | no |

## Outputs
### Outputs

| Name | Description |
|------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion common-dev-assets
Submodule common-dev-assets updated 59 files
+9 −1 .gitignore
+0 −1 Brewfile
+2 −2 common-go-assets/cloudinfo-region-power-prefs.yaml
+10 −0 common-go-assets/common-permanent-resources.yaml
+7 −12 commonRenovateConfig.json
+23 −9 module-assets/.pre-commit-config.yaml
+14 −0 module-assets/.terraform-docs-config-examples.yaml
+13 −0 module-assets/.terraform-docs-config-overview.yaml
+3 −5 module-assets/.terraform-docs-config.yaml
+0 −1 module-assets/Brewfile
+7 −7 module-assets/ci/install-deps.sh
+14 −7 module-assets/ci/module-template-automation/.terraform-docs-config-template-module.yaml
+0 −3 module-assets/ci/module-template-automation/common_code/.gitignore
+0 −201 module-assets/ci/module-template-automation/common_code/LICENSE
+0 −1 module-assets/ci/module-template-automation/common_code/catalogValidationValues.json.template
+0 −2 module-assets/ci/module-template-automation/common_code/outputs.tf
+2 −4 module-assets/ci/module-template-automation/common_code/variables.tf
+5 −5 module-assets/ci/module-template-automation/common_code/version.tf
+8 −0 module-assets/ci/module-template-automation/examples/basic/README.md
+7 −2 module-assets/ci/module-template-automation/examples/basic/main.tf
+0 −0 module-assets/ci/module-template-automation/examples/basic/outputs.tf
+4 −4 module-assets/ci/module-template-automation/examples/basic/provider.tf
+6 −2 module-assets/ci/module-template-automation/examples/basic/variables.tf
+12 −0 module-assets/ci/module-template-automation/examples/basic/version.tf
+4 −0 module-assets/ci/module-template-automation/examples/complete/README.md
+3 −0 module-assets/ci/module-template-automation/examples/complete/main.tf
+4 −4 module-assets/ci/module-template-automation/examples/complete/outputs.tf
+8 −0 module-assets/ci/module-template-automation/examples/complete/provider.tf
+1 −1 module-assets/ci/module-template-automation/examples/complete/variables.tf
+12 −0 module-assets/ci/module-template-automation/examples/complete/version.tf
+0 −8 module-assets/ci/module-template-automation/examples/default/README.md
+0 −4 module-assets/ci/module-template-automation/examples/default/provider.tf
+0 −10 module-assets/ci/module-template-automation/examples/default/version.tf
+0 −3 module-assets/ci/module-template-automation/examples/existing-resources/README.md
+0 −3 module-assets/ci/module-template-automation/examples/existing-resources/main.tf
+0 −4 module-assets/ci/module-template-automation/examples/existing-resources/provider.tf
+0 −15 module-assets/ci/module-template-automation/examples/existing-resources/variables.tf
+0 −10 module-assets/ci/module-template-automation/examples/existing-resources/version.tf
+0 −5 module-assets/ci/module-template-automation/examples/non-default/README.md
+0 −3 module-assets/ci/module-template-automation/examples/non-default/main.tf
+0 −4 module-assets/ci/module-template-automation/examples/non-default/provider.tf
+0 −10 module-assets/ci/module-template-automation/examples/non-default/version.tf
+10 −0 module-assets/ci/module-template-automation/overview-external.md
+10 −0 module-assets/ci/module-template-automation/overview-internal.md
+1 −1 module-assets/ci/module-template-automation/required_iam_access_policies.md
+2 −4 module-assets/ci/module-template-automation/tests/other_test.go
+5 −8 module-assets/ci/module-template-automation/tests/pr_test.go
+19 −11 module-assets/ci/run-cra-scc-v2.sh
+2 −1 module-assets/ci/run-tests.sh
+18 −3 module-assets/ci/submoduleVersionCheck.sh
+12 −62 module-assets/ci/terraformDocExamples.py
+3 −25 module-assets/ci/terraformDocGoMod.py
+142 −0 module-assets/ci/terraformDocOverview.py
+35 −0 module-assets/ci/terraformDocs.py
+81 −0 module-assets/ci/terraformDocsUtils.py
+0 −7 renovate.json
+1 −1 scripts/update-multiple-repos/updateRepos.sh
+1 −1 scripts/update-source/requirements.txt
+44 −33 scripts/update-source/run-update-src.py

0 comments on commit cff1985

Please sign in to comment.