From c1299ffb43d4dae1cfb199f58f14c65d3d87b3de Mon Sep 17 00:00:00 2001 From: Tiago Boeing Date: Tue, 28 Nov 2023 18:39:16 -0300 Subject: [PATCH] docs: Change docs to show IaC provider --- README.md | 11 ++++++----- cloudfront-cdn/README.md | 3 +++ cognito-user-pool/README.md | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b24118..5d3860d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -# AWS + Terraform (IaC) +# Infrastructure as Code (IaC) for AWS -![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) ![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) +![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) - -IaC stacks with Terraform for Amazon Web Services (AWS). +Infrastructure as Code (IaC) stacks for Amazon Web Services (AWS). ## Infrastructures -- [Cognito User Pool with Identity Providers](./cognito-user-pool) +![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) + +- [Cognito User Pool with Identity Providers](./cognito-user-pool) [Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) - [CDN on custom domain with CloudFront, S3, Route53 and Certificate Manager](./cloudfront-cdn) Each infrastructure has its own README with instructions. diff --git a/cloudfront-cdn/README.md b/cloudfront-cdn/README.md index 6899708..e4ccd28 100644 --- a/cloudfront-cdn/README.md +++ b/cloudfront-cdn/README.md @@ -1,5 +1,8 @@ # CloudFront CDN with custom domain +![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) + + **[Live example](https://terraform-cdn.tiagoboeing.com/)** | **[API Docs](./api-docs.md)** > Tested with custom subdomain. diff --git a/cognito-user-pool/README.md b/cognito-user-pool/README.md index da5f3ac..36796bd 100644 --- a/cognito-user-pool/README.md +++ b/cognito-user-pool/README.md @@ -1,6 +1,6 @@ # Cognito User Pool -![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) ![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) +![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) AWS Cognito User Pool in Infrastructure as Code with Terraform. Include Identity Providers settings, just need to configure OAuth credentials.