You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was wondering if there is any explanation to not allow imports over workflows. Currently I am unable to use terraform import with workflows because it's not supported.
Error: resource google_workflows_workflow doesn't support import
I am experimenting over a local build of the provider and removing following property just works fine with import command. batuhan-spire/magic-modules@3291ac9
First appearance of the exclude_import keyword over workflows: GoogleCloudPlatform/magic-modules#4308
I don't see any discussions why it would be that way. Maybe it was a default back then?
Thank you
The text was updated successfully, but these errors were encountered:
It appears intentional to not have import (from implementation and the tests), but I wasn't able to find a reason, and it seems like it should be importable. I would definitely give it a try, but don't be surprised if there is something that prevents it from working.
Question
Hello,
I was wondering if there is any explanation to not allow imports over workflows. Currently I am unable to use
terraform import
with workflows because it's not supported.Error: resource google_workflows_workflow doesn't support import
I am experimenting over a local build of the provider and removing following property just works fine with import command. batuhan-spire/magic-modules@3291ac9
First appearance of the exclude_import keyword over workflows: GoogleCloudPlatform/magic-modules#4308
I don't see any discussions why it would be that way. Maybe it was a default back then?
Thank you
The text was updated successfully, but these errors were encountered: