We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4484c7 commit eb9d6e6Copy full SHA for eb9d6e6
provider/identity_policy_test.go
@@ -52,11 +52,6 @@ resource "oci_identity_compartment" "t" {
52
description = "For network components"
53
}
54
55
-resource "oci_identity_compartment" "t2" {
56
- name = "terraformGenTestsUpdate"
57
- description = "to be used by Terraform generated tests for Update tests"
58
-}
59
-
60
resource "oci_identity_group" "t" {
61
#Required
62
compartment_id = "${var.tenancy_ocid}"
0 commit comments