Skip to content

Commit

Permalink
⬆️[Terraform] Update Terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 9d92714 commit b35880b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion terraform/layers/aws-secrets-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.25.1"
version = "6.2.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/layers/azure-keyvault/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.25.1"
version = "6.2.1"
}
}
}
6 changes: 3 additions & 3 deletions terraform/layers/gcp-secret-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.66.0"
version = "5.23.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.66.0"
version = "5.23.0"
}
github = {
source = "integrations/github"
version = "5.25.1"
version = "6.2.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/layers/scw-secret-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.25.1"
version = "6.2.1"
}
}
}

0 comments on commit b35880b

Please sign in to comment.