# `stacks surgery move`

## Usage
```
Usage: stacks surgery move [OPTIONS] FROM_ADDRESS TO_ADDRESS TO_PATH

  Move a resource from one state to another by address.

Options:
  --help  Show this message and exit.
```

## Description

Moves a resource from one to another state.

## Example

```shell
$ cd stacks/vpc/layers/production
$ stacks surgery move aws_vpc.main aws_vpc.main stacks/vpc/layers/development
```