JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Terraform Digital Ocean Script
Terraform Digital Ocean Script
Terraform Digital Ocean Script v2
Terraform Vercel
Terraform MongoDB(PaidTier)
Terraform MongoDB(FreeTier)
Terraform + Private Repo Clone with SSH Key
Terraform Strapi
Terraform GitHub Secret
Terraform + Secret Manager
Untitled sync page
Terraform GitHub action CronJob
Terraform + Multi Repo Setup
SSO-Ready
More
Share
Explore
Terraform GitHub Secret
Download Terraform
https://releases.hashicorp.com/terraform/1.9.5/terraform_1.9.5_windows_amd64.zip
Extract zip file
→ run terraform.exe
check terraform version
terraform --version
Download terraform code from here
Github
Create terraform.tfvars file
github_token =
" " #github token
repository =
" " #repo name
owner =
" " #org_name & owner_name
secrets = {
MY_SECRET_1 =
"super_secret_value"
MY_SECRET_2 =
"another_value"
}
#add secret according to your requirements
Save the file
→ Open Terminal in that Folder
terraform init
terraform plan
terraform apply
in terminal
it print out Droplet URL
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.