Skip to content

Commit b6ae2bc

Browse files
Update remote-states modules to the latest version (cloudposse/terraform-aws-components#820)
Co-authored-by: cloudpossebot <[email protected]>
1 parent 25064ad commit b6ae2bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ components:
4747
4848
| Name | Source | Version |
4949
|------|--------|---------|
50-
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
50+
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
5151
| <a name="module_elasticsearch"></a> [elasticsearch](#module\_elasticsearch) | cloudposse/elasticsearch/aws | 0.42.0 |
5252
| <a name="module_elasticsearch_log_cleanup"></a> [elasticsearch\_log\_cleanup](#module\_elasticsearch\_log\_cleanup) | cloudposse/lambda-elasticsearch-cleanup/aws | 0.14.0 |
5353
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
5454
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
55-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.1 |
55+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
5656
5757
## Resources
5858

src/remote-state.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "vpc" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.4.1"
3+
version = "1.5.0"
44

55
component = "vpc"
66

@@ -9,7 +9,7 @@ module "vpc" {
99

1010
module "dns_delegated" {
1111
source = "cloudposse/stack-config/yaml//modules/remote-state"
12-
version = "1.4.1"
12+
version = "1.5.0"
1313

1414
component = "dns-delegated"
1515
environment = var.dns_delegated_environment_name

0 commit comments

Comments
 (0)