Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.92 KB

File metadata and controls

27 lines (19 loc) · 1.92 KB

Barebones Basic Dashboard

This demo provides the essentials needed to create your first dashboard via Terraform. If you're eager to connect and explore on your own, this quick demo involves just three steps to get you started.

  1. Install Terraform - Follow this guide to install Terraform on your machine.
  2. Populate the placeholders with values from your environment:
  3. Initialize and apply Terraform:
    • Run terraform init to initialize the setup. This command prepares your directory for Terraform operations.
    • Execute terraform apply to apply the configurations. Confirm the actions Terraform proposes before it makes changes to your infrastructure.

Once completed, you will have a simple, yet fully Terraform-created dashboard: image

Additional Information

Getting Your Workspace ID

To locate your workspace ID, navigate to your desired workspace and extract the ID from the URL, as highlighted in the screenshot below. The ID starts with space-.

workspace ID image

Security Note

Remember to keep your API key secure. Avoid publishing it in public repositories or sharing it in insecure environments.

Troubleshooting

If you encounter issues during installation or application of Terraform, verify your API key and workspace ID, check for typos, and ensure your internet connection is stable.