From a97a4e6a8aedafa6db9036cd459ddd56de2eb743 Mon Sep 17 00:00:00 2001 From: chinthalapalli Date: Tue, 18 Jun 2024 23:49:59 +0530 Subject: [PATCH] fix doc lint issue --- .../bigip-as3-perapp-deployment-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename docs/{user-guides => guides}/bigip-as3-perapp-deployment-guide.md (97%) 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`