Skip to content

Commit c9d37cd

Browse files
nitrocodecloudpossebotmax-lobur
authored
Use cloudposse/template for arm support (#41)
* Use cloudposse/template for arm support * Auto Format * Apply suggestions from code review * Auto Format * 0.7.1 bump external-artifact * Auto Format * upd readme * fix test * fix test --------- Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Max Lobur <[email protected]>
1 parent 9124636 commit c9d37cd

File tree

9 files changed

+16
-13
lines changed

9 files changed

+16
-13
lines changed

.github/auto-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ version-resolver:
1717
- 'bugfix'
1818
- 'bug'
1919
- 'hotfix'
20-
- 'no-release'
2120
default: 'minor'
2221

2322
categories:

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
":preserveSemverRanges"
55
],
66
"labels": ["auto-update"],
7+
"dependencyDashboardAutoclose": true,
78
"enabledManagers": ["terraform"],
89
"terraform": {
910
"ignorePaths": ["**/context.tf", "examples/**"]
1011
}
1112
}
12-

.github/workflows/validate-codeowners.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- name: "Checkout source code at current commit"
1212
uses: actions/checkout@v2
13+
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1314
- uses: mszostok/[email protected]
1415
if: github.event.pull_request.head.repo.full_name == github.repository
1516
name: "Full check of CODEOWNERS"

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Available targets:
191191
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.0 |
192192
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 1.2 |
193193
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.3 |
194-
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.0 |
194+
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.2 |
195195

196196
## Providers
197197

@@ -203,7 +203,7 @@ Available targets:
203203

204204
| Name | Source | Version |
205205
|------|--------|---------|
206-
| <a name="module_artifact"></a> [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.0 |
206+
| <a name="module_artifact"></a> [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.1 |
207207
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
208208

209209
## Resources
@@ -372,7 +372,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
372372

373373
## Copyright
374374

375-
Copyright © 2017-2022 [Cloud Posse, LLC](https://cpco.io/copyright)
375+
Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright)
376376

377377

378378

@@ -443,7 +443,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
443443

444444
[![README Footer][readme_footer_img]][readme_footer_link]
445445
[![Beacon][beacon]][website]
446-
446+
<!-- markdownlint-disable -->
447447
[logo]: https://cloudposse.com/logo-300x69.svg
448448
[docs]: https://cpco.io/docs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ses-lambda-forwarder&utm_content=docs
449449
[website]: https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ses-lambda-forwarder&utm_content=website
@@ -474,3 +474,4 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
474474
[share_googleplus]: https://plus.google.com/share?url=https://github.com/cloudposse/terraform-aws-ses-lambda-forwarder
475475
[share_email]: mailto:?subject=terraform-aws-ses-lambda-forwarder&body=https://github.com/cloudposse/terraform-aws-ses-lambda-forwarder
476476
[beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-aws-ses-lambda-forwarder?pixel&cs=github&cm=readme&an=terraform-aws-ses-lambda-forwarder
477+
<!-- markdownlint-restore -->

docs/terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.0 |
88
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 1.2 |
99
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.3 |
10-
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.0 |
10+
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.2 |
1111

1212
## Providers
1313

@@ -19,7 +19,7 @@
1919

2020
| Name | Source | Version |
2121
|------|--------|---------|
22-
| <a name="module_artifact"></a> [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.0 |
22+
| <a name="module_artifact"></a> [artifact](#module\_artifact) | cloudposse/module-artifact/external | 0.7.1 |
2323
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2424

2525
## Resources

examples/complete/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ terraform {
77
version = ">= 2.0"
88
}
99
template = {
10-
source = "hashicorp/template"
11-
version = ">= 2.0"
10+
source = "cloudposse/template"
11+
version = ">= 2.2"
1212
}
1313
local = {
1414
source = "hashicorp/local"

lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "aws_iam_role_policy_attachment" "lambda" {
6868

6969
module "artifact" {
7070
source = "cloudposse/module-artifact/external"
71-
version = "0.7.0"
71+
version = "0.7.1"
7272
filename = var.artifact_filename
7373
module_name = "terraform-aws-ses-lambda-forwarder"
7474
module_path = path.module

test/src/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ init:
1515
.PHONY : test
1616
## Run tests
1717
test: init
18+
# This project runs `git` externally, so it needs extra permissions when run by a GitHub Action
19+
[[ -n "$$GITHUB_WORKSPACE" ]] && git config --global --add safe.directory "$$GITHUB_WORKSPACE" || true
1820
go mod download
1921
go test -v -timeout 60m -run TestExamplesComplete
2022

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ terraform {
77
version = ">= 2.0"
88
}
99
template = {
10-
source = "hashicorp/template"
11-
version = ">= 2.0"
10+
source = "cloudposse/template"
11+
version = ">= 2.2"
1212
}
1313
local = {
1414
source = "hashicorp/local"

0 commit comments

Comments
 (0)