An open API service indexing awesome lists of open source software.

https://github.com/plus3it/terraform-aws-remote-access

Terraform helper to launch remote access cfn stacks
https://github.com/plus3it/terraform-aws-remote-access

aws cfn guacamole rdsh remote-desktop terra-rdsh terraform

Last synced: about 2 months ago
JSON representation

Terraform helper to launch remote access cfn stacks

Awesome Lists containing this project

README

          

# 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
```