You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(deps): update terraform-module
* remove activity_tracker_crn since activity tracker is deprecated. see terraform-ibm-modules/terraform-ibm-cos#738
---------
Co-authored-by: Chris Waddington <104161708+chrisw-ibm@users.noreply.github.com>
| <aname="input_access_tags"></a> [access\_tags](#input\_access\_tags)| A list of access tags to apply to the cos instance created by the module, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial for more details |`list(string)`|`[]`| no |
124
-
| <aname="input_activity_tracker_crn"></a> [activity\_tracker\_crn](#input\_activity\_tracker\_crn)| The CRN of an Activity Tracker instance to send Object Storage bucket events to. If no value passed, events are sent to the instance associated to the container's location unless otherwise specified in the Activity Tracker Event Routing service configuration. |`string`|`null`| no |
125
-
| <aname="input_activity_tracker_management_events"></a> [activity\_tracker\_management\_events](#input\_activity\_tracker\_management\_events)| If set to true, all Object Storage management events will be sent to Activity Tracker. Only applies if `activity_tracker_crn` is not populated. |`bool`|`true`| no |
124
+
| <aname="input_activity_tracker_management_events"></a> [activity\_tracker\_management\_events](#input\_activity\_tracker\_management\_events)| If set to true, all Object Storage management events will be sent to Activity Tracker. |`bool`|`true`| no |
126
125
| <aname="input_activity_tracker_read_data_events"></a> [activity\_tracker\_read\_data\_events](#input\_activity\_tracker\_read\_data\_events)| If set to true, all Object Storage bucket read events (i.e. downloads) will be sent to Activity Tracker. |`bool`|`true`| no |
127
126
| <aname="input_activity_tracker_write_data_events"></a> [activity\_tracker\_write\_data\_events](#input\_activity\_tracker\_write\_data\_events)| If set to true, all Object Storage bucket write events (i.e. uploads) will be sent to Activity Tracker. |`bool`|`true`| no |
128
127
| <aname="input_add_bucket_name_suffix"></a> [add\_bucket\_name\_suffix](#input\_add\_bucket\_name\_suffix)| Add random generated suffix (4 characters long) to the newly provisioned COS bucket name (Optional). |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: ibm_catalog.json
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -244,13 +244,6 @@
244
244
"description": "The name of a new or existing resource group where resources will be created",
245
245
"required": false
246
246
},
247
-
{
248
-
"key": "activity_tracker_crn",
249
-
"type": "string",
250
-
"default_value": "__NULL__",
251
-
"description": "The CRN of an Activity Tracker instance to send Object Storage bucket events to. If no value passed, events are sent to the instance associated to the container's location unless otherwise specified in the Activity Tracker Event Routing service configuration.",
252
-
"required": false
253
-
},
254
247
{
255
248
"key": "activity_tracker_read_data_events",
256
249
"type": "boolean",
@@ -269,7 +262,7 @@
269
262
"key": "activity_tracker_management_events",
270
263
"type": "boolean",
271
264
"default_value": "true",
272
-
"description": "If set to true, all Object Storage management events will be sent to Activity Tracker. Only applies if `activity_tracker_crn` is not populated.",
265
+
"description": "If set to true, all Object Storage management events will be sent to Activity Tracker.",
| <aname="input_access_tags"></a> [access\_tags](#input\_access\_tags)| A list of access tags to apply to the cos instance created by the module, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial for more details |`list(string)`|`[]`| no |
86
-
| <aname="input_activity_tracker_crn"></a> [activity\_tracker\_crn](#input\_activity\_tracker\_crn)| The CRN of an Activity Tracker instance to send Object Storage bucket events to. If no value passed, events are sent to the instance associated to the container's location unless otherwise specified in the Activity Tracker Event Routing service configuration. Bucket management events are always enabled if a value is passed, regardless of the value of `activity_tracker_management_events`. |`string`|`null`| no |
87
-
| <aname="input_activity_tracker_management_events"></a> [activity\_tracker\_management\_events](#input\_activity\_tracker\_management\_events)| If set to true, all Object Storage management events will be sent to Activity Tracker. Only applies if `activity_tracker_crn` is not populated. |`bool`|`true`| no |
86
+
| <aname="input_activity_tracker_management_events"></a> [activity\_tracker\_management\_events](#input\_activity\_tracker\_management\_events)| If set to true, all Object Storage management events will be sent to Activity Tracker. |`bool`|`true`| no |
88
87
| <aname="input_activity_tracker_read_data_events"></a> [activity\_tracker\_read\_data\_events](#input\_activity\_tracker\_read\_data\_events)| If set to true, all Object Storage bucket read events (i.e. downloads) will be sent to Activity Tracker. |`bool`|`true`| no |
89
88
| <aname="input_activity_tracker_write_data_events"></a> [activity\_tracker\_write\_data\_events](#input\_activity\_tracker\_write\_data\_events)| If set to true, all Object Storage bucket write events (i.e. uploads) will be sent to Activity Tracker. |`bool`|`true`| no |
90
89
| <aname="input_add_bucket_name_suffix"></a> [add\_bucket\_name\_suffix](#input\_add\_bucket\_name\_suffix)| Add random generated suffix (4 characters long) to the newly provisioned COS bucket name (Optional). |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/encrypted_cos_bucket/variables.tf
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -219,12 +219,6 @@ variable "expire_days" {
219
219
default=null
220
220
}
221
221
222
-
variable"activity_tracker_crn" {
223
-
type=string
224
-
description="The CRN of an Activity Tracker instance to send Object Storage bucket events to. If no value passed, events are sent to the instance associated to the container's location unless otherwise specified in the Activity Tracker Event Routing service configuration. Bucket management events are always enabled if a value is passed, regardless of the value of `activity_tracker_management_events`."
225
-
default=null
226
-
}
227
-
228
222
variable"activity_tracker_read_data_events" {
229
223
type=bool
230
224
description="If set to true, all Object Storage bucket read events (i.e. downloads) will be sent to Activity Tracker."
description="If set to true, all Object Storage management events will be sent to Activity Tracker. Only applies if `activity_tracker_crn` is not populated."
236
+
description="If set to true, all Object Storage management events will be sent to Activity Tracker."
Copy file name to clipboardExpand all lines: variables.tf
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -303,16 +303,6 @@ variable "expire_days" {
303
303
default=null
304
304
}
305
305
306
-
variable"activity_tracker_crn" {
307
-
type=string
308
-
description="The CRN of an Activity Tracker instance to send Object Storage bucket events to. If no value passed, events are sent to the instance associated to the container's location unless otherwise specified in the Activity Tracker Event Routing service configuration."
description="If set to true, all Object Storage management events will be sent to Activity Tracker. Only applies if `activity_tracker_crn` is not populated."
320
+
description="If set to true, all Object Storage management events will be sent to Activity Tracker."
0 commit comments