imfreedom/bamboo-terraform

set bamboo capabilities to an empty dict by default
draft default tip
2019-10-01, Gary Kramlich
05b5b1440935
set bamboo capabilities to an empty dict by default
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
}
}