Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Merge pull request #70 from sshivananda/renovate/aws-3.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform aws to v3
  • Loading branch information
sshivananda authored Aug 11, 2020
2 parents 8ecca15 + f80cada commit e029da3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration-test/localstack.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_providers {
aws = "= 2.70.0"
aws = "=3.1.0"
}
}

Expand All @@ -10,7 +10,7 @@ provider "aws" {
secret_key = "fake"
skip_requesting_account_id = true
skip_credentials_validation = true
version = "~> 2.64"
version = "~> 3.0"

endpoints {
sqs = "http://localhost:4566"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sqs-consumer",
"version": "1.2.5",
"version": "1.2.6",
"description": "Typescript based SQS consumer",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e029da3

Please sign in to comment.