Skip to content

Commit 4cb50d8

Browse files
Hraveendran/add vcn permission (#17)
* Update permissions for vcn
1 parent 84afa7d commit 4cb50d8

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

templates/Resource_Manager_Template/modules/iom/main.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ resource "oci_identity_policy" "fcs_inventory_policy_without_domains" {
121121
"Allow group ${var.group_name} to inspect domains in tenancy",
122122
"Allow group ${var.group_name} to inspect orm-stacks in tenancy",
123123
"Allow group ${var.group_name} to read instances in tenancy",
124-
"Allow group ${var.group_name} to read buckets in tenancy"
124+
"Allow group ${var.group_name} to read buckets in tenancy",
125+
"Allow group ${var.group_name} to read vcns in tenancy"
125126
]
126127
}
127128

@@ -140,7 +141,8 @@ resource "oci_identity_policy" "fcs_inventory_policy_with_domains" {
140141
"Allow group 'Default'/'${var.group_name}' to inspect domains in tenancy",
141142
"Allow group 'Default'/'${var.group_name}' to inspect orm-stacks in tenancy",
142143
"Allow group 'Default'/'${var.group_name}' to read instances in tenancy",
143-
"Allow group 'Default'/'${var.group_name}' to read buckets in tenancy"
144+
"Allow group 'Default'/'${var.group_name}' to read buckets in tenancy",
145+
"Allow group 'Default'/'${var.group_name}' to read vcns in tenancy"
144146
]
145147
}
146148

templates/Resource_Manager_Template/modules/iom/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ output "user_ocid" {
44
}
55

66
output "template_version" {
7-
value = "v0.3.7"
7+
value = "v0.3.8"
88
description = "The version of CrowdStrike's OCI integration supported by this template"
99
}

templates/Resource_Manager_Template/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output "user_ocid" {
44
}
55

66
output "template_version" {
7-
value = "v0.3.7"
7+
value = "v0.3.8"
88
description = "The version of CrowdStrike's OCI integration supported by this template."
99
}
1010

0 commit comments

Comments
 (0)