terraform-provider-bigip icon indicating copy to clipboard operation
terraform-provider-bigip copied to clipboard

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

Open rka0608 opened this issue 2 years ago • 1 comments

Environment

  • TMOS/Bigip Version: 16.1.3.4
  • Terraform Version: 0.13

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.

rka0608 avatar Jul 13 '23 12:07 rka0608

Hi @rka0608,

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

pgouband avatar Aug 02 '23 11:08 pgouband