Closed iainbrux closed 1 year ago
When trying to perform the cleanup step within this tutorial https://developer.hashicorp.com/terraform/tutorials/certification-associate-tutorials/data-sources for the vpc, there is an error that vpc_id is not an attribute and fails the destroying of deployed services.
Thus, this output rectifies the issue.
I've updated the provider and modules for this tutorial to the latest version, which fixes the issue.
When trying to perform the cleanup step within this tutorial https://developer.hashicorp.com/terraform/tutorials/certification-associate-tutorials/data-sources for the vpc, there is an error that vpc_id is not an attribute and fails the destroying of deployed services.
Thus, this output rectifies the issue.