Skip to content

Commit

Permalink
Fix multitenancy
Browse files Browse the repository at this point in the history
Signed-off-by: Qiyue Yao <[email protected]>
  • Loading branch information
qiyueyao committed Jan 11, 2024
1 parent d1f3b32 commit 512108e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nsxt/resource_nsxt_policy_gateway_dns_forwarder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,13 @@ resource "nsxt_policy_gateway_dns_forwarder" "test" {
}
data "nsxt_policy_gateway_dns_forwarder" "test" {
%s
display_name = "%s"
gateway_path = nsxt_policy_tier%d_gateway.test.path
depends_on = [nsxt_policy_gateway_dns_forwarder.test]
}
`, context, attrMap["display_name"], attrMap["description"], whyDoesGoNeedToBeSoComplicated[isT0], attrMap["listener_ip"], attrMap["enabled"], attrMap["log_level"], attrMap["cache_size"], attrMap["display_name"], whyDoesGoNeedToBeSoComplicated[isT0])
`, context, attrMap["display_name"], attrMap["description"], whyDoesGoNeedToBeSoComplicated[isT0], attrMap["listener_ip"], attrMap["enabled"], attrMap["log_level"], attrMap["cache_size"], context, attrMap["display_name"], whyDoesGoNeedToBeSoComplicated[isT0])
}

func testAccNsxtPolicyGatewayDNSForwarderMinimalistic(isT0, withContext bool) string {
Expand Down

0 comments on commit 512108e

Please sign in to comment.