You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
805 B

# Terraform Lab
Provisioning scripts for personal learning.
References
- [gruntwork](https://blog.gruntwork.io/an-introduction-to-terraform-f17df9c6d180)
- [section41 blog post](https://section411.com/2019/07/hello-world/) tutorial on aws fargate with terraform
- aws ecs task definition [[terraform]] [documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition)
- [dwmkerr](https://dwmkerr.com/dynamic-and-configurable-availability-zones-in-terraform/) blog tutorial on how to use terraform interpotaion to create dynamic resources given an array of parameters
- [Setup ECS Fargate and CloudFront with Terraform](https://awstip.com/ecs-fargate-with-terraform-9cd755d46039) tutorial that works but I can't figure how its connected to all subents