Skip to content

Commit eb9d6e6

Browse files
committed
Clean up unused compartments from generated policy test
1 parent e4484c7 commit eb9d6e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

provider/identity_policy_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ resource "oci_identity_compartment" "t" {
5252
description = "For network components"
5353
}
5454
55-
resource "oci_identity_compartment" "t2" {
56-
name = "terraformGenTestsUpdate"
57-
description = "to be used by Terraform generated tests for Update tests"
58-
}
59-
6055
resource "oci_identity_group" "t" {
6156
#Required
6257
compartment_id = "${var.tenancy_ocid}"

0 commit comments

Comments
 (0)