Skip to content

Commit

Permalink
VCDL-251 changing track time limit and grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jennamwong committed May 2, 2024
1 parent 2fe21ea commit 479a90e
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/slides/aws/terraform-community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ class: img-left
# What is Terraform?
![Terraform](images\Terraform_VerticalLogo_FullColor.png)

Terraform is a community provisioning tool.
Terraform Community Edition is a free, downloadable tool that you interact with on the command line. It lets you provision infrastructure on any cloud provider and manages configuration, plugins, infrastructure, and state.

It ships as a single binary which is written in Go. Terraform is cross platform and can run on Linux, Windows, or MacOS.

Expand Down
2 changes: 1 addition & 1 deletion docs/slides/azure/terraform-community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class: img-left
# What is Terraform?
![Terraform](images\Terraform_VerticalLogo_FullColor.png)

Terraform is an Community Edition provisioning tool.
Terraform Community Edition is a free, downloadable tool that you interact with on the command line. It lets you provision infrastructure on any cloud provider and manages configuration, plugins, infrastructure, and state.

It ships as a single binary which is written in Go. Terraform is cross platform and can run on Linux, Windows, or MacOS.

Expand Down
2 changes: 1 addition & 1 deletion docs/slides/gcp/terraform-community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class: img-left
# What is Terraform?
![Terraform](images\Terraform_VerticalLogo_FullColor.png)

Terraform is a community provisioning tool.
Terraform Community Edition is a free, downloadable tool that you interact with on the command line. It lets you provision infrastructure on any cloud provider and manages configuration, plugins, infrastructure, and state.

It ships as a single binary which is written in Go. Terraform is cross platform and can run on Linux, Windows, or MacOS.

Expand Down
5 changes: 4 additions & 1 deletion instruqt-tracks/hcp-terraform-azure-v2/track.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

slug: terraform-cloud-azure-v2
title: HCP Terraform with Azure
teaser: |
Expand Down Expand Up @@ -26,7 +29,7 @@ developers:
- [email protected]
show_timer: true
idle_timeout: 300
timelimit: 1200
timelimit: 14400
lab_config:
overlay: false
width: 33
Expand Down
2 changes: 1 addition & 1 deletion instruqt-tracks/hcp-terraform-azure/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ developers:
- [email protected]
show_timer: true
idle_timeout: 3000
timelimit: 1200
timelimit: 14400
lab_config:
overlay: false
width: 25
Expand Down
5 changes: 4 additions & 1 deletion instruqt-tracks/hcp-terraform-bonus-lab/track.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

slug: terraform-cloud-bonus-lab
title: Bonus Lab - HCP Terraform
teaser: |
Expand Down Expand Up @@ -110,7 +113,7 @@ challenges:
difficulty: basic
timelimit: 7200
idle_timeout: 300
timelimit: 1200
timelimit: 14400
lab_config:
overlay: false
width: 33
Expand Down
5 changes: 4 additions & 1 deletion instruqt-tracks/hcp-terraform-gcp-v2/track.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

slug: terraform-cloud-gcp-v2
title: HCP Terraform with GCP
teaser: |
Expand Down Expand Up @@ -26,7 +29,7 @@ developers:
- [email protected]
show_timer: true
idle_timeout: 300
timelimit: 1200
timelimit: 14400
lab_config:
overlay: false
width: 33
Expand Down
5 changes: 4 additions & 1 deletion instruqt-tracks/hcp-terraform-gcp/track.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

slug: terraform-cloud-gcp
id: h5wffylde93s
title: HCP Terraform with GCP
Expand Down Expand Up @@ -30,7 +33,7 @@ developers:
- [email protected]
show_timer: true
idle_timeout: 3000
timelimit: 1200
timelimit: 14400
lab_config:
overlay: false
width: 25
Expand Down
2 changes: 1 addition & 1 deletion instruqt-tracks/sentinel-cli-basics/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ developers:
- [email protected]
show_timer: true
idle_timeout: 300
timelimit: 3600
timelimit: 14400
lab_config:
overlay: false
width: 33
Expand Down
9 changes: 9 additions & 0 deletions instruqt-tracks/terraform-foundations-aws/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ developers:
- [email protected]
- [email protected]
show_timer: true
idle_timeout: 300
timelimit: 14400
lab_config:
overlay: false
width: 33
position: right
sidebar_enabled: true
feedback_recap_enabled: true
loadingMessages: true

0 comments on commit 479a90e

Please sign in to comment.