# Infra

This log lists the architectural decisions for \[project name].

* [ADR-0000](/product/decisions/infra/0000-use-markdown-architectural-decision-records.md) - Use Markdown Architectural Decision Records
* [ADR-0001](/product/decisions/infra/0001-ci-cd-interface.md) - CI/CD Interface
* [ADR-0002](/product/decisions/infra/0002-use-custom-implementation-of-github-oidc.md) - Use custom implementation of GitHub OIDC to authenticate GitHub actions with AWS rather than using module in Terraform Registry
* [ADR-0003](/product/decisions/infra/0003-manage-ecr-in-prod-account-module.md) - Manage ECR in prod account module
* [ADR-0004](/product/decisions/infra/0004-separate-terraform-backend-configs-into-separate-config-files.md) - Separate tfbackend configs into separate files
* [ADR-0005](/product/decisions/infra/0005-database-module-design.md) - Database module design
* [ADR-0006](/product/decisions/infra/0006-provision-database-users-with-serverless-function.md) - Provision database users with serverless function
* [ADR-0007](/product/decisions/infra/0007-database-migration-architecture.md) - Database Migration Infrastructure and Deployment

For new ADRs, please use [template.md](/product/decisions/template.md) as basis. More information on MADR is available at <https://adr.github.io/madr/>. General information about architectural decision records is available at <https://adr.github.io/>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.simpler.grants.gov/product/decisions/infra.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
