Skip to content

Commit

Permalink
Fix: Fixed Application Segment Drift and Microtenant missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Aug 26, 2024
1 parent c816c1d commit ae2817c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package zpa

/*
// TODO: Testing disabled as QA environments have limited region access
import (
"testing"
Expand Down Expand Up @@ -30,3 +31,4 @@ func TestAccDataSourceCBIExternalProfile_Basic(t *testing.T) {
},
})
}
*/
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package zpa

/*
// TODO: Testing disabled as QA environments have limited region access
import (
"fmt"
Expand Down Expand Up @@ -180,3 +181,4 @@ resource "%s" "%s" {
generatedName,
)
}
*/

0 comments on commit ae2817c

Please sign in to comment.