We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Terratest framework for Terrafrom plan testing.
As a developer
developer
I want to be able to test Terraform infrastructure code
to be able to test Terraform infrastructure code
So that I can be sure the infrastructure deployments work without manually checking them
I can be sure the infrastructure deployments work without manually checking them
I am in the console in the root folder of the project
go test terraform/modules/metabase_vm/metabase_vm_test.go -v -timeout 10m
The test passes
The text was updated successfully, but these errors were encountered:
joshgamache
No branches or pull requests
Description
Add Terratest framework for Terrafrom plan testing.
User Story
As a
developer
I want
to be able to test Terraform infrastructure code
So that
I can be sure the infrastructure deployments work without manually checking them
Acceptance Criteria
I am in the console in the root folder of the project
go test terraform/modules/metabase_vm/metabase_vm_test.go -v -timeout 10m
The test passes
The text was updated successfully, but these errors were encountered: