Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/security-group/aws to v2.2.0…
Browse files Browse the repository at this point in the history
… (main) (#58)

* chore(deps): update terraform cloudposse/security-group/aws to v2.2.0

* Auto-update README.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Mar 4, 2024
1 parent fcc7ec0 commit 4d12d27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Available targets:

| Name | Source | Version |
|------|--------|---------|
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 2.0.1 |
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 2.2.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

| Name | Source | Version |
|------|--------|---------|
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 2.0.1 |
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 2.2.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion sg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ locals {

module "security_group" {
source = "cloudposse/security-group/aws"
version = "2.0.1"
version = "2.2.0"

enabled = local.create_security_group
security_group_name = var.security_group_name
Expand Down

0 comments on commit 4d12d27

Please sign in to comment.