Skip to content

Commit 55d8079

Browse files
Vipin KumarVipin Kumar
authored andcommitted
reverted previous commit
1 parent e7aaeb4 commit 55d8079

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

main.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,9 @@ resource "ibm_is_public_gateway" "gateway" {
330330
resource "ibm_iam_authorization_policy" "policy" {
331331
count = (var.enable_vpc_flow_logs) ? ((var.create_authorization_policy_vpc_to_cos) ? 1 : 0) : 0
332332

333-
source_service_name = "is"
334-
source_resource_type = "flow-log-collector"
335-
source_resource_instance_id = ibm_is_flow_log.flow_logs[0].id
336-
roles = ["Writer"]
333+
source_service_name = "is"
334+
source_resource_type = "flow-log-collector"
335+
roles = ["Writer"]
337336

338337
resource_attributes {
339338
name = "accountId"

0 commit comments

Comments
 (0)