Files
AWS-ContainerLab-Deployment/terraform/terraform.tfvars.sample
Damien A 315910772c Feature/tailscale access (#1)
* AWS_R53_ENABLED: Delete unused variable

* Add Tailscale Feature
- Removed R53 configuration
- Updated Ansible playbook to handle empty variables
- Updated Ansible playbook to use variables file
- Updated README to include updated requirements

---------

Co-authored-by: Damien A <sepales.pret0h@icloud.com>
2024-02-25 17:25:34 +01:00

4 lines
145 B
Plaintext
Executable File

AWS_ACCESS_KEY = "YOURACCESSKEY"
AWS_SECRET_KEY = "YOURACCESSTOKEN"
AWS_KEY_NAME = "AWS_key_name"
AWS_KEY_LOCATION = "~/.ssh/aws_key.pem"