imfreedom/bamboo-terraform

Try to get qemu-user-static working with cpu passthrough, but nope, still no dice
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
}
}