terraform-provider-bigip
terraform-provider-bigip copied to clipboard
bigip_ltm_profile_tcp the Local Traffic Menu (LTM) - missing Argument request
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:
-
Provide terraform resource config which you are facing trouble along with the output of it.
-
To get to know more about the issue, provide terraform debug logs
-
To capture debug logs, export TF_LOG variable with debug ( export TF_LOG= DEBUG ) before runnning terraform apply/plan
-
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.
Hi @rka0608,
Please can you share your Terraform file and the output of the command & debug like explain in "Steps to Reproduce"?