Skip to content

Commit 71c6d1e

Browse files
committed
Doc link fixes
Ignoring link checking on `template-infra-azure` repo links since it's currently a private repo, so unauthenticated checks will 404.
1 parent dcc274a commit 71c6d1e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/markdownlint-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
},
99
{
1010
"pattern": "127.0.0.1"
11+
},
12+
{
13+
"pattern": " https://github.com/navapbc/template-infra-azure"
1114
}
1215
],
1316
"replacementPatterns": [
1417
{
1518
"pattern": "^/",
1619
"replacement": "{{BASEURL}}/"
1720
}
18-
]
21+
]
1922
}

docs/infra/infrastructure-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ files](https://developer.hashicorp.com/terraform/language/values/variables#assig
5959
1. Eliminate the possibility of passing in the incorrect `.tfvars` file to
6060
`terraform plan/apply`. Since we [reuse the same root module with multiple
6161
terraform backend
62-
configs](/docs/decisions/infra/2023-05-09-separate-terraform-backend-configs-into-separate-config-files.md),
62+
configs](https://github.com/navapbc/template-infra/blob/main/docs/decisions/infra/2023-05-09-separate-terraform-backend-configs-into-separate-config-files.md),
6363
having separate `.tfvars` requires that after `terraform init` is called with
6464
a specific `-backend-config` file, the corresponding `.tfvars` file needs to
6565
be passed to `terraform plan`/`terraform apply`. This creates opportunity for

docs/infra/set-up-app-env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ folder. It defaults to `app`. `ENVIRONMENT` needs to be the name of the
3232
environment you are creating. This will create a file called
3333
`<ENVIRONMENT>.s3.tfbackend` in the `infra/app/service` module directory.
3434

35-
Depending on the value of `has_database` in the [app-config
36-
module](/infra/app/app-config/main.tf), the application will be configured with
35+
Depending on the value of `has_database` in the app-config module
36+
(`infra/<APP_NAME>/app-config/main.tf`), the application will be configured with
3737
or without database access.
3838

3939
## 2. Build and publish the application to the application build repository

docs/infra/set-up-azure-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The Azure account setup process will:
1919
* You'll need to have [set up infrastructure
2020
tools](./set-up-infrastructure-tools.md), like Terraform, Azure CLI, and Azure
2121
authentication.
22+
<!-- markdown-link-check-disable-next-line -->
2223
* You'll also need to make sure the [project is
2324
configured](/infra/project-config/main.tf).
2425
* You will ultimately want to set an `infra_admins` entry for the given

0 commit comments

Comments
 (0)