Skip to content

Commit 1fc2030

Browse files
AWS provider V5 dependency updates (cloudposse/terraform-aws-components#729)
Co-authored-by: cloudpossebot <[email protected]>
1 parent 700b303 commit 1fc2030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ components:
6868
| <a name="module_dns_gbl_delegated"></a> [dns\_gbl\_delegated](#module\_dns\_gbl\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
6969
| <a name="module_dns_gbl_primary"></a> [dns\_gbl\_primary](#module\_dns\_gbl\_primary) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
7070
| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
71-
| <a name="module_external_dns"></a> [external\_dns](#module\_external\_dns) | cloudposse/helm-release/aws | 0.7.0 |
71+
| <a name="module_external_dns"></a> [external\_dns](#module\_external\_dns) | cloudposse/helm-release/aws | 0.9.1 |
7272
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../../account-map/modules/iam-roles | n/a |
7373
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
7474

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data "aws_partition" "current" {
1919

2020
module "external_dns" {
2121
source = "cloudposse/helm-release/aws"
22-
version = "0.7.0"
22+
version = "0.9.1"
2323

2424
name = module.this.name
2525
chart = var.chart

0 commit comments

Comments
 (0)