Skip to content

Commit c58e926

Browse files
fix: remove invalid variation (#672)
* remove invalid variation * update the rotation interval to 3 months * remove interval override
1 parent 4e5157d commit c58e926

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ offerings:
1212
scc:
1313
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
1414
region: us-south
15-
- name: security-enforced
16-
mark_ready: true
17-
install_type: fullstack
18-
scc:
19-
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
20-
region: us-south

ibm_catalog.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@
183183
"key": "keys"
184184
},
185185
{
186-
"key": "rotation_interval_month",
187-
"default_value": 3
186+
"key": "rotation_interval_month"
188187
},
189188
{
190189
"key": "kms_endpoint_type",

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ variable "key_protect_access_tags" {
8888
variable "rotation_interval_month" {
8989
type = number
9090
description = "Specifies the key rotation time interval in months. Possible values: `1` through `12`. Applies only if an existing Key Protect or Hyper Protect Crypto Services instance is not specified."
91-
default = 12
91+
default = 3
9292
}
9393

9494
########################################################################################################################

solutions/security-enforced/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ variable "key_protect_access_tags" {
7878
variable "rotation_interval_month" {
7979
type = number
8080
description = "Specifies the key rotation time interval in months. Possible values: `1` through `12`. Applies only if an existing Key Protect or Hyper Protect Crypto Services instance is not specified."
81-
default = 12
81+
default = 3
8282
}
8383

8484
########################################################################################################################

0 commit comments

Comments
 (0)