Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Jun 26, 2024
1 parent 30a781c commit 8f74ffa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions jumppad/main.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ resource "container" "vscode" {
health_check {
timeout = "100s"

//http {
// address = "http://${resource.docs.docs.fqdn}/docs/provider/introduction/what_is_terraform"
// success_codes = [200]
//}
http {
address = "http://${resource.docs.docs.fqdn}"
success_codes = [200]
}

http {
address = "http://localhost:8000/"
Expand Down
2 changes: 1 addition & 1 deletion jumppad/packer/files/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ systemctl enable jumppad-connector.service
# Pre-pull docker images
for IMAGE in $JUMPPAD_IMAGES; do
docker pull $IMAGE
done
done
2 changes: 1 addition & 1 deletion jumppad/packer/main.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jumppad_images = [

jumppad_version = "0.12.1"

version = "1"
version = "2"
project_id = "jumppad"

0 comments on commit 8f74ffa

Please sign in to comment.