Skip to content

frozenfoxx/terraform-churchoffoxx

Repository files navigation

terraform-churchoffoxx

This describes infrastructure for churchoffoxx.net.

Requirements

Usage

$ rm -rf .terraform
$ terraform init
$ bash -c 'terraform [command]'

Files

  • [role].tf: primary execution file for a role.
  • backends.tf: host backends, typically for state file storage.
  • data_sources.tf: all data sources.
  • main.auto.tfvars: automatically filled-out ENV vars.
    • NOTE: user-supplied, non-committed, optional in place of ENV vars.
  • main.auto.tfvars.example: example file for main.auto.tfvars.
  • outputs.tf: output of a Terraform run.
  • providers.tf: description of all relevant providers.
  • variables.tf: variables file.

About

TerraForm code for deploying Church of Foxx infrastructure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published