Skip to content

Commit 030d3f3

Browse files
renovate[bot]renovate-botcloudpossebotgithub-actions[bot]max-lobur
authored
chore(deps): update terraform cloudposse/label/null to v0.25.0 (main) - abandoned (#67)
* chore(deps): update terraform cloudposse/label/null to v0.25.0 * Auto Format * Auto-update README.md * Auto-update README.md --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Lobur <[email protected]>
1 parent c2a16a7 commit 030d3f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Available targets:
235235

236236
| Name | Source | Version |
237237
|------|--------|---------|
238-
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.24.1 |
238+
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.25.0 |
239239
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 0.3.1 |
240240
| <a name="module_ssh_key_pair"></a> [ssh\_key\_pair](#module\_ssh\_key\_pair) | cloudposse/key-pair/aws | 0.19.0 |
241241
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.24.1 |

docs/terraform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
| Name | Source | Version |
1818
|------|--------|---------|
19-
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.24.1 |
19+
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.25.0 |
2020
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 0.3.1 |
2121
| <a name="module_ssh_key_pair"></a> [ssh\_key\_pair](#module\_ssh\_key\_pair) | cloudposse/key-pair/aws | 0.19.0 |
2222
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.24.1 |

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ data "aws_ami" "info" {
5959

6060
module "label" {
6161
source = "cloudposse/label/null"
62-
version = "0.24.1"
62+
version = "0.25.0"
6363
tags = { AZ = local.availability_zone }
6464

6565
context = module.this.context

0 commit comments

Comments
 (0)