martriay / oz-devops

Repository for OpenZeppelin devops scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenZeppelin devops repository (oz-devops)

standard-readme compliant

Repository for OpenZeppelin devops scripts

Repository for devops scripts for the OpenZeppelin servers and services. Currently, only DNS is managed by these scripts, using terraform.

Install

Download the terraform binary.

Clone the repository and enter the dns repository:

git clone git@github.com:OpenZeppelin/oz-devops
cd oz-devops/dns

Write your AWS credetials to ~/.aws/credentials:

[default]
aws_access_key_id = $id
aws_secret_access_key = $secret

Initialize terraform:

terraform init

Usage

To apply changes, run:

terraform apply

Maintainers

elopio and spalladino.

License

All OpenZeppelin devops scripts are released under the MIT License.


Made with 😴 by the OpenZeppelin team. Check our fancier projects and services at https://openzeppelin.com.

About

Repository for OpenZeppelin devops scripts

License:MIT License


Languages

Language:HCL 100.0%