Skip to content

feat(terraform): align partner testnet env contract#14

Merged
auto-mausx merged 1 commit intomainfrom
feat/testnet-partner-env-alignment
Mar 23, 2026
Merged

feat(terraform): align partner testnet env contract#14
auto-mausx merged 1 commit intomainfrom
feat/testnet-partner-env-alignment

Conversation

@auto-mausx
Copy link
Copy Markdown
Contributor

Summary

  • align terraform/partner-testnet with the current testnet env contract used in sig-kustomize
  • replace the legacy single Solana RPC secret with split HTTP and WS secret inputs
  • add Hydration env inputs to the partner testnet Terraform model
  • update the example testnet tfvars accordingly

Why

The current partner-testnet Terraform shape is behind what testnet nodes are already using. This ports the relevant env/secret contract updates without changing the intended raw IP + port testnet deployment model.

Changes

  • add sol_rpc_http_url_secret_id and sol_rpc_ws_url_secret_id
  • add hydration_rpc_ws_url and hydration_signer_uri
  • update main.tf env wiring to emit:
    • MPC_SOL_RPC_HTTP_URL
    • MPC_SOL_RPC_WS_URL
    • MPC_HYDRATION_RPC_WS_URL
    • MPC_HYDRATION_SIGNER_URI
  • update the example tfvars to match

Notes

  • intentionally preserves the existing testnet raw IP/port model for MPC_LOCAL_ADDRESS
  • does not include any wrapper/CLI work

@auto-mausx auto-mausx self-assigned this Mar 23, 2026
@auto-mausx auto-mausx merged commit 6f19180 into main Mar 23, 2026
2 checks passed
@auto-mausx auto-mausx deleted the feat/testnet-partner-env-alignment branch March 23, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant