This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
[Bedrock] Update Bedrock Integration tests to have terraform commands and terratest script separate #985
Labels
Milestone
As a: Developer
I want: Decoupling of Terraform commands from the Bedrock terratest integration scripts
So that: I can know when an integration test fails during deployment of resources, interoperability of resources, and deletion of resources.
Describe the solution you'd like: Terratest scripts should no longer directly call terraform commands, this should be handled by the pipeline yaml in separate steps. In addition, variable configurations should be passed between steps from successful terraform apply to the terratest validation.
Acceptance Criteria:
Additional context:
Task of #964
Does this require updates to documentation?:
Yes
The text was updated successfully, but these errors were encountered: