Skip to content

Commit

Permalink
Merge pull request #80 from meilisearch/update-deps
Browse files Browse the repository at this point in the history
Update meilisearch.pkr.hcl
  • Loading branch information
brunoocasali authored Jul 2, 2024
2 parents 0a0d539 + b8d9fe2 commit 9beb426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meilisearch.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ locals {
packer {
required_plugins {
amazon = {
version = ">= 1.1.1"
version = "~> 1"
source = "github.com/hashicorp/amazon"
}
digitalocean = {
version = ">= 1.0.4"
version = "~> 1"
source = "github.com/digitalocean/digitalocean"
}
googlecompute = {
version = ">= 1.1.1"
version = "~> 1"
source = "github.com/hashicorp/googlecompute"
}
}
Expand Down

0 comments on commit 9beb426

Please sign in to comment.