Skip to content

Commit

Permalink
Merge pull request #19 from sourcefuse/GH-18
Browse files Browse the repository at this point in the history
Upgrade AWS Provider and Terraform Versions
  • Loading branch information
mayank0202 committed Aug 17, 2024
1 parent a47bd71 commit 98a2e11
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-postgresql-aws-arc-mgmt](https://github.com/sourcefuse/terraform-postgresql-aws-arc-mgmt)

<a href="https://github.com/sourcefuse/terraform-postgresql-aws-arc-mgmt/releases/latest"><img src="https://img.shields.io/github/release/sourcefuse/terraform-postgresql-aws-arc-mgmt.svg?style=for-the-badge" alt="Latest Release"/></a> <a href="https://github.com/sourcefuse/terraform-postgresql-aws-arc-mgmt/commits"><img src="https://img.shields.io/github/last-commit/sourcefuse/terraform-postgresql-aws-arc-mgmt.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 @@ -43,8 +45,8 @@ required_providers {

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

## Providers
Expand Down

0 comments on commit 98a2e11

Please sign in to comment.