Skip to content

Commit

Permalink
Bump Nomad provider to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiidani committed Aug 30, 2023
1 parent 14a90d9 commit 97f8e63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
28 changes: 14 additions & 14 deletions .github/deploy/.terraform.lock.hcl

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

3 changes: 1 addition & 2 deletions .github/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resource "nomad_job" "app" {
detach = false

hcl2 {
enabled = true
vars = {
artifact_url = var.artifact_url
}
Expand All @@ -16,7 +15,7 @@ terraform {
required_providers {
nomad = {
source = "hashicorp/nomad"
version = "1.4.20"
version = "~> 2.0"
}
}

Expand Down

0 comments on commit 97f8e63

Please sign in to comment.