Skip to content

Commit

Permalink
Rename repository references after clone
Browse files Browse the repository at this point in the history
  • Loading branch information
dav3r committed Sep 6, 2024
1 parent f26dccd commit 579725c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -146,9 +146,9 @@ can create and configure the Python virtual environment with these
commands:

```console
cd skeleton-tf-module
pyenv virtualenv <python_version_to_use> skeleton-tf-module
pyenv local skeleton-tf-module
cd cool-accounts-cyhy
pyenv virtualenv <python_version_to_use> cool-accounts-cyhy
pyenv local cool-accounts-cyhy
pip install --requirement requirements-dev.txt
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand All @@ -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)

<!-- BEGIN_TF_DOCS -->
## Requirements ##
Expand Down

0 comments on commit 579725c

Please sign in to comment.