You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/resources/cb_security_group.md

1.1 KiB

page_title subcategory description
decort_cb_security_group Resource - terraform-provider-decort

decort_cb_security_group (Resource)

Schema

Required

  • account_id (Number)
  • name (String)

Optional

Read-Only

  • created_at (Number)
  • created_by (String)
  • id (String) The ID of this resource.
  • security_group_id (Number)
  • updated_at (Number)
  • updated_by (String)

Nested Schema for rules

Required:

  • direction (String)

Optional:

  • ethertype (String)
  • port_range_max (Number)
  • port_range_min (Number)
  • protocol (String)
  • remote_ip_prefix (String)

Read-Only:

  • id (Number)

Nested Schema for timeouts

Optional:

  • create (String)
  • default (String)
  • delete (String)
  • read (String)
  • update (String)