Terraform GitHub Secret

Download Terraform
Extract zip file
→ run terraform.exe
check terraform version
terraform --version

Download terraform code from here

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 (
CtrlP
) instead.