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.
2 parents ecf943c + d194797 commit 9708ce6Copy full SHA for 9708ce6
modules/iam-dynamic-group/main.tf
@@ -34,5 +34,5 @@ resource "oci_identity_policy" "this" {
34
name = "${var.policy_name}"
35
description = "${var.policy_description}"
36
compartment_id = "${var.policy_compartment_id}"
37
- statements = ["${var.policy_statements}"]
+ statements = "${var.policy_statements}"
38
}
modules/iam-group/main.tf
@@ -47,5 +47,5 @@ resource "oci_identity_policy" "this" {
47
48
49
50
51
0 commit comments