Skip to content

Commit

Permalink
Renamed mmccarthy404 to michaelmccarthydev
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmccarthydev committed Feb 3, 2025
1 parent 0510e98 commit 43583dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ permissions:

jobs:
security:
uses: mmccarthy404/reusable-workflows/.github/workflows/[email protected]
uses: michaelmccarthydev/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/terraform-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
terraform-ci:
uses: mmccarthy404/reusable-workflows/.github/workflows/[email protected]
uses: michaelmccarthydev/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
with:
terraform-version: 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- terraform-aws-nat-instance
- terraform-aws-wireguard

uses: mmccarthy404/reusable-workflows/.github/workflows/[email protected]
uses: michaelmccarthydev/reusable-workflows/.github/workflows/[email protected]
secrets: inherit
with:
working-dir: ${{ matrix.dir }}
Expand Down
4 changes: 2 additions & 2 deletions terraform-aws-nat-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions terraform-aws-wireguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

0 comments on commit 43583dd

Please sign in to comment.