Files
terraform-provider-dynamix/docs/resources/lb_frontend_bind.md
asteam 6f40af6a5f 1.0.0
2024-07-25 14:33:38 +03:00

1.8 KiB

page_title, subcategory, description
page_title subcategory description
dynamix_lb_frontend_bind Resource - terraform-provider-dynamix

dynamix_lb_frontend_bind (Resource)

Schema

Required

  • address (String)
  • frontend_name (String)
  • lb_id (Number)
  • name (String)
  • port (Number)

Optional

Read-Only

  • guid (String)
  • id (String) The ID of this resource.

Nested Schema for timeouts

Optional:

  • create (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
  • delete (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
  • update (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).