plus3it / terraform-aws-remote-access

Terraform helper to launch remote access cfn stacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-remote-access

Terraform project to deploy a RDSH solution.

Testing

Manual testing:

# Replace "xxx" with an actual AWS profile, then execute the integration tests.
export AWS_PROFILE=xxx 
make terraform/pytest PYTEST_ARGS="-v --nomock"

For automated testing, PYTEST_ARGS is optional and no profile is needed:

make mockstack/up
make terraform/pytest PYTEST_ARGS="-v"
make mockstack/clean

About

Terraform helper to launch remote access cfn stacks

License:Apache License 2.0


Languages

Language:PowerShell 47.3%Language:HCL 35.4%Language:Shell 17.1%Language:Makefile 0.2%Language:Dockerfile 0.0%