Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 495 Bytes

File metadata and controls

21 lines (15 loc) · 495 Bytes

Static Badge Static Badge

DigitalOcean

Terraform na DigitalOcean provisionando um loadbalancer com certificado https.

Criar infra

ssh-keygen -t rsa -C "[email protected]" -f ./tokens/tf-digitalocean-exemplo
terraform init
terraform apply

Excluir infra

terraform destroy
rm -f ./tokens/tf-digitalocean-exemplo ./tokens/tf-digitalocean-exemplo.pub