This repository contains a collection of Terraform modules for deploying various common infrastructure patterns on one or more cloud providers.
module "test" {
source = "git::https://github.com/vitalvas/terraform.git//src/<module name>?ref=master"
}
module "zone" {
source = "git::https://github.com/vitalvas/terraform.git//src/cloudflare-zone?ref=master"
name = "vitalvas.dev"
account_id = "..."
records = []
}