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 3340e09 commit cf76e3dCopy full SHA for cf76e3d
feature_store/apigw_terraform/modules/function/main.tf
@@ -3,11 +3,6 @@ locals {
3
policies = ["allow dynamic-group ${oci_identity_dynamic_group.functions_dg.name} to {AUTHENTICATION_INSPECT,GROUP_MEMBERSHIP_INSPECT} in tenancy"]
4
}
5
6
-data "oci_identity_compartment" "compartment" {
7
- id = var.compartment_id
8
-}
9
-
10
11
resource "oci_identity_dynamic_group" "functions_dg" {
12
compartment_id = var.tenancy_id
13
description = "FEATURESTORE: Allow Oci functions to inspect identity"
@@ -29,7 +24,6 @@ resource oci_functions_application test_application {
29
24
30
25
31
26
32
33
27
resource oci_functions_function test_function {
34
28
application_id = oci_functions_application.test_application.id
35
display_name = "authorizer"
feature_store/apigw_terraform/releases/fs_apigw_terraform.zip
-71 Bytes
0 commit comments