We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f255cd commit d08e823Copy full SHA for d08e823
modules/watson-machine-learning/main.tf
@@ -16,7 +16,7 @@ module "storage_delegation" {
16
ibm.deployer = ibm
17
restapi.restapi_watsonx_admin = restapi.restapi_watsonx_admin
18
}
19
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//storage_delegation?ref=v1.4.9"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//storage_delegation?ref=v1.4.10"
20
count = var.watsonx_project_delegated ? 1 : 0
21
cos_kms_crn = var.cos_kms_crn
22
cos_kms_key_crn = var.cos_kms_key_crn
0 commit comments