GoogleCloudPlatform / terraform-python-testing-helper

Simple Python test helper for Terraform.
https://pypi.org/project/tftest/
Apache License 2.0
214 stars 31 forks source link

Selective testing of already provisioned resources #81

Open anooppc07 opened 5 months ago

anooppc07 commented 5 months ago

I’m seeking a solution that allows me to utilize “tftest” for existing resources that have already been provisioned. Whenever there’s a modification to any attributes or dependencies of a provisioned resource, the “tftest.apply” command, always raises errors, stating that the “resource already exists.”.Is there a way to validate make the test continue with already provisioned resources?