Skip to content

Commit

Permalink
Chore [deps:terraform]: Bump hashicorp/aws in /terraform (#431)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.21.0 to 5.22.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.21.0...v5.22.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 4eeaa1d commit e777fa8
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 deletions.
36 changes: 18 additions & 18 deletions terraform/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
datadog = {
source = "DataDog/datadog"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/DownloadFFISSpreadsheet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/DownloadGrantsGovDB/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/EnqueueFFISDownload/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/ExtractGrantsGovDBToXML/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/PersistFFISData/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/PersistGrantsGovXMLDB/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/PublishGrantEvents/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/ReceiveFFISEmail/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/SplitFFISSpreadsheet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/SplitGrantsGovXMLDB/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/taskfile_lambda_builder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 5.21.0"
version = "~> 5.22.0"
}
}
}

0 comments on commit e777fa8

Please sign in to comment.