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 e7aaeb4 commit 55d8079Copy full SHA for 55d8079
main.tf
@@ -330,10 +330,9 @@ resource "ibm_is_public_gateway" "gateway" {
330
resource "ibm_iam_authorization_policy" "policy" {
331
count = (var.enable_vpc_flow_logs) ? ((var.create_authorization_policy_vpc_to_cos) ? 1 : 0) : 0
332
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"]
+ source_service_name = "is"
+ source_resource_type = "flow-log-collector"
+ roles = ["Writer"]
337
338
resource_attributes {
339
name = "accountId"
0 commit comments