Skip to content

Commit

Permalink
fix: add CBR doc link in the variable description. (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-ranjan-16 authored Jan 2, 2025
1 parent c6bcd4e commit edfc857
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
]
},
{
"key":"cbr_rules"
"key":"instance_cbr_rules"
}
]

Expand Down Expand Up @@ -338,7 +338,7 @@
]
},
{
"key":"cbr_rules"
"key":"instance_cbr_rules"
}
]

Expand Down Expand Up @@ -430,7 +430,7 @@
]
},
{
"key":"cbr_rules"
"key":"instance_cbr_rules"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion solutions/instance/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ variable "instance_cbr_rules" {
}))
})))
}))
description = "The list of context-based restriction rules to create for the instance."
description = "The list of context-based restriction rules to create for the instance.[Learn more](https://github.com/terraform-ibm-modules/terraform-ibm-cos/blob/main/solutions/instance/DA-cbr_rules.md)"
default = []
# Validation happens in the rule module
}
2 changes: 1 addition & 1 deletion solutions/secure-cross-regional-bucket/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ variable "instance_cbr_rules" {
}))
})))
}))
description = "The list of context-based restriction rules to create for the instance."
description = "The list of context-based restriction rules to create for the instance.[Learn more](https://github.com/terraform-ibm-modules/terraform-ibm-cos/blob/main/solutions/secure-cross-regional-bucket/DA-cbr_rules.md)"
default = []
# Validation happens in the rule module
}
2 changes: 1 addition & 1 deletion solutions/secure-regional-bucket/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ variable "instance_cbr_rules" {
}))
})))
}))
description = "The list of context-based restriction rules to create for the instance."
description = "The list of context-based restriction rules to create for the instance. [Learn more](https://github.com/terraform-ibm-modules/terraform-ibm-cos/blob/main/solutions/secure-regional-bucket/DA-cbr_rules.md)"
default = []
# Validation happens in the rule module
}

0 comments on commit edfc857

Please sign in to comment.