From 43583dd86eff0f2eef200821c33fe2881727ae9a Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Feb 2025 20:50:10 -0500 Subject: [PATCH] Renamed mmccarthy404 to michaelmccarthydev --- .github/workflows/scanning.yaml | 2 +- .github/workflows/terraform-ci.yaml | 2 +- .github/workflows/terraform-docs.yaml | 2 +- terraform-aws-nat-instance/README.md | 4 ++-- terraform-aws-wireguard/README.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/scanning.yaml b/.github/workflows/scanning.yaml index 305d122..35f4f35 100644 --- a/.github/workflows/scanning.yaml +++ b/.github/workflows/scanning.yaml @@ -9,5 +9,5 @@ permissions: jobs: security: - uses: mmccarthy404/reusable-workflows/.github/workflows/scanning.yaml@v2.0.0 + uses: michaelmccarthydev/reusable-workflows/.github/workflows/scanning.yaml@v2.0.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/terraform-ci.yaml b/.github/workflows/terraform-ci.yaml index 37d377b..faad1dd 100644 --- a/.github/workflows/terraform-ci.yaml +++ b/.github/workflows/terraform-ci.yaml @@ -13,7 +13,7 @@ permissions: jobs: terraform-ci: - uses: mmccarthy404/reusable-workflows/.github/workflows/terraform-ci.yaml@v2.0.0 + uses: michaelmccarthydev/reusable-workflows/.github/workflows/terraform-ci.yaml@v2.0.0 secrets: inherit with: terraform-version: 1.5.0 diff --git a/.github/workflows/terraform-docs.yaml b/.github/workflows/terraform-docs.yaml index f75a6ed..5d5d1dd 100644 --- a/.github/workflows/terraform-docs.yaml +++ b/.github/workflows/terraform-docs.yaml @@ -16,7 +16,7 @@ jobs: - terraform-aws-nat-instance - terraform-aws-wireguard - uses: mmccarthy404/reusable-workflows/.github/workflows/terraform-docs.yaml@v2.0.0 + uses: michaelmccarthydev/reusable-workflows/.github/workflows/terraform-docs.yaml@v2.0.0 secrets: inherit with: working-dir: ${{ matrix.dir }} diff --git a/terraform-aws-nat-instance/README.md b/terraform-aws-nat-instance/README.md index d44cc13..1fb0835 100644 --- a/terraform-aws-nat-instance/README.md +++ b/terraform-aws-nat-instance/README.md @@ -9,7 +9,7 @@ This Terraform module deploys a NAT instance using [Andrew Guenther's fck_nat AM ```hcl # Create NAT instance in public subnet module "nat_instance" { - source = "git::https://github.com/mmccarthy404/terraform-modules//terraform-aws-nat-instance?ref=d6f5e426d617778ec41e7ff63e427478541e0dda" #v2.2.1 + source = "git::https://github.com/michaelmccarthydev/terraform-modules//terraform-aws-nat-instance?ref=d6f5e426d617778ec41e7ff63e427478541e0dda" #v2.2.1 instance_type = "t4g.nano" name = "nat-instance" subnet_id = "subnet-xxxxxxxxxxxxxxxxx" # public subnet @@ -97,4 +97,4 @@ This module requires that the fck_nat AMI is [available in the selected AWS regi ## Licence -This Terraform module is open source and available under the [MIT License](https://github.com/mmccarthy404/terraform-modules/blob/main/LICENSE). +This Terraform module is open source and available under the [MIT License](https://github.com/michaelmccarthydev/terraform-modules/blob/main/LICENSE). diff --git a/terraform-aws-wireguard/README.md b/terraform-aws-wireguard/README.md index 94a5ba2..4219982 100644 --- a/terraform-aws-wireguard/README.md +++ b/terraform-aws-wireguard/README.md @@ -40,7 +40,7 @@ resource "aws_eip" "wireguard" { # Create WireGuard interface VPN enabling access to private subnets from peered interfaces module "wireguard" { - source = "git::https://github.com/mmccarthy404/terraform-modules//terraform-aws-wireguard?ref=7262f775270c0e0f8499b5ae51dba30da41d7cca" #v2.2.4 + source = "git::https://github.com/michaelmccarthydev/terraform-modules//terraform-aws-wireguard?ref=7262f775270c0e0f8499b5ae51dba30da41d7cca" #v2.2.4 instance_type = "t4g.nano" name = "wireguard-instance" subnet_id = "subnet-xxxxxxxxxxxxxxxxx" # public subnet @@ -144,4 +144,4 @@ This module only manages the WireGuard interface acting as the VPN server in AWS ## Licence -This Terraform module is open source and available under the [MIT License](https://github.com/mmccarthy404/terraform-modules/blob/main/LICENSE). +This Terraform module is open source and available under the [MIT License](https://github.com/michaelmccarthydev/terraform-modules/blob/main/LICENSE).