Skip to content

Commit 395918e

Browse files
author
akocbek
committed
rebase
1 parent a85bc82 commit 395918e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ibm_catalog.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,6 @@
483483
],
484484
"notes":"Required for creating and managing SCC Workload Protection instance."
485485
},
486-
{
487-
"role_crns": [
488-
"crn:v1:bluemix:public:iam::::role:Viewer"
489-
],
490-
"service_name": "Resource group only",
491-
"notes": "Viewer access is required in the resource group you want to provision in."
492-
},
493486
{
494487
"role_crns": [
495488
"crn:v1:bluemix:public:iam::::role:Administrator",

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variable "existing_monitoring_crn" {
3232
variable "prefix" {
3333
type = string
3434
nullable = true
35-
description = "The prefix to be added to all resources created by this solution. To skip using a prefix, set this value to null or an empty string. The prefix must begin with a lowercase letter and may contain only lowercase letters, digits, and hyphens '-'. It should not exceed 16 characters, must not end with a hyphen('-'), and can not contain consecutive hyphens ('--'). Example: prod-0205-cos. [Learn more](https://terraform-ibm-modules.github.io/documentation/#/prefix.md)."
35+
description = "The prefix to be added to all resources created by this solution. To skip using a prefix, set this value to null or an empty string. The prefix must begin with a lowercase letter and may contain only lowercase letters, digits, and hyphens '-'. It should not exceed 16 characters, must not end with a hyphen('-'), and can not contain consecutive hyphens ('--'). Example: prod-0205-wp. [Learn more](https://terraform-ibm-modules.github.io/documentation/#/prefix.md)."
3636

3737
validation {
3838
# - null and empty string is allowed

0 commit comments

Comments
 (0)