Skip to content

Commit

Permalink
Use cloudposse/template for arm support (cloudposse/terraform-aws-com…
Browse files Browse the repository at this point in the history
…ponents#510)

Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Matt Gowie <[email protected]>
  • Loading branch information
4 people authored Nov 20, 2022
1 parent 1e74183 commit 13ebd95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.0 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.3 |
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.0 |
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.2 |
## Providers
Expand Down
4 changes: 2 additions & 2 deletions src/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ terraform {
version = ">= 3.0"
}
template = {
source = "hashicorp/template"
version = ">= 2.0"
source = "cloudposse/template"
version = ">= 2.2"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 13ebd95

Please sign in to comment.