Skip to content

Commit

Permalink
docs: Change docs to show IaC provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoboeing committed Nov 28, 2023
1 parent 1583612 commit c1299ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions cloudfront-cdn/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cognito-user-pool/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit c1299ff

Please sign in to comment.