This commit is contained in:
Inaki Fernandez
2022-01-11 17:38:23 +01:00
parent e0706e954d
commit 047cbe786b

View File

@@ -8,6 +8,7 @@
- [Terraform Cloud](#terraform-cloud)
- [HCL](#hcl)
- [CDK Cloud Development Kit Terraform](#cdk-cloud-development-kit-terraform)
- [Python Boto3 and Terraform](#python-boto3-and-terraform)
- [Terraform Infracost](#terraform-infracost)
- [Awesome Terraform](#awesome-terraform)
- [Terraform Cheat Sheets](#terraform-cheat-sheets)
@@ -195,6 +196,9 @@
* [hashicorp.com: CDK for Terraform: Enabling Python & TypeScript Support](https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support)
* [hashicorp.com: Announcing CDK for Terraform 0.1](https://www.hashicorp.com/blog/announcing-cdk-for-terraform-0-1)
### Python Boto3 and Terraform
- [medium.com/@dmglascoe: ==Deploying IAM Users and S3 Buckets using Boto3 and Terraform==](https://medium.com/@dmglascoe/deploying-iam-users-and-s3-buckets-using-boto3-and-terraform-71ec04b2e14b)
### Terraform Infracost
- [Infracost 🌟](https://github.com/infracost/infracost) If you use Terraform to provision your Kubernetes clusters, you might find infracost interesting. Infracost estimates hourly and monthly costs for a Terraform project. It helps you to see the cost breakdown and compare different deployment options upfront.
- [A Guide to Cloud Cost Optimization with HashiCorp Terraform 🌟](https://www.hashicorp.com/blog/a-guide-to-cloud-cost-optimization-with-hashicorp-terraform) The Terraform AWS provider now supports Code Signing for AWS Lambda, which involves digitally signing code artifacts and verifying at deployment.