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 eccdc23 commit 08a11c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ components:
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.1 |
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 1.8.0 |
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 1.10.0 |
## Providers
Expand Down
2 changes: 1 addition & 1 deletion src/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
utils = {
source = "cloudposse/utils"
version = ">= 1.8.0"
version = ">= 1.10.0"
}
}
}

0 comments on commit 08a11c7

Please sign in to comment.