rollbar / terraform-provider-rollbar

Terraform provider for Rollbar
https://rollbar.com
MIT License
28 stars 13 forks source link

fixing notification import #243

Closed pawelsz-rb closed 3 years ago

pawelsz-rb commented 3 years ago

Description of the change

Fixing notification import, adding a channel name as a prefix for the ID to import:

terraform import rollbar_notification.<resource_name>  <channel_name>,<id>

for example:

terraform import rollbar_notification.new_pagerduty pagerduty,5170362

Type of change

Related issues

ClubHouse stories and GitHub issues (delete irrelevant)

Checklists

Development

Code review

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 36434935 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 26.1% (50% is the threshold).

This pull request will bring the total coverage in the repository to 89.8% (-1.0% change).

View more on Code Climate.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: