Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 79b04f2

Browse files
authored
Use cloudposse/template for arm support (#16)
1 parent fdfe5ca commit 79b04f2

File tree

1 file changed

+1
-1
lines changed
  • 03-first-aws-environment/components/terraform/tfstate-backend

1 file changed

+1
-1
lines changed

03-first-aws-environment/components/terraform/tfstate-backend/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
version = "~> 2.1"
1212
}
1313
template = {
14-
source = "hashicorp/template"
14+
source = "cloudposse/template"
1515
version = "~> 2.2"
1616
}
1717
}

0 commit comments

Comments
 (0)