Skip to content

Commit

Permalink
Merge pull request #27 from sourcefuse/GH-26
Browse files Browse the repository at this point in the history
Upgraded aws and TF versions and added banner
  • Loading branch information
mayank0202 committed Jul 15, 2024
1 parent be2b08f commit 93f4812
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Module Structure](./static/banner.png)

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

<a href="https://github.com/sourcefuse/terraform-aws-arc-workspace/releases/latest"><img src="https://img.shields.io/github/release/sourcefuse/terraform-aws-arc-workspace.svg?style=for-the-badge" alt="Latest Release"/></a> <a href="https://github.com/sourcefuse/terraform-aws-arc-workspace/commits"><img src="https://img.shields.io/github/last-commit/sourcefuse/terraform-aws-arc-workspace.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 @@ -100,8 +102,8 @@ As we specified three custom user_names that means three workspaces for each use

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5, < 2.0.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0, < 6.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |

## Providers
Expand Down

0 comments on commit 93f4812

Please sign in to comment.