From 45d943834617f91b2aad01f7a09b3be71b20fb75 Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Sun, 7 Apr 2024 12:13:58 +0300 Subject: [PATCH] Documentation fix Documentation failed the linter run Signed-off-by: Kobi Samoray --- ...eway_flood_protection_profile_binding.html.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/r/policy_gateway_flood_protection_profile_binding.html.markdown b/website/docs/r/policy_gateway_flood_protection_profile_binding.html.markdown index bd0cc3005..160e8998c 100644 --- a/website/docs/r/policy_gateway_flood_protection_profile_binding.html.markdown +++ b/website/docs/r/policy_gateway_flood_protection_profile_binding.html.markdown @@ -19,11 +19,11 @@ data "nsxt_policy_tier0_gateway" "test" { } resource "nsxt_policy_gateway_flood_protection_profile_binding" "test" { - display_name = "test" - description = "test" - profile_path = nsxt_policy_gateway_flood_protection_profile.test.path - parent_path = data.nsxt_policy_tier0_gateway.test.path - + display_name = "test" + description = "test" + profile_path = nsxt_policy_gateway_flood_protection_profile.test.path + parent_path = data.nsxt_policy_tier0_gateway.test.path + tag { scope = "scope1" tag = "tag1"