Skip to content

Commit

Permalink
Update Terraform vultr to v2.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent 3d0219f commit e73ff38
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 39 deletions.
37 changes: 18 additions & 19 deletions infrastructure/prod/.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 infrastructure/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.16.1"
version = "2.16.4"
}
}
}
Expand Down
36 changes: 18 additions & 18 deletions infrastructure/stage/.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 infrastructure/stage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.16.2"
version = "2.16.4"
}
}
}
Expand Down

0 comments on commit e73ff38

Please sign in to comment.