cloud-foundation-fabric/tests/modules/cloud_function_v1
Wiktor Niesiobędzki d07daf966a
End-to-end tests for terraform modules (#1751)
Add end-to-end tests (apply, plan, destroy) for examples.

When run, `tests/examples_e2e`:
1. Create an environment for tests to run (folder, project vpc network) 
2. For each marked example (with `e2e` tftest directive), run apply, plan, destroy
3. Verify:
* no failure in apply
* empty plan after apply
* no failure during destroy
4. When all tests are done, destroy test environment

More details in `tests/examples_e2e/README.md`
2023-10-20 09:59:52 +02:00
..
assets/sample-function End-to-end tests for terraform modules (#1751) 2023-10-20 09:59:52 +02:00
examples Add bug fix in bucket local variable (#1709) 2023-09-28 10:17:53 +00:00