Skip to content

Commit

Permalink
update ignores in the import step
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed May 28, 2024
1 parent 24600a3 commit e05cba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ func TestAccKubernetesCluster_webAppRoutingPrivateDNS(t *testing.T) {
check.That(data.ResourceName).Key("web_app_routing.0.web_app_routing_identity.#").HasValue("1"),
),
},
data.ImportStep(),
data.ImportStep("web_app_routing.0.dns_zone_id", "web_app_routing.0.dns_zone_ids.#", "web_app_routing.0.dns_zone_ids.0"),
})
}

Expand Down

0 comments on commit e05cba3

Please sign in to comment.