oci_announcements_service_announcement_subscriptions_filter_group

This resource provides the Announcement Subscriptions Filter Group resource in Oracle Cloud Infrastructure Announcements Service service.

Creates a new filter group in the specified announcement subscription.

This call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 100 requests per second for a given tenancy.

Example Usage

resource "oci_announcements_service_announcement_subscriptions_filter_group" "test_announcement_subscriptions_filter_group" {
	#Required
	announcement_subscription_id = oci_announcements_service_announcement_subscription.test_announcement_subscription.id
	filters {
		#Required
		type = var.announcement_subscriptions_filter_group_filters_type
		value = var.announcement_subscriptions_filter_group_filters_value
	}
	name = var.announcement_subscriptions_filter_group_name
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Announcement Subscriptions Filter Group * update - (Defaults to 20 minutes), when updating the Announcement Subscriptions Filter Group * delete - (Defaults to 20 minutes), when destroying the Announcement Subscriptions Filter Group

Import

AnnouncementSubscriptionsFilterGroups can be imported using the id, e.g.

$ terraform import oci_announcements_service_announcement_subscriptions_filter_group.test_announcement_subscriptions_filter_group "id"