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/data-sources/security_group.md

1.1 KiB

page_title subcategory description
decort_security_group Data Source - terraform-provider-decort

decort_security_group (Data Source)

Schema

Required

  • security_group_id (Number)

Optional

Read-Only

  • account_id (Number)
  • created_at (Number)
  • created_by (String)
  • description (String)
  • id (String) The ID of this resource.
  • name (String)
  • rules (List of Object) (see below for nested schema)
  • updated_at (Number)
  • updated_by (String)

Nested Schema for timeouts

Optional:

  • default (String)
  • read (String)

Nested Schema for rules

Read-Only:

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