diff --git a/website/docs/r/bigip_common_license_manage_bigiq.html.markdown b/website/docs/r/bigip_common_license_manage_bigiq.html.markdown index dcea1970c..0074725c5 100644 --- a/website/docs/r/bigip_common_license_manage_bigiq.html.markdown +++ b/website/docs/r/bigip_common_license_manage_bigiq.html.markdown @@ -56,6 +56,24 @@ resource "bigip_common_license_manage_bigiq" "test_example" { mac_address = "FA:16:3E:1B:6D:32" hypervisor = "azure" } + +# MANAGED Purchased Pool +resource "bigip_common_license_manage_bigiq" "test_example" { + bigiq_address = var.bigiq + bigiq_user = var.bigiq_un + bigiq_password = var.bigiq_pw + license_poolname = "purchased_pool_name" + assignment_type = "MANAGED" +} +# UNMANAGED Purchased Pool +resource "bigip_common_license_manage_bigiq" "test_example" { + bigiq_address = var.bigiq + bigiq_user = var.bigiq_un + bigiq_password = var.bigiq_pw + license_poolname = "purchased_pool_name" + assignment_type = "UNMANAGED" +} + ``` ## Argument Reference diff --git a/website/docs/r/bigip_ltm_persistence_profile_cookie.html.markdown b/website/docs/r/bigip_ltm_persistence_profile_cookie.html.markdown index d8116ee15..f4b8d83eb 100644 --- a/website/docs/r/bigip_ltm_persistence_profile_cookie.html.markdown +++ b/website/docs/r/bigip_ltm_persistence_profile_cookie.html.markdown @@ -47,6 +47,8 @@ resource "bigip_ltm_persistence_profile_cookie" "test_ppcookie" { `match_across_virtuals` (Optional) (enabled or disabled) match across virtual servers with given persistence record +`method` (Optional) Specifies the type of cookie processing that the system uses. The default value is insert + `mirror` (Optional) (enabled or disabled) mirror persistence record `timeout` (Optional) (enabled or disabled) Timeout for persistence of the session in seconds diff --git a/website/docs/r/bigip_ltm_profile_client_ssl.html.markdown b/website/docs/r/bigip_ltm_profile_client_ssl.html.markdown index f6378e954..a5b46b888 100644 --- a/website/docs/r/bigip_ltm_profile_client_ssl.html.markdown +++ b/website/docs/r/bigip_ltm_profile_client_ssl.html.markdown @@ -19,7 +19,6 @@ description: |- resource "bigip_ltm_profile_client_ssl" "test-ClientSsl" { name = "/Common/test-ClientSsl" - partition = "Common" defaults_from = "/Common/clientssl" authenticate = "always" ciphers = "DEFAULT" diff --git a/website/docs/r/bigip_ltm_profile_fasthttp.html.markdown b/website/docs/r/bigip_ltm_profile_fasthttp.html.markdown index 3d84aa149..5457e769d 100644 --- a/website/docs/r/bigip_ltm_profile_fasthttp.html.markdown +++ b/website/docs/r/bigip_ltm_profile_fasthttp.html.markdown @@ -17,7 +17,7 @@ For resources should be named with their "full path". The full path is the combi ```hcl resource "bigip_ltm_profile_fasthttp" "sjfasthttpprofile" { - name = "sjfasthttpprofile" + name = "/Common/sjfasthttpprofile" defaults_from = "/Common/fasthttp" idle_timeout = 300 connpoolidle_timeoutoverride = 0 diff --git a/website/docs/r/bigip_ltm_profile_fastl4.html.markdown b/website/docs/r/bigip_ltm_profile_fastl4.html.markdown index 699b8b103..d524f5e03 100644 --- a/website/docs/r/bigip_ltm_profile_fastl4.html.markdown +++ b/website/docs/r/bigip_ltm_profile_fastl4.html.markdown @@ -18,7 +18,6 @@ For resources should be named with their "full path". The full path is the combi ```hcl resource "bigip_ltm_profile_fastl4" "profile_fastl4" { name = "/Common/sjfastl4profile" - partition = "Common" defaults_from = "/Common/fastL4" client_timeout = 40 explicitflow_migration = "enabled" diff --git a/website/docs/r/bigip_ltm_profile_server_ssl.html.markdown b/website/docs/r/bigip_ltm_profile_server_ssl.html.markdown index c33b659d8..bb66f3662 100644 --- a/website/docs/r/bigip_ltm_profile_server_ssl.html.markdown +++ b/website/docs/r/bigip_ltm_profile_server_ssl.html.markdown @@ -19,7 +19,6 @@ description: |- resource "bigip_ltm_profile_server_ssl" "test-ServerSsl" { name = "/Common/test-ServerSsl" - partition = "Common" defaults_from = "/Common/serverssl" authenticate = "always" ciphers = "DEFAULT" diff --git a/website/docs/r/bigip_ltm_profile_tcp.html.markdown b/website/docs/r/bigip_ltm_profile_tcp.html.markdown index 0fad07d15..8547411a0 100644 --- a/website/docs/r/bigip_ltm_profile_tcp.html.markdown +++ b/website/docs/r/bigip_ltm_profile_tcp.html.markdown @@ -17,7 +17,7 @@ For resources should be named with their "full path". The full path is the combi ```hcl resource "bigip_ltm_profile_tcp" "sanjose-tcp-lan-profile" { - name = "sanjose-tcp-lan-profile" + name = "/Common/sanjose-tcp-lan-profile" idle_timeout = 200 close_wait_timeout = 5 finwait_2timeout = 5