From da4b373da1d10f23ee40940852fbd0eb7487b8be Mon Sep 17 00:00:00 2001 From: sobhanagit <86217539+sobhanagit@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:03:28 +0530 Subject: [PATCH] Added Ocean specific event to TF Registry --- CHANGELOG.md | 4 ++++ docs/resources/subscription.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f0b0d0f..2624aac82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/docs/resources/subscription.md b/docs/resources/subscription.md index bbb3ab3f7..b71be539e 100644 --- a/docs/resources/subscription.md +++ b/docs/resources/subscription.md @@ -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.