From 579725c0b8eaea37b5ee899a98d7c601a21b15ba Mon Sep 17 00:00:00 2001 From: David Redmin Date: Fri, 6 Sep 2024 09:56:49 -0400 Subject: [PATCH] Rename repository references after clone --- CONTRIBUTING.md | 10 +++++----- README.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3515158..79d3d89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ all of which should be in this repository. If you want to report a bug or request a new feature, the most direct method is to [create an -issue](https://github.com/cisagov/skeleton-tf-module/issues) in this +issue](https://github.com/cisagov/cool-accounts-cyhy/issues) in this repository. We recommend that you first search through existing issues (both open and closed) to check if your particular issue has already been reported. If it has then you might want to add a comment @@ -25,7 +25,7 @@ one. ## Pull requests ## If you choose to [submit a pull -request](https://github.com/cisagov/skeleton-tf-module/pulls), you +request](https://github.com/cisagov/cool-accounts-cyhy/pulls), you will notice that our continuous integration (CI) system runs a fairly extensive set of linters and syntax checkers. Your pull request may fail these checks, and that's OK. If you want you can stop there and @@ -146,9 +146,9 @@ can create and configure the Python virtual environment with these commands: ```console -cd skeleton-tf-module -pyenv virtualenv skeleton-tf-module -pyenv local skeleton-tf-module +cd cool-accounts-cyhy +pyenv virtualenv cool-accounts-cyhy +pyenv local cool-accounts-cyhy pip install --requirement requirements-dev.txt ``` diff --git a/README.md b/README.md index 0bd7f2a..96c6c1d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# skeleton-tf-module # +# cool-accounts-cyhy # -[![GitHub Build Status](https://github.com/cisagov/skeleton-tf-module/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-tf-module/actions) +[![GitHub Build Status](https://github.com/cisagov/cool-accounts-cyhy/workflows/build/badge.svg)](https://github.com/cisagov/cool-accounts-cyhy/actions) This is a generic skeleton project that can be used to quickly get a new [cisagov](https://github.com/cisagov) [Terraform @@ -18,7 +18,7 @@ details on Terraform modules and the standard module structure. ```hcl module "example" { - source = "github.com/cisagov/skeleton-tf-module" + source = "github.com/cisagov/cool-accounts-cyhy" aws_region = "us-west-1" aws_availability_zone = "b" @@ -28,7 +28,7 @@ module "example" { ## Examples ## -- [Basic usage](https://github.com/cisagov/skeleton-tf-module/tree/develop/examples/basic_usage) +- [Basic usage](https://github.com/cisagov/cool-accounts-cyhy/tree/develop/examples/basic_usage) ## Requirements ##