Skip to content

Commit

Permalink
fix: Fixed PRA and Inspection Application Segment drifts
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Sep 19, 2024
1 parent 6002cd5 commit ef26368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zpa/data_source_zpa_application_segment_by_type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func testAccDataSourceApplicationSegmentByTypeCheck(application_type string) res
func testAccCheckDataSourceApplicationSegmentByTypeConfig_basic(resourceNameSuffix, domainNameSuffix string) string {
return fmt.Sprintf(`
resource "zpa_segment_group" "this" {
name = "tf-acc-test-10"
description = "tf-acc-test-10"
name = "tf-acc-test-100"
description = "tf-acc-test-100"
enabled = true
}
Expand Down

0 comments on commit ef26368

Please sign in to comment.