From 047cbe786b33f683fa0b2d4f70ea0e7b8db8f750 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 11 Jan 2022 17:38:23 +0100 Subject: [PATCH] Jan 11th --- docs/terraform.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/terraform.md b/docs/terraform.md index 40759ede..f291a47f 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -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.