Important Grid Update: Action Required for Some Deployment Tools

Important Grid Update: Action Required for Some Deployment Tools

Dear builders and explorers of the ThreeFold Universe,

We want to inform you about a recent update to the ThreeFold Grid that may affect the user experience for those deploying workloads. Please read through this post to ensure your new deployments function smoothly.

What’s Happening?

There has been an infrastructure update on the grid that requires some adjustments to your deployment tools. The impact varies depending on which tools you’re using.

How to Resolve Potential Issues

Dashboard Users

  • No action required - The update has been automatically applied to the Dashboard.

TFGRID-SDK-GO Tools Users (TFROBOT, TFCMD, etc.)

Terraform Users

  • Action required - You need to force the use of the relay address in your main.tf file
  • Add or update the provider configuration as follows:
provider "grid" {
  mnemonic  = var.mnemonic
  network   = "main"
  relay_url = "wss://relay.grid.tf" # Force specific relay URL
}

Why This Matters

Ensuring you’re using the latest tools and configurations will help maintain seamless connectivity with the grid and prevent any deployment issues that might arise from the recent infrastructure changes.

If you encounter any problems after implementing these changes, please don’t hesitate to reach out to our support team or post in the forum below.

Thank you for your cooperation and continued support of the ThreeFold Grid!

Best regards,
ThreeFold Team