Skip to content

Commit

Permalink
aws no 5 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 authored Nov 8, 2023
1 parent 5356f97 commit b7ddd58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@

# .tfvars files
*.tfvars

.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A bit about this module
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.12.19 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.65 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 1.2 |
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.1 |

Expand All @@ -59,7 +59,7 @@ A bit about this module

| Name | Source | Version |
|------|--------|---------|
| <a name="module_bitbucketdb"></a> [bitbucketdb](#module\_bitbucketdb) | rhythmictech/rds-postgres/aws | 4.6.0 |
| <a name="module_bitbucketdb"></a> [bitbucketdb](#module\_bitbucketdb) | rhythmictech/rds-postgres/aws | ~> 5.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "aws_launch_configuration" "this" {

module "bitbucketdb" {
source = "rhythmictech/rds-postgres/aws"
version = "4.6.0"
version = "~> 5.0"

name = local.db_name
allowed_cidr_blocks = var.db_allowed_access_cidrs
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12.19"

required_providers {
aws = ">= 2.65"
aws = ">= 5"
random = ">= 1.2"
template = ">= 2.1"
}
Expand Down

0 comments on commit b7ddd58

Please sign in to comment.