pj0620
Results
2
comments of
pj0620
I fixed this issue by, as noted in the error message, using the -target argument. You are using it in `apply` it should be used in `plan`. `terraform plan -target="module.vpc"`
I fixed this issue by, as noted in the error message, using the -target argument. terraform plan -target="module.vpc" @mordax7