imfreedom/bamboo-terraform

Lots of doc updates
draft
2019-05-27, Gary Kramlich
435e16a05f1c
Lots of doc updates
terraform {
backend "s3" {
region = "main"
bucket = "terraform"
endpoint = "https://data.imfreedom.org"
force_path_style = true
skip_requesting_account_id = true
skip_credentials_validation = true
skip_get_ec2_platforms = true
skip_metadata_api_check = false
skip_region_validation = true
}
}