From 8677008782105d21d66b71e6953c115d054f47ee Mon Sep 17 00:00:00 2001 From: Fraser Davidson Date: Mon, 5 Aug 2024 13:38:43 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 6 +++--- .pre-commit-config.yaml | 2 +- README.rst.j2 | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 853a382..fee5f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Download vertag uses: robinraju/release-downloader@v1.8 with: - repository: gofrontier-com/vertag + repository: ${{ github.repository_owner }}/vertag latest: true fileName: vertag_Linux_x86_64.tar.gz token: ${{ secrets.GITHUB_TOKEN }} @@ -38,6 +38,6 @@ jobs: run: | ./vertag \ --author-name "Build bot" \ - --author-email "build.bot@gofrontier.com" \ + --author-email "build.bot@frontierhq.com" \ --modules-dir "modules" \ - --remote-url "https://${BUILD_BOT_PAT}:x-oauth-basic@github.com/gofrontier-com/azurerm-terraform-modules" + --remote-url "https://${BUILD_BOT_PAT}:x-oauth-basic@github.com/${{ github.repository_owner }}/azurerm-terraform-modules" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef0c198..531b8e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: detect-private-key - id: trailing-whitespace - id: end-of-file-fixer - - repo: https://github.com/gofrontier-com/pre-commit-hooks + - repo: https://github.com/frontierhq/pre-commit-hooks rev: v0.0.1 hooks: - id: pipenv-verify diff --git a/README.rst.j2 b/README.rst.j2 index c6dbe47..2b3c200 100644 --- a/README.rst.j2 +++ b/README.rst.j2 @@ -1,7 +1,7 @@ {#- README.rst -#} -.. image:: https://github.com/gofrontier-com/azurerm-terraform-modules/actions/workflows/ci.yml/badge.svg - :target: https://github.com/gofrontier-com/azurerm-terraform-modules/actions/workflows/ci.yml +.. image:: https://github.com/frontierhq/azurerm-terraform-modules/actions/workflows/ci.yml/badge.svg + :target: https://github.com/frontierhq/azurerm-terraform-modules/actions/workflows/ci.yml ========================= azurerm-terraform-modules @@ -28,7 +28,7 @@ Usage ----- This repository maintains independent `semver `_ versioning for each module, -and produces module-specific `releases `_. +and produces module-specific `releases `_. This approach enables modules to be consumed independently of one another, and without the need for Terraform to clone the entire repository. @@ -36,14 +36,14 @@ To use a module, add a `module block `_ URL. The URL should be in the format: -``https://github.com/gofrontier-com/azurerm-terraform-modules/releases/download/[module-name]/[version]/module.tar.gz//src`` +``https://github.com/frontierhq/azurerm-terraform-modules/releases/download/[module-name]/[version]/module.tar.gz//src`` For example: .. code:: hcl module "resource_group" { - source = "https://github.com/gofrontier-com/azurerm-terraform-modules/releases/download/resource-group/1.0.0/module.tar.gz//src" + source = "https://github.com/frontierhq/azurerm-terraform-modules/releases/download/resource-group/1.0.0/module.tar.gz//src" environment = "dev" identifier = "k8s" @@ -69,13 +69,13 @@ Modules - Latest version - Source URL {%- for module in modules %} - * - `{{ module.name }} `__ - - `{{ module.version }} `__ - - ``https://github.com/gofrontier-com/azurerm-terraform-modules/releases/download/{{ module.name }}/{{ module.version }}/module.tar.gz//src`` + * - `{{ module.name }} `__ + - `{{ module.version }} `__ + - ``https://github.com/frontierhq/azurerm-terraform-modules/releases/download/{{ module.name }}/{{ module.version }}/module.tar.gz//src`` {%- endfor %} ------------ Contributing ------------ -We welcome contributions to this repository. Please see `CONTRIBUTING.md `_ for more information. +We welcome contributions to this repository. Please see `CONTRIBUTING.md `_ for more information.