This example creates an ECS cluster and deploys the SecretHub Demo App to it and provisions it with the required secrets using the SecretHub AWS Identity Provider.
- Terraform installed along with the SecretHub Provider
- Correctly configured AWS Credentials
- Values assigned to the variables in variables.tf
Init the SecretHub demo repo with example values
secrethub demo init
To launch an example ECS cluster, run:
terraform init
terraform apply
Get the public IP of the cluster from the AWS console or using the AWS CLI and visit http://<PUBLIC-IP>:8080
to see the app running.