Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: support importing monitor_v2 and monitor_v2_action resources #146

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

obs-gh-abhinavpappu
Copy link
Collaborator

Trying to run terraform import for a monitor_v2 resource resulted in the following error:

Error: resource observe_monitor_v2 doesn't support import

Turns out the Importer function needs to be implemented, and in this case I believe we can just use ImportStatePassthroughContext based on my understanding of the docs

@vikramraman vikramraman changed the title Add support for importing monitor_v2 and monitor_v2_action resources Fix: add support for importing monitor_v2 and monitor_v2_action resources Aug 22, 2024
@vikramraman vikramraman changed the title Fix: add support for importing monitor_v2 and monitor_v2_action resources Fix: support importing monitor_v2 and monitor_v2_action resources Aug 22, 2024
@vikramraman vikramraman merged commit 13f2656 into master Aug 22, 2024
4 of 5 checks passed
@vikramraman vikramraman deleted the abhi/monitorv2-import branch August 22, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants