F5Networks / terraform-provider-bigip

Terraform resources that can configure F5 BIG-IP products
https://registry.terraform.io/providers/F5Networks/bigip/latest/docs
Mozilla Public License 2.0
105 stars 119 forks source link

bigip_ltm_profile_tcp the Local Traffic Menu (LTM) - missing Argument request #831

Open rka0608 opened 1 year ago

rka0608 commented 1 year ago

Environment

Summary

There is ltm tcp profile configuration resource type available for bigip version 16.1.3.4 but when we are trying to set congestion-control value to woodside it is giving us below error. Please help us to provide the correct way to define the value.

Error: expected congestion_control to be one of [none high-speed bbr cdg], got woodside

Steps To Reproduce

Steps to reproduce the behavior:

  1. Provide terraform resource config which you are facing trouble along with the output of it.

  2. To get to know more about the issue, provide terraform debug logs

  3. To capture debug logs, export TF_LOG variable with debug ( export TF_LOG= DEBUG ) before runnning terraform apply/plan

  4. As3/DO json along with the resource config( for AS3/DO resource issues )

Expected Behavior

A clear and concise description of what you expected to happen.

Actual Behavior

A clear and concise description of what actually happens. Please include any applicable error output.

pgouband commented 1 year ago

Hi @rka0608,

Please can you share your Terraform file and the output of the command & debug like explain in "Steps to Reproduce"?