RavinderReddyF5 / terraform-provider-bigip-version0.12

Terraform resources that can configure F5 BIGIP products
Mozilla Public License 2.0
0 stars 0 forks source link

[CLOSED] Adjusted argument name from rules to irules #93

Open RavinderReddyF5 opened 4 years ago

RavinderReddyF5 commented 4 years ago

Issue by ncsurfus Tuesday Feb 19, 2019 at 21:50 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/pull/62


Using "rules" as an argument for a bigip_ltm_virtual_server returns the following error.

Error: bigip_ltm_virtual_server.vip: : invalid or unknown key: rules

The correct argument name is "irules".

See the below code for reference https://github.com/terraform-providers/terraform-provider-bigip/blob/master/bigip/resource_bigip_ltm_virtual_server.go#L102


ncsurfus included the following code: https://github.com/terraform-providers/terraform-provider-bigip/pull/62/commits

RavinderReddyF5 commented 4 years ago

Comment by dannyk81 Thursday Apr 18, 2019 at 12:46 GMT


@ncsurfus good catch! can you re-submit the PR over the stable-website branch though? it seems like the docs need to be in that branch (not master).

Thanks!

RavinderReddyF5 commented 4 years ago

Comment by ncsurfus Thursday Apr 25, 2019 at 19:16 GMT


I updated the PR to the stable-website branch. Let me know if that works.

RavinderReddyF5 commented 4 years ago

Comment by RavinderReddyF5 Friday Oct 25, 2019 at 06:11 GMT


Closing this Request as it addressed through : https://github.com/terraform-providers/terraform-provider-bigip/pull/172

@ncsurfus Thanks for your support.