Skip to content

Commit

Permalink
Added Ocean specific event to TF Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
sobhanagit committed Nov 27, 2023
1 parent ccfd089 commit da4b373
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Unreleased
## 1.151.0 (November, 27 2023)
NOTES:
* documentation: resource/spotinst_subscription: Added ocean specific events in document for event_type field.

## 1.150.1 (November, 21 2023)
BUG FIXES:
* resource/spotinst_ocean_ecs_launch_spec: Fixed deletion of `images` object.
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ The following arguments are supported:
`"AWS_EC2_MANAGED_INSTANCE_PAUSING"`,
`"AWS_EC2_MANAGED_INSTANCE_RESUMING"`,
`"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`.
Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
`"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
* `protocol` - (Required) The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
The following values are deprecated: `"http"` , `"https"`
You can use the generic `"web"` protocol instead.
Expand Down

0 comments on commit da4b373

Please sign in to comment.