Skip to content

Commit 68c8408

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution
1 parent f313008 commit 68c8408

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

ibm_catalog.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,37 @@
7777
},
7878
"iam_permissions": [
7979
{
80-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Viewer"],
80+
"role_crns": [
81+
"crn:v1:bluemix:public:iam::::role:Viewer"
82+
],
8183
"service_name": "Resource group only",
8284
"notes": "Viewer access is required in the resource group you want to provision in."
8385
},
8486
{
85-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
87+
"role_crns": [
88+
"crn:v1:bluemix:public:iam::::role:Administrator"
89+
],
8690
"service_name": "All Account Management services",
8791
"notes": "[Optional] Required to deploy Cloud automation for account configuration, which creates foundational IBM Cloud account resources, like IAM settings, trusted profiles, access groups, and resource groups."
8892
},
8993
{
90-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
94+
"role_crns": [
95+
"crn:v1:bluemix:public:iam::::role:Administrator"
96+
],
9197
"service_name": "All Identity and Access enabled services",
9298
"notes": "[Optional] Required to deploy Cloud automation for account configuration, which creates foundational IBM Cloud account resources, like IAM settings, trusted profiles, access groups, and resource group with account settings."
9399
},
94100
{
95-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Editor"],
101+
"role_crns": [
102+
"crn:v1:bluemix:public:iam::::role:Editor"
103+
],
96104
"service_name": "data-science-experience",
97105
"notes": "Required for creating a instance of watsonx.ai Studio."
98106
},
99107
{
100-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Editor"],
108+
"role_crns": [
109+
"crn:v1:bluemix:public:iam::::role:Editor"
110+
],
101111
"service_name": "pm-20",
102112
"notes": "Required for creating a instance of watsonx.ai Runtime."
103113
},
@@ -415,7 +425,9 @@
415425
"description": "Enable Cloud automation for Key Protect to use your own managed encryption keys. If disabled, IBM Cloud's default service-managed encryption is used.",
416426
"id": "2cad4789-fa90-4886-9c9e-857081c273ee-global",
417427
"version": "v5.1.4",
418-
"flavors": ["fully-configurable"],
428+
"flavors": [
429+
"fully-configurable"
430+
],
419431
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
420432
"optional": true,
421433
"on_by_default": true,
@@ -450,7 +462,9 @@
450462
"description": "Enable to create an IBM Cloud Object Storage instance, where a bucket will be set up to store project assets as part of this deployment.",
451463
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
452464
"version": "v9.0.2",
453-
"flavors": ["instance"],
465+
"flavors": [
466+
"instance"
467+
],
454468
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
455469
"optional": true,
456470
"on_by_default": true,
@@ -476,7 +490,9 @@
476490
"description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker Event Routing for analyzing logs and metrics generated by the watsonx.ai instance.",
477491
"id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global",
478492
"version": "v3.0.3",
479-
"flavors": ["instances"],
493+
"flavors": [
494+
"instances"
495+
],
480496
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
481497
"optional": true,
482498
"on_by_default": true,

solutions/fully-configurable/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.80.4"
7+
version = "1.82.0"
88
}
99
restapi = {
1010
source = "Mastercard/restapi"
11-
version = "1.20.0"
11+
version = "2.0.1"
1212
}
1313
time = {
1414
source = "hashicorp/time"

0 commit comments

Comments
 (0)