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
- Host: GitHub
- URL: https://github.com/plus3it/terraform-aws-remote-access
- Owner: plus3it
- License: apache-2.0
- Created: 2018-06-14T19:58:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-05T07:06:06.000Z (2 months ago)
- Last Synced: 2025-08-05T09:21:13.085Z (2 months ago)
- Topics: aws, cfn, guacamole, rdsh, remote-desktop, terra-rdsh, terraform
- Language: PowerShell
- Homepage:
- Size: 960 KB
- Stars: 1
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```