Skip to content

Commit 5cfcd0f

Browse files
fix(deps): update dependencies
1 parent 8e3c722 commit 5cfcd0f

File tree

8 files changed

+67
-39
lines changed

8 files changed

+67
-39
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ For more information about the Enterprise Application Service product you can re
3030
## Overview
3131
* [terraform-ibm-enterprise-app-java](#terraform-ibm-enterprise-app-java)
3232
* [Examples](./examples)
33-
* <div style="display: inline-block;"><a href="./examples/basic">Basic example</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eaj-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/basic" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
34-
* <div style="display: inline-block;"><a href="./examples/bdr_complete">Build, deploy and run complete example</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eaj-bdr_complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/bdr_complete" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
35-
* <div style="display: inline-block;"><a href="./examples/dr_complete">Deploy and run complete example</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eaj-dr_complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/dr_complete" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
33+
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
34+
* <a href="./examples/basic">Basic example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=enterprise-app-java-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/basic"><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>
35+
* <a href="./examples/bdr_complete">Build, deploy and run complete example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=enterprise-app-java-bdr_complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/bdr_complete"><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>
36+
* <a href="./examples/dr_complete">Deploy and run complete example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=enterprise-app-java-dr_complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/dr_complete"><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>
3637
* [Contributing](#contributing)
3738
<!-- END OVERVIEW HOOK -->
3839

examples/basic/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Basic example
22

3+
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=enterprise-app-java-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/basic"><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>
5+
<!-- END SCHEMATICS DEPLOY HOOK -->
6+
7+
38
A simple example that shows how to provision a basic Enterprise Application Service instance with no configuration.
49

510
The following resources are provisioned by this example:
611
- A new resource group, if an existing one is not passed in.
712
- A new Enterprise Application Service instance in the given resource group on an IBM Cloud account.
13+
14+
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
15+
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
16+
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

examples/bdr_complete/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Build, deploy and run complete example
22

3+
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=enterprise-app-java-bdr_complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/bdr_complete"><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>
5+
<!-- END SCHEMATICS DEPLOY HOOK -->
6+
7+
38
A Build, deploy and run use-case example to show how to provision an Enterprise Application Service instance by passing application source and configuration repositories as input.
49
In addiction to the two repositories, the example shows how to include the GitHub token with the right permissions to access the repositories: in the example the token is pulled from an IBM Cloud secrets manager instance where it is stored, by passing the secret CRN which is used to extract the Secrets Manager instance, its region and the secretID to pull the secret value
510
Note that the three parameters (repositories and token) are mandatory if any of them is not null.
611

712
The following resources are provisioned by this example:
813
- A new resource group, if an existing one is not passed in.
914
- A new Enterprise Application Service instance in the given resource group on an IBM Cloud account.
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 -->

examples/dr_complete/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Deploy and run complete example
22

3+
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=enterprise-app-java-dr_complete-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-enterprise-app-java/tree/main/examples/dr_complete"><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>
5+
<!-- END SCHEMATICS DEPLOY HOOK -->
6+
7+
38
A Deploy and run use-case example to show how to provision an Enterprise Application Service instance by passing an already built maven application through its maven repository URL as source repository and the application configuration through the config repository as input parameters.
49
The example sets also the var.source_repo_type input variable to "maven" and the "username" and "password" values to a set of fake values for testing purposes
510
In addiction to the configuration repository, the example shows how to
@@ -10,3 +15,7 @@ Note that the three parameters, maven and configuration repositories and the git
1015
The following resources are provisioned by this example:
1116
- A new resource group, if an existing one is not passed in.
1217
- A new Enterprise Application Service instance in the given resource group on an IBM Cloud account.
18+
19+
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
20+
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
21+
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.86.1"
6+
version = "1.87.1"
77
}
88
time = {
99
source = "hashicorp/time"

tests/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.5
55
require (
66
github.com/IBM/go-sdk-core/v5 v5.21.2
77
github.com/stretchr/testify v1.11.1
8-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.65.1
8+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.65.2
99
gopkg.in/yaml.v3 v3.0.1
1010
)
1111

@@ -14,7 +14,7 @@ require (
1414
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
1515
github.com/IBM-Cloud/power-go-client v1.14.4 // indirect
1616
github.com/IBM/cloud-databases-go-sdk v0.8.1 // indirect
17-
github.com/IBM/platform-services-go-sdk v0.92.0 // indirect
17+
github.com/IBM/platform-services-go-sdk v0.93.1 // indirect
1818
github.com/IBM/project-go-sdk v0.4.0 // indirect
1919
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2020
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -32,7 +32,7 @@ require (
3232
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3333
github.com/go-git/go-billy/v5 v5.6.2 // indirect
3434
github.com/go-git/go-git/v5 v5.16.4 // indirect
35-
github.com/go-logr/logr v1.4.2 // indirect
35+
github.com/go-logr/logr v1.4.3 // indirect
3636
github.com/go-logr/stdr v1.2.2 // indirect
3737
github.com/go-openapi/analysis v0.23.0 // indirect
3838
github.com/go-openapi/errors v0.22.6 // indirect
@@ -51,7 +51,7 @@ require (
5151
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5252
github.com/google/go-cmp v0.7.0 // indirect
5353
github.com/google/uuid v1.6.0 // indirect
54-
github.com/gruntwork-io/terratest v0.54.0 // indirect
54+
github.com/gruntwork-io/terratest v0.55.0 // indirect
5555
github.com/hashicorp/errwrap v1.1.0 // indirect
5656
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5757
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
@@ -89,13 +89,13 @@ require (
8989
go.opentelemetry.io/otel/metric v1.35.0 // indirect
9090
go.opentelemetry.io/otel/trace v1.35.0 // indirect
9191
go.yaml.in/yaml/v2 v2.4.3 // indirect
92-
golang.org/x/crypto v0.46.0 // indirect
93-
golang.org/x/mod v0.30.0 // indirect
94-
golang.org/x/net v0.47.0 // indirect
92+
golang.org/x/crypto v0.47.0 // indirect
93+
golang.org/x/mod v0.31.0 // indirect
94+
golang.org/x/net v0.48.0 // indirect
9595
golang.org/x/sync v0.19.0 // indirect
96-
golang.org/x/sys v0.39.0 // indirect
97-
golang.org/x/text v0.32.0 // indirect
98-
golang.org/x/tools v0.39.0 // indirect
96+
golang.org/x/sys v0.40.0 // indirect
97+
golang.org/x/text v0.33.0 // indirect
98+
golang.org/x/tools v0.40.0 // indirect
9999
gopkg.in/warnings.v0 v0.1.2 // indirect
100100
gopkg.in/yaml.v2 v2.4.0 // indirect
101101
sigs.k8s.io/yaml v1.6.0 // indirect

0 commit comments

Comments
 (0)