Skip to content

Instantly share code, notes, and snippets.

View mateuspiresl's full-sized avatar

Mateus Pires mateuspiresl

View GitHub Profile
@mateuspiresl
mateuspiresl / ibpapi_doc.md
Last active November 12, 2019 16:35
IBPClub API documentation for suppliers

IBP Club API

A API da IBP Club pode ser utilizada para ter acesso a suas informações de pagamentos.

Endereços da API:

Tipo Endereço
Produção ibpapps.herokuapps.com
Teste ibpapps-qa.herokuapps.com
@mateuspiresl
mateuspiresl / pca-lab-minecraft-server.tf
Last active April 28, 2024 00:57
Lab - Essential Google Cloud Infrastructure: Foundation > Virtual Machines (task 2)
# there is variables.tf file defined and not included here
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "3.55.0"
}
}
}