An open API service indexing awesome lists of open source software.

https://github.com/khuedoan/virtual-networks

Virtual networks and membership settings as code
https://github.com/khuedoan/virtual-networks

iaas zerotier

Last synced: 6 months ago
JSON representation

Virtual networks and membership settings as code

Awesome Lists containing this project

README

          

# Virtual Networks

## Prerequisites

- Accounts:
- ZeroTier
- Terraform Cloud
- Create a Terraform workspace named `virtual-networks`
- Create a ZeroTier Central API Token at
- Create an environment variable for the token:
- Key: `ZEROTIER_CENTRAL_TOKEN`
- Value: `abcdefghijklmnopqrstuvwxyz` (from the previous step)
- Sensitive: `true`
- Description: `ZeroTier Central API Token`

## Setup GitHub Actions

- Create another Terraform Cloud API token named `github-actions`
- Go to GitHub project Settings -> Secrets -> New repository secret:
- Name: `TF_API_TOKEN`
- Value: `mysupersecret.token.abcdefghijklmnop` (from the previous step)