diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index 384a83e..9b6bf0a 100644 --- a/.github/workflows/vercel.yml +++ b/.github/workflows/vercel.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: tfcWorkspaceName: hcup-be-${{ github.head_ref }} - tfcOrg: hashicorp-training + tfcOrg: tfe-whales steps: - name: Checkout uses: actions/checkout@v2 diff --git a/main.tf b/main.tf index 2ac4bbf..91a1cef 100644 --- a/main.tf +++ b/main.tf @@ -1,7 +1,7 @@ terraform { cloud { hostname = "app.terraform.io" - organization = "hashicorp-training" + organization = "tfe-whales" workspaces { tags = ["hashicupsBackend"] } diff --git a/preview-env/main.tf b/preview-env/main.tf index 1ed96d2..214928c 100644 --- a/preview-env/main.tf +++ b/preview-env/main.tf @@ -6,7 +6,7 @@ data "terraform_remote_state" "shared" { backend = "remote" config = { - organization = "hashicorp-training" + organization = "tfe-whales" workspaces = { name = "hcup-be-shared" } diff --git a/src/components/Header.js b/src/components/Header.js index ba56f02..a1ac066 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -59,6 +59,7 @@ export default function Header(props) {
+

HashiCups