Skip to content

Commit a4acda2

Browse files
author
Md Anam Raihan
committed
added moved block
1 parent bb3ec17 commit a4acda2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

moved.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
moved {
2+
from = ibm_container_vpc_worker_pool.pool
3+
to = module.worker_pools.ibm_container_vpc_worker_pool.pool
4+
}
5+
6+
moved {
7+
from = ibm_container_vpc_worker_pool.autoscaling_pool
8+
to = module.worker_pools.ibm_container_vpc_worker_pool.autoscaling_pool
9+
}

0 commit comments

Comments
 (0)