docs: infra-central deploys with OpenTofu, not HCP - #43
Merged
Conversation
infra-central moved off HCP Terraform in fil-forge/infra-central#25: state lives in S3 and its "Check and deploy" workflow runs tofu apply on dev/apps on every push to main. The "Deploying to dev" section added in #41 described the old setup, which fil-forge/infra-central#33 also corrected on that side. The mechanism this repo relies on is unchanged — merging the receiver's pull request is still what deploys. Only the description was wrong. Refs FIL-1051 Signed-off-by: Miroslav Bajtoš <oss@bajtos.net> Assisted-by: Claude
fil-forge-bot Bot
added a commit
to fil-forge/infra-central
that referenced
this pull request
Aug 20, 2026
Published from fil-forge/hilt#43 - Digest: `sha256:143a27da9a32ffbd1571696b2fafd50a7588fff04e9529b73334654f605570b4` - Commit: fil-forge/hilt@7792ca5 - Publish run: https://github.com/fil-forge/hilt/actions/runs/32368638627 Merging applies [`terraform/envs/dev/apps`](https://github.com/fil-forge/infra-central/tree/main/terraform/envs/dev/apps) with no further confirmation. Co-authored-by: fil-forge-bot[bot] <318653112+fil-forge-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
Deploying to devsection added in #41 says HCP Terraform applies the devworkspace. infra-central moved off HCP in fil-forge/infra-central#25 — state
lives in S3 now, and its
Check and deployworkflow runstofu applyondev/apps(afterapply-platform) on every push tomain.fil-forge/infra-central#33 corrected the same wording on that side.
The mechanism this repo relies on is unchanged: merging the receiver's pull
request is still what deploys. Only the description was wrong.
Changes
README.md: replace the HCP sentence, and add a[deploy]link tocheck-and-deploy.ymlnext to the existing receiver link.Docs only — no workflow or code changes.
Context
Found while porting #41 to the remaining Forge Central services, where the same
sentence had been copied across. Corrected there in the same series:
Related
Generated by Claude Code