terraform/website/source
Martin Atkins ef161e1c1b Various interpolation functions for CIDR range manipulation.
These new functions allow Terraform to be used for network address space
planning tasks, and make it easier to produce reusable modules that
contain or depend on network infrastructure.

For example:
- cidrsubnet allows an aws_subnet to derive its
  CIDR prefix from its parent aws_vpc.
- cidrhost allows a fixed IP address for a resource to be assigned within
  an address range defined elsewhere.
- cidrnetmask provides the dotted-decimal form of a prefix length that is
  accepted by some systems such as routing tables and static network
  interface configuration files.

The bulk of the work here is done by an external library I authored called
go-cidr. It is MIT licensed and was implemented primarily for the purpose
of using it within Terraform. It has its own unit tests and so the unit
tests within this change focus on simple success cases and on the correct
handling of the various error cases.
2015-10-22 08:10:52 -07:00
..
assets vsphere docs; first draft 2015-10-15 09:18:05 -05:00
docs Various interpolation functions for CIDR range manipulation. 2015-10-22 08:10:52 -07:00
intro Updated note about variable files 2015-10-10 17:25:44 -07:00
layouts CodeDeploy links to the AWS provider sidebar. 2015-10-21 08:44:32 -07:00
.gitignore
404.html.erb Update 404 page 2015-09-19 17:42:33 +01:00
community.html.erb website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
downloads.html.erb docs: add description of archive format to download page 2015-06-16 16:39:57 -05:00
index.html.erb
robots.txt
sitemap.xml.builder