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 7f59867 commit 0876619Copy full SHA for 0876619
provider/identity_policy_test.go
@@ -63,7 +63,7 @@ resource "oci_identity_compartment" "t2" {
63
64
resource "oci_identity_group" "t" {
65
#Required
66
- compartment_id = "${var.tenancy_ocid}"
+ compartment_id = "${var.compartment_id}"
67
description = "group for policy test"
68
name = "GroupName"
69
}
0 commit comments