Slackbot
10/23/2023, 11:05 PMAhmed Mourad
10/25/2023, 7:38 AMSahil Tourani
10/25/2023, 7:52 AMAhmed Mourad
10/25/2023, 10:29 AMAva Czechowska
11/21/2023, 4:03 AMwhat mechanism can we implement to say Module A is consumed in these 3 terraform stacks - so let me run tests/ a form of regression test for those stacks only to ensure that the changes I’ve made to the module still works in the context of my stacks and doesn’t break anythingThis seems as if you wanted to run tests of your dependency (The Terraform Module A) against the other 3 Terraform projects that use that dependency. Wouldn't it be enough to test the Terraform Module A separately, and then ensure that the other 3 Terraform projects use the well-tested version of the Terraform Module A?
Ava Czechowska
11/21/2023, 4:07 AMcurl
to check if a server is available) and then just paste them into bats-core testing framework