Skip to content

Commit

Permalink
Merge pull request vmware#1175 from ksamoray/fix_doc
Browse files Browse the repository at this point in the history
Documentation fix
  • Loading branch information
ksamoray authored Apr 9, 2024
2 parents 2396119 + 45d9438 commit f892ec7
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 f892ec7

Please sign in to comment.