Skip to content

Commit

Permalink
chore(deps): bump hashicorp/aws from 5.59.0 to 5.62.0 in /samples/sim…
Browse files Browse the repository at this point in the history
…ple-build-pipeline (#201)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry <[email protected]>
  • Loading branch information
dependabot[bot] and henrykie authored Aug 15, 2024
1 parent b6c567b commit a45ab93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/perforce/helix-authentication-service/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.59.0"
version = "5.62.0"
}
awscc = {
source = "hashicorp/awscc"
Expand Down
2 changes: 1 addition & 1 deletion modules/perforce/helix-core/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.59.0"
version = "5.62.0"
}
awscc = {
source = "hashicorp/awscc"
Expand Down
2 changes: 1 addition & 1 deletion modules/perforce/helix-swarm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.59.0"
version = "5.62.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-build-pipeline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.59.0"
version = "5.62.0"
}
}
}

0 comments on commit a45ab93

Please sign in to comment.