Archived
Harden standalone setup and docs messaging
This commit is contained in:
@@ -65,6 +65,13 @@ See the `examples/` directory:
|
|||||||
- `./scripts/check.sh` - formatting, vet, and unit tests
|
- `./scripts/check.sh` - formatting, vet, and unit tests
|
||||||
- `./scripts/testacc.sh` - acceptance tests only
|
- `./scripts/testacc.sh` - acceptance tests only
|
||||||
|
|
||||||
|
### Standalone repository guarantee
|
||||||
|
|
||||||
|
This repository is intentionally self-contained:
|
||||||
|
- no dependency on sibling repositories
|
||||||
|
- no dependency on external helper scripts (for example `services-up.sh`)
|
||||||
|
- no hardcoded local paths (for example `/workspace/...` or `/home/...`)
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ source "$SCRIPT_DIR/lib.sh"
|
|||||||
cd_repo_root
|
cd_repo_root
|
||||||
|
|
||||||
log "Preparing repository-local Codex environment in $(pwd)"
|
log "Preparing repository-local Codex environment in $(pwd)"
|
||||||
|
log "Using standalone setup (no external repositories or helper scripts required)"
|
||||||
|
|
||||||
for cmd in bash git; do
|
for cmd in bash git; do
|
||||||
have "$cmd" || die "$cmd is required"
|
have "$cmd" || die "$cmd is required"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ description: |-
|
|||||||
# dynu Provider
|
# dynu Provider
|
||||||
|
|
||||||
The `dynu` provider lets Terraform read Dynu DNS domain and record data.
|
The `dynu` provider lets Terraform read Dynu DNS domain and record data.
|
||||||
|
This provider repository is standalone and does not require any external companion repository or helper script.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user