Fleet Terraform Module Example
This code provides some example usage of the Fleet Terraform module, including how some addons can be used to extend functionality.
Due to Terraform issues, this code requires 3 applies "from scratch":
terraform apply -target module.fleet.module.vpc
terraform apply -target module.fleet
terraform apply
Requirements
Providers
Modules
| Name |
Source |
Version |
| acm |
terraform-aws-modules/acm/aws |
4.3.1 |
| fleet |
github.com/fleetdm/fleet//terraform |
tf-mod-root-v1.7.1 |
| migrations |
github.com/fleetdm/fleet//terraform/addons/migrations |
tf-mod-addon-migrations-v2.0.0 |
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| domain_name |
domain name to host fleet under |
string |
n/a |
yes |
| vpc_name |
name of the vpc to provision |
string |
"fleet" |
no |
| zone_name |
the name to give to your hosted zone |
string |
"fleet" |
no |
Outputs
No outputs.