Skip to content

Move resources across modulesΒ #45

@suzuki-shunsuke

Description

@suzuki-shunsuke

Feature Overview

Support moving resources across modules.
e.g.

null_resource.foo => module.foo.null_resource.foo
module.foo.null_resource.foo => module.bar.null_resource.foo
module.foo.null_resource.foo => null_resource.foo

In this case, it's hard to fix resource addresses, though it's possible to change resource references.

Why is the feature needed?

Feedback from users:

https://sweetops.slack.com/archives/CB6GHNLG0/p1735314890198529?thread_ts=1734997150.187929&cid=CB6GHNLG0

Sometimes we want to move resources across modules (a.b => module.c.a.d).

Example Code

No response

Note

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions