imfreedom/bamboo-terraform

a70f5ef491c9
make sure the cloud init images end up in the right pool
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
}
}