Skip to content

Commit 5b8f711

Browse files
committed
removing duplicate compartment
1 parent cf76e3d commit 5b8f711

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

feature_store/apigw_terraform/modules/api_gw/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ resource oci_apigateway_gateway fs_gateway {
4141
ignore_changes = [defined_tags["Oracle-Tags.CreatedBy"], defined_tags["Oracle-Tags.CreatedOn"]]
4242
}
4343
}
44-
data "oci_identity_compartment" "compartment" {
45-
id = var.compartment_id
46-
}
4744

4845
data "oci_network_load_balancer_network_load_balancer" "nlb"{
4946
network_load_balancer_id = var.nlb_id
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)