Skip to content

Commit 0876619

Browse files
committed
fix based on PR comment for policy test
1 parent 7f59867 commit 0876619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/identity_policy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "oci_identity_compartment" "t2" {
6363
6464
resource "oci_identity_group" "t" {
6565
#Required
66-
compartment_id = "${var.tenancy_ocid}"
66+
compartment_id = "${var.compartment_id}"
6767
description = "group for policy test"
6868
name = "GroupName"
6969
}

0 commit comments

Comments
 (0)