Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
Documentation failed the linter run

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Apr 7, 2024
1 parent 2396119 commit 45d9438
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 45d9438

Please sign in to comment.