Skip to content

Commit b9f979e

Browse files
fix(deps): update dependencies (#318)
1 parent 1dfd73c commit b9f979e

12 files changed

Lines changed: 119 additions & 103 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ on:
1414

1515
jobs:
1616
call-terraform-ci-pipeline:
17-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.4
17+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.7
1818
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ on:
1212

1313
jobs:
1414
call-terraform-release-pipeline:
15-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.4
15+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.7
1616
secrets: inherit

README.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,39 @@ This module provisions the IBM Cloud Code Engine fully managed and serverless pl
1515
<!-- Below content is automatically populated via pre-commit hook -->
1616
<!-- BEGIN OVERVIEW HOOK -->
1717
## Overview
18-
* [terraform-ibm-code-engine](#terraform-ibm-code-engine)
19-
* [Submodules](./modules)
20-
* [app](./modules/app)
21-
* [binding](./modules/binding)
22-
* [build](./modules/build)
23-
* [config_map](./modules/config_map)
24-
* [domain_mapping](./modules/domain_mapping)
25-
* [job](./modules/job)
26-
* [project](./modules/project)
27-
* [secret](./modules/secret)
28-
* [Examples](./examples)
29-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
30-
* <a href="./examples/apps">Apps example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-apps-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/apps"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
31-
* <a href="./examples/build">Build example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-build-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/build"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
32-
* <a href="./examples/jobs">Jobs example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-jobs-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/jobs"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
33-
* [Contributing](#contributing)
18+
<ul>
19+
<li><a href="#terraform-ibm-code-engine">terraform-ibm-code-engine</a></li>
20+
<li><a href="./modules">Submodules</a>
21+
<ul>
22+
<li><a href="./modules/app">app</a></li>
23+
<li><a href="./modules/binding">binding</a></li>
24+
<li><a href="./modules/build">build</a></li>
25+
<li><a href="./modules/config_map">config_map</a></li>
26+
<li><a href="./modules/domain_mapping">domain_mapping</a></li>
27+
<li><a href="./modules/job">job</a></li>
28+
<li><a href="./modules/project">project</a></li>
29+
<li><a href="./modules/secret">secret</a></li>
30+
</ul>
31+
</li>
32+
<li><a href="./examples">Examples</a>
33+
<ul>
34+
<li>
35+
<a href="./examples/apps">Apps example</a>
36+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-apps-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/apps"><img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
37+
</li>
38+
<li>
39+
<a href="./examples/build">Build example</a>
40+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-build-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/build"><img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
41+
</li>
42+
<li>
43+
<a href="./examples/jobs">Jobs example</a>
44+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-jobs-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/jobs"><img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
45+
</li>
46+
</ul>
47+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
48+
</li>
49+
<li><a href="#contributing">Contributing</a></li>
50+
</ul>
3451
<!-- END OVERVIEW HOOK -->
3552

3653

examples/apps/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Apps example
22

33
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4-
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-apps-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/apps"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom;"></a>
4+
<p>
5+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-apps-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/apps">
6+
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7+
</a><br>
8+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9+
</p>
510
<!-- END SCHEMATICS DEPLOY HOOK -->
611

7-
812
An end-to-end apps example that will provision the following:
913
- A new resource group if one is not passed in.
1014
- Code Engine project
@@ -14,7 +18,3 @@ An end-to-end apps example that will provision the following:
1418
- Code Engine Domain Mapping
1519
- Secrets Manager Resources (Public Engine, Group, Public Certificate)
1620
- A context-based restriction (CBR) rule to allow Code Engine to be accessible from Schematics.
17-
18-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
19-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
20-
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

examples/apps/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "secrets_manager_public_cert_engine" {
4343
depends_on = [ibm_resource_instance.secrets_manager]
4444
count = var.existing_sm_instance_guid == null ? 1 : 0
4545
source = "terraform-ibm-modules/secrets-manager-public-cert-engine/ibm"
46-
version = "1.8.0"
46+
version = "1.8.1"
4747
providers = {
4848
ibm = ibm.ibm-sm
4949
ibm.secret-store = ibm.ibm-sm
@@ -63,7 +63,7 @@ module "secrets_manager_public_cert_engine" {
6363
module "secrets_manager_group" {
6464
count = var.existing_cert_secret_id == null ? 1 : 0
6565
source = "terraform-ibm-modules/secrets-manager-secret-group/ibm"
66-
version = "1.5.0"
66+
version = "1.5.1"
6767
region = local.sm_region
6868
secrets_manager_guid = local.sm_guid
6969
secret_group_name = "${var.prefix}-certificates-secret-group"
@@ -110,7 +110,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
110110

111111
module "cbr_zone_schematics" {
112112
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
113-
version = "1.36.0"
113+
version = "1.36.2"
114114
name = "${var.prefix}-schematics-zone"
115115
zone_description = "CBR Network zone containing Schematics"
116116
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id

examples/build/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Build example
22

33
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4-
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-build-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/build"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom;"></a>
4+
<p>
5+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-build-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/build">
6+
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7+
</a><br>
8+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9+
</p>
510
<!-- END SCHEMATICS DEPLOY HOOK -->
611

7-
812
An end-to-end apps example that will provision the following:
913
- A new resource group if one is not passed in.
1014
- Code Engine project
1115
- Code Engine build
1216
- Code Engine registry secret
1317
- Container registry namespace
14-
15-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
16-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
17-
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

examples/jobs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Jobs example
22

33
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4-
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-jobs-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/jobs"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom;"></a>
4+
<p>
5+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=code-engine-jobs-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/tree/main/examples/jobs">
6+
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7+
</a><br>
8+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9+
</p>
510
<!-- END SCHEMATICS DEPLOY HOOK -->
611

7-
812
An end-to-end jobs example that will provision the following:
913
- A new resource group if one is not passed in.
1014
- Code Engine project
1115
- Code Engine Job
1216
- Code Engine Generic Secret
1317
- Code Engine Build
1418
- Run Code Engine Build
15-
16-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
17-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
18-
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

modules/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You need the following permissions to run this module.
4040

4141
| Name | Source | Version |
4242
|------|--------|---------|
43-
| <a name="module_cbr_rules"></a> [cbr\_rules](#module\_cbr\_rules) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.36.0 |
43+
| <a name="module_cbr_rules"></a> [cbr\_rules](#module\_cbr\_rules) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.36.2 |
4444

4545
### Resources
4646

modules/project/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "ibm_code_engine_project" "ce_project" {
1616
module "cbr_rules" {
1717
count = length(var.cbr_rules) > 0 ? length(var.cbr_rules) : 0
1818
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
19-
version = "1.36.0"
19+
version = "1.36.2"
2020
rule_description = var.cbr_rules[count.index].description
2121
enforcement_mode = var.cbr_rules[count.index].enforcement_mode
2222
rule_contexts = var.cbr_rules[count.index].rule_contexts

0 commit comments

Comments
 (0)