Skip to content

Commit

Permalink
Update remote-states modules to the latest version (cloudposse/terr…
Browse files Browse the repository at this point in the history
…aform-aws-components#820)

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
aknysh and cloudpossebot authored Aug 17, 2023
1 parent 03070e2 commit 1b1b5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ components:
| Name | Source | Version |
|------|--------|---------|
| <a name="module_acm"></a> [acm](#module\_acm) | cloudposse/acm-request-certificate/aws | 0.16.0 |
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
| <a name="module_dns_delegated"></a> [dns\_delegated](#module\_dns\_delegated) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
| <a name="module_private_ca"></a> [private\_ca](#module\_private\_ca) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
| <a name="module_private_ca"></a> [private\_ca](#module\_private\_ca) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
## Resources
Expand Down
4 changes: 2 additions & 2 deletions src/remote-state.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "private_ca" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.4.3"
version = "1.5.0"

count = local.private_ca_enabled ? 1 : 0

Expand All @@ -13,7 +13,7 @@ module "private_ca" {

module "dns_delegated" {
source = "cloudposse/stack-config/yaml//modules/remote-state"
version = "1.4.3"
version = "1.5.0"

component = var.dns_delegated_component_name
stage = var.dns_delegated_stage_name
Expand Down

0 comments on commit 1b1b5fc

Please sign in to comment.