You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, acceptance tests use hard-coded resource names which can cause collisions when running tests against the acceptance test server, noticeable when testing multiple Terraform versions simultaneously.
Proposed Solution:
Create helper functions that generate HCL test configurations with randomised resource attributes (mainly just name):
Benefits:
Eliminates resource naming conflicts
Enables true parallel testing
Improves test isolation
More reliable CI/CD pipeline
The text was updated successfully, but these errors were encountered:
Currently, acceptance tests use hard-coded resource names which can cause collisions when running tests against the acceptance test server, noticeable when testing multiple Terraform versions simultaneously.
Proposed Solution:
name
):Benefits:
The text was updated successfully, but these errors were encountered: