Skip to content

Commit

Permalink
Merge pull request #312 from DoctorPolski/update-data_source_pagerdut…
Browse files Browse the repository at this point in the history
…y_ruleset

Update to fix non-working ruleset data source which does not return routing_keys
  • Loading branch information
Scott McAllister authored Mar 9, 2021
2 parents 434f3dd + 8938907 commit c26f1eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pagerduty/data_source_pagerduty_ruleset.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ func dataSourcePagerDutyRuleset() *schema.Resource {
Type: schema.TypeString,
Required: true,
},
"routing_keys": {
Type: schema.TypeList,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
},
},
}
}
Expand Down

0 comments on commit c26f1eb

Please sign in to comment.