Terraform online IDE & code editor for technical interviews
Running Terraform CLI 1.2 – IntelliSense is not available
Experience the Terraform IDE yourself
See just how easy and intuitive CoderPad Interview is to use below.
Guidelines to use Terraform in this online IDE
This pad is running an environment that includes Terraform. Changes are automatically captured as you type them, and other people in the pad can see them. You can add as many files to the project as you need.
Terraform
The app is pre-configured to support Terraform.
IntelliSense
There is no current Intellisense for Terraform.
Shell
A shell is provided to you so you can inspect your container in more detail and run Terraform commands. Try terraform -help or terraform command to get started.
✅ While it’s possible to edit files directly from the shell, we recommend using the editor to make your changes. That way, other people in the pad can see your changes as they’re being made.
Container Limits
The container running your application has a few limitations. Currently, we don’t limit your CPU usage, though this may change in future. In addition to CPU, we monitor the network bandwidth that is consumed, and limit you to 75 MB for the duration of the container. Finally, we limit the amount of memory accessible to each container to 2 GB.
Providers
Out-of-the-box, there are currently no providers implemented for you to use. If you would like to run specific Terraform commands, you will need to bring your own setup.