Skip to content

Commit

Permalink
Doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaniprateek committed Jun 12, 2024
1 parent 9208e95 commit 848b8c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/resources/bigip_as3.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ This resource is helpful to configure AS3 declarative JSON on BIG-IP.
As3 Declaration can be deployed in Traditional way as well as Per-Application Way :

- Traditional Way - Entire Declaration needs to be passed in during the create and update call along with the tenant details in the declaration.
- Per-Application Way - Only Specific application/s details needs to be passed and rest application can be added in the update call , without passing the entire declaration. Tenant name needs to be passed else random tenant name will be generated. PerApplication needs to be turned `true` as a Prerequisite on the Big-IP (BIG-IP AS3 version >3.50) device. For details : <https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/per-app-declarations.html>
- Per-Application Way - Only application details needs to be passed in the as3_json. Tenant name needs to be passed else random tenant name will be generated.

**Note:** : PerApplication needs to be turned `true` as a Prerequisite on the Big-IP (BIG-IP AS3 version >3.50) device. For details : <https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/per-app-declarations.html>

## Example Usage

Expand Down Expand Up @@ -64,7 +66,7 @@ resource "bigip_as3" "as3-example2" {

}

on running above 2 resources , we will be able to deploy Applications - `path_app1 , path_app2` on Tenant `Test`
On running above 2 resources , we will be able to deploy Applications - `path_app1 , path_app2` on Tenant `Test`
now, if we run `terraform destroy -target=bigip_as3.as3-example2` , only `path_app2` will be deleted from Tenant.


Expand Down

0 comments on commit 848b8c5

Please sign in to comment.