Skip to content

Commit

Permalink
Merge pull request #22 from sourcefuse/GH-21
Browse files Browse the repository at this point in the history
Add Banner and update github workflow to push static folder on arc-docs
  • Loading branch information
mayank0202 committed Aug 14, 2024
1 parent db4d34f commit 68eb905
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/arc-iac-docs/modules/terraform-aws-arc-kms/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Module Structure](./static/banner.png)

# [terraform-aws-arc-kms](https://github.com/sourcefuse/terraform-aws-arc-kms)

<a href="https://github.com/sourcefuse/terraform-aws-arc-kms/releases/latest"><img src="https://img.shields.io/github/release/sourcefuse/terraform-aws-arc-kms.svg?style=for-the-badge" alt="Latest Release"/></a> <a href="https://github.com/sourcefuse/terraform-aws-arc-kms/commits"><img src="https://img.shields.io/github/last-commit/sourcefuse/terraform-aws-arc-kms.svg?style=for-the-badge" alt="Last Updated"/></a> ![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)
Expand Down Expand Up @@ -34,8 +36,8 @@ module "kms" {

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.4 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.0 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4, < 2.0.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0, < 6.0 |

## Providers

Expand Down

0 comments on commit 68eb905

Please sign in to comment.