Skip to content

Commit

Permalink
Update AWS provide to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Aug 15, 2022
1 parent ba534c2 commit 8450c62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rds-postgres/rds-postgres-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@ module "rds_admin_password" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 3.45 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 3.45 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.26.0 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_rotation"></a> [rotation](#module\_rotation) | ../secret-rotation-function | |
| <a name="module_secret"></a> [secret](#module\_secret) | ../generic-secret | |
| <a name="module_rotation"></a> [rotation](#module\_rotation) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.4.0 |
| <a name="module_secret"></a> [secret](#module\_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.4.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion rds-postgres/rds-postgres-login/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.45"
version = "~> 4.0"
}
}
}

0 comments on commit 8450c62

Please sign in to comment.