Skip to content

Commit

Permalink
Merge pull request #556 from rust-lang/chore-update-crater-providers
Browse files Browse the repository at this point in the history
chore: update crater providers
  • Loading branch information
marcoieni authored Sep 3, 2024
2 parents 83ae4f6 + 5c69c72 commit 5bc8545
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 deletions terraform/crater/.terraform.lock.hcl

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

6 changes: 3 additions & 3 deletions terraform/crater/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.20"
version = "~> 5.65"
}

google = {
source = "hashicorp/google"
version = "~> 4.23"
version = "~> 6.0.1"
}

dns = {
source = "hashicorp/dns"
version = "~> 3.2.3"
version = "~> 3.4.1"
}
}

Expand Down

0 comments on commit 5bc8545

Please sign in to comment.