leg100 / pug

Drive terraform at terminal velocity.
Mozilla Public License 2.0
440 stars 7 forks source link

Target apply [question] #136

Open yurii-kryvosheia opened 4 hours ago

yurii-kryvosheia commented 4 hours ago

Is there a method to achieve the same outcome as terraform plan -target module.tests without selecting each resource in a state?

leg100 commented 3 hours ago

Do you mean you want to be able to select all resources in module module.tests without having to individually select each resource?

If so, you could achieve this by filtering by module.tests. (see readme for info on filtering). Then select all and plan.