Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCDL-251 Taxonomy Alignment - HCP Terraform #419

Merged
merged 31 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
43c38ec
VCDL-252 taxonomy changes
jennamwong Apr 5, 2024
acb2954
Update track slug
jennamwong Apr 22, 2024
ae5b3cc
Update instruqt team
jennamwong Apr 22, 2024
d5ca945
Removing checksum
jennamwong Apr 22, 2024
f6250bd
Remove track id
jennamwong Apr 22, 2024
5bb84d2
VCDL-252 rename directories terraform-cloud-csp to hcp-terraform-csp
jennamwong Apr 22, 2024
4ddd08f
VCDL-250 Taxonomy Alignment - HCP Terraform
jennamwong Mar 27, 2024
480438d
VCDL-250 taxonomy changes to sentinel slides
jennamwong Apr 22, 2024
fdd0dd4
VCDL-250 updating sentinel slides
jennamwong Apr 23, 2024
735b8bf
VCDL-249 taxonomy changes; TFC to HCP Terraform
jennamwong Apr 4, 2024
dbddceb
VCDL-249 taxonomy changes; TFC to HCP Terraform
jennamwong Apr 4, 2024
5d6f00e
VCDL-249 taxonomy changes; TFC to HCP Terraform
jennamwong Apr 4, 2024
f5d8a56
VCDL-249 taxonomy updates
jennamwong Apr 5, 2024
68b9180
VCDL-249 taxonomy updates
jennamwong Apr 5, 2024
4f159b4
VCDL-249 taxonomy updates
jennamwong Apr 5, 2024
064bbe8
VCDL-249 taxonomy updates; TFC to HCP Terraform
jennamwong Apr 5, 2024
b62184c
VCDL-251 Taxonomy Alignment - HCP Terraform
jennamwong Mar 28, 2024
09fe92c
Update assignment.md - take out Terraform Cloud
jennamwong Apr 22, 2024
78578f2
Update assignment.md -- take out Terraform Cloud
jennamwong Apr 22, 2024
7115394
Update assignment.md -- take out Terraform Cloud
jennamwong Apr 22, 2024
44dd2f2
VCDL-251 additional changes - renaming slide directories
jennamwong Apr 22, 2024
16dfa09
VCDL-251 changing directory path for hcp-terraform
jennamwong Apr 22, 2024
e39bb36
VCDL-251 more taxonomy updates
jennamwong Apr 23, 2024
b43bba3
VCDL-251 taxonomy changes
jennamwong Apr 24, 2024
4a2f414
VCDL-251 changing slugs back to tfc
jennamwong May 1, 2024
e27067c
VCDL-251 changing links back to tfc slug
jennamwong May 1, 2024
2d6fa39
Update index.html
jennamwong May 2, 2024
f6e35b5
Update instruqt-tracks/hcp-terraform-aws/track.yml
jennamwong May 2, 2024
3087371
Update instruqt-tracks/hcp-terraform-aws-v2/track.yml
jennamwong May 2, 2024
2fe21ea
Update instruqt-tracks/hcp-terraform-azure/track.yml
jennamwong May 2, 2024
479a90e
VCDL-251 changing track time limit and grammar issues
jennamwong May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-gcp-v2
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-aws-v2
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-gcp-v2/**'
- 'instruqt-tracks/hcp-terraform-aws-v2/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-gcp-v2"
working_directory: "instruqt-tracks/hcp-terraform-aws-v2"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-gcp
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-aws
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-gcp/**'
- 'instruqt-tracks/hcp-terraform-aws/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-gcp"
working_directory: "instruqt-tracks/hcp-terraform-aws"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-aws-v2
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-azure-v2
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-aws-v2/**'
- 'instruqt-tracks/hcp-terraform-azure-v2/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-aws-v2"
working_directory: "instruqt-tracks/hcp-terraform-azure-v2"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-aws
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-azure
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-aws/**'
- 'instruqt-tracks/hcp-terraform-azure/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-aws"
working_directory: "instruqt-tracks/hcp-terraform-azure"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-bonus-lab
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-bonus-lab
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-bonus-lab/**'
- 'instruqt-tracks/hcp-terraform-bonus-lab/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-bonus-lab"
working_directory: "instruqt-tracks/hcp-terraform-bonus-lab"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-azure-v2
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-gcp-v2
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-azure-v2/**'
- 'instruqt-tracks/hcp-terraform-gcp-v2/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-azure-v2"
working_directory: "instruqt-tracks/hcp-terraform-gcp-v2"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-cloud-azure
name: hashicorp/field-workshops-terraform/deploy-hcp-terraform-gcp
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-cloud-azure/**'
- 'instruqt-tracks/hcp-terraform-gcp/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-cloud-azure"
working_directory: "instruqt-tracks/hcp-terraform-gcp"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
working_directory: instruqt-tracks/sentinel-for-terraform-v4
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
terraform-cloud-aws:
hcp-terraform-aws:
uses: ./.github/workflows/instruqt-track-test.yml
with:
working_directory: instruqt-tracks/terraform-cloud-aws
working_directory: instruqt-tracks/hcp-terraform-aws
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
terraform-cloud-azure:
hcp-terraform-azure:
uses: ./.github/workflows/instruqt-track-test.yml
with:
working_directory: instruqt-tracks/terraform-cloud-azure
working_directory: instruqt-tracks/hcp-terraform-azure
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
terraform-cloud-gcp:
hcp-terraform-gcp:
uses: ./.github/workflows/instruqt-track-test.yml
with:
working_directory: instruqt-tracks/terraform-cloud-gcp
working_directory: instruqt-tracks/hcp-terraform-gcp
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
terraform-foundations-aws:
Expand Down Expand Up @@ -76,9 +76,9 @@ jobs:
needs:
- sentinel-cli-basics
- sentinel-for-terraform-v4
- terraform-cloud-aws
- terraform-cloud-azure
- terraform-cloud-gcp
- hcp-terraform-aws
- hcp-terraform-azure
- hcp-terraform-gcp
- terraform-foundations-aws
- terraform-intro-aws
- terraform-intro-azure
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ When creating slides for a new workshop, you will need to do the following:
]
```

Whether you create a single-part or multi-part slide show, users will be able to access all of your slides with a URL like https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-oss/index.html, but they can leave off `index.html`.
Whether you create a single-part or multi-part slide show, users will be able to access all of your slides with a URL like https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-community/index.html, but they can leave off `index.html`.

If you create a multi-part slide show, users will also be able to access each part of your slide show separately at URLs like these:
* https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-oss/terraform-1.html
* https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-oss/terraform-2.html
* https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-community/terraform-1.html
* https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-community/terraform-2.html

Each workshop should give the full link (or links) to that workshop's slides in one of its first few slides.

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ name: terraform-workshops
### This repository contains Terraform workshops.
* They are organized by cloud.
* Workshops for each cloud are organized by type:
1. Terraform OSS
1. Terraform Community Edition
1. Terraform Enterprise

???
Expand All @@ -49,9 +49,9 @@ You can also indent one kind of list under another as done in this slide. To ma
name:workshop-slides
# Viewing Workshop Slides
#### You can view workshop slides with URLs like these:
* https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-oss/index.html
* https://hashicorp.github.io/field-workshops-terraform/slides/azure/terraform-oss/index.html
* https://hashicorp.github.io/field-workshops-terraform/slides/gcp/terraform-oss/index.html
* https://hashicorp.github.io/field-workshops-terraform/slides/aws/terraform-community/index.html
* https://hashicorp.github.io/field-workshops-terraform/slides/azure/terraform-community/index.html
* https://hashicorp.github.io/field-workshops-terraform/slides/gcp/terraform-community/index.html

???
The workshop slides are written in Remark.js.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>

<head>
<title>Terraform Cloud on GCP</title>
<title>HCP Terraform on AWS</title>
jennamwong marked this conversation as resolved.
Show resolved Hide resolved
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel="icon" href="fav-icon/icon.svg" type="image/svg+xml" sizes="32x32" />
Expand Down Expand Up @@ -358,7 +358,7 @@
// want to ignore. The following slides do not active the
// lightbox - this is an all-or-nothing approach and can be improved.
const ignore_ids = [
"slide-Intro-to-Terraform-Cloud",
"slide-Intro-to-hcp-terraform",
"slide-terraform-adoption-journey",
"slide-lab-guidance-01",
"slide-lab-guidance-02",
Expand Down
Loading