Skip to content

Commit

Permalink
fix: clean up variable descriptions (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
shemau authored Jul 26, 2024
1 parent 0ff0d45 commit e7b5254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -75,7 +75,7 @@ variable "management_endpoint_type_for_bucket" {
}

variable "cross_region_location" {
description = "Specify the cross-region bucket location. Possible values: `us`, `eu`, `ap`. If specified, set the value of `region` and `single_site_location` to `null`."
description = "Specify the cross-region bucket location. Possible values: `us`, `eu`, `ap`."
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion solutions/secure-regional-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ locals {
# KMS Key
#######################################################################################################################

# KMS root key for COS cross region bucket
# KMS root key for COS bucket
module "kms" {
providers = {
ibm = ibm.kms
Expand Down

0 comments on commit e7b5254

Please sign in to comment.