diff --git a/docs/user-guides/bigip-as3-perapp-deployment-guide.md b/docs/guides/bigip-as3-perapp-deployment-guide.md similarity index 97% rename from docs/user-guides/bigip-as3-perapp-deployment-guide.md rename to docs/guides/bigip-as3-perapp-deployment-guide.md index 7b0a1698..aec6b381 100644 --- a/docs/user-guides/bigip-as3-perapp-deployment-guide.md +++ b/docs/guides/bigip-as3-perapp-deployment-guide.md @@ -19,12 +19,11 @@ description: |- ```hcl resource "bigip_as3" "as3-example1" { - as3_json = file("perApplication_example.json") + as3_json = file("perApplication_example.json") tenant_name = "Test" } ``` - Example AS3 declaration for the PerApp mode of deployment `perApplication_example.json`