Skip to content

Commit 5ce226d

Browse files
committed
deploy: 69638f3
1 parent 4690127 commit 5ce226d

File tree

109 files changed

+22367
-7249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+22367
-7249
lines changed

caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pltf keeps Docker builds fast via Dagger cache layers and lets Terraform reuse i
1010

1111
## Terraform cache
1212

13-
- Terraform executes on the host inside `.pltf/<spec>/<env>/workspace`, and its `.terraform` directory caches providers/plugins there.
13+
- Terraform executes on the host inside `.pltf/<environment_name>/workspace` (env) or `.pltf/<environment_name>/<service_name>/workspace` (service), and its `.terraform` directory caches providers/plugins there.
1414
- Keep the workspace between runs (or share it across CI agents) to benefit from cached downloads; no extra `.terraform-plugin-cache` file or wrapper is required.
1515
- The workspace also stores plan artifacts (`.pltf-plan.tfplan`, `.pltf-plan.json`) for downstream workflows or `terraform show` references.
1616

caching/index.html

Lines changed: 213 additions & 52 deletions
Large diffs are not rendered by default.

cli/pltf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ pltf [flags]
1919

2020
```
2121
# Validate configs
22-
pltf env validate --file env.yaml
23-
pltf service validate --file service.yaml
22+
pltf validate --file env.yaml --env dev
23+
pltf validate --file service.yaml --env dev
2424
2525
# Generate Terraform for dev
26-
pltf env generate --file env.yaml --env dev
27-
pltf service generate --file service.yaml --env dev
26+
pltf generate --file env.yaml --env dev
27+
pltf generate --file service.yaml --env dev
2828
2929
# Scaffold module metadata for an existing TF module
3030
pltf module init --path ./modules/aws_eks

cli/pltf/index.html

Lines changed: 255 additions & 121 deletions
Large diffs are not rendered by default.

cli/pltf_completion/index.html

Lines changed: 620 additions & 34 deletions
Large diffs are not rendered by default.

cli/pltf_completion_bash/index.html

Lines changed: 620 additions & 34 deletions
Large diffs are not rendered by default.

cli/pltf_completion_fish/index.html

Lines changed: 620 additions & 34 deletions
Large diffs are not rendered by default.

cli/pltf_completion_powershell/index.html

Lines changed: 620 additions & 34 deletions
Large diffs are not rendered by default.

cli/pltf_completion_zsh/index.html

Lines changed: 620 additions & 34 deletions
Large diffs are not rendered by default.

cli/pltf_generate/index.html

Lines changed: 248 additions & 114 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)