Skip to content

Commit 375147f

Browse files
committed
Use cloudposse/template for arm support
1 parent 209f50a commit 375147f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/complete/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
version = ">= 2.0"
88
}
99
template = {
10-
source = "hashicorp/template"
10+
source = "cloudposse/template"
1111
version = ">= 2.0"
1212
}
1313
null = {

examples/with_cognito_authentication/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
version = ">= 2.0"
88
}
99
template = {
10-
source = "hashicorp/template"
10+
source = "cloudposse/template"
1111
version = ">= 2.0"
1212
}
1313
null = {

examples/with_google_oidc_authentication/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
version = ">= 2.0"
88
}
99
template = {
10-
source = "hashicorp/template"
10+
source = "cloudposse/template"
1111
version = ">= 2.0"
1212
}
1313
null = {

examples/without_authentication/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
version = ">= 2.0"
88
}
99
template = {
10-
source = "hashicorp/template"
10+
source = "cloudposse/template"
1111
version = ">= 2.0"
1212
}
1313
null = {

0 commit comments

Comments
 (0)