mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
|
|
||
|---|---|---|
| .. | ||
| .header.md | ||
| .terraform-docs.yml | ||
| main.tf | ||
| migrate.sh | ||
| outputs.tf | ||
| README.md | ||
| variables.tf | ||
Migrations addon
This addon enables automatic migrations for Fleet. Due to limitations in the AWS provider for Terraform, only Linux platforms are supported. This module uses the local-exec provisioner to call aws-cli to complete migrations. Due to this, the following commands must be available to the shell:
- aws
Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| aws | 5.31.0 |
| null | 3.2.2 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| null_resource.main | resource |
| aws_region.current | data source |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| desired_count | n/a | number |
n/a | yes |
| ecs_cluster | n/a | string |
n/a | yes |
| ecs_service | n/a | string |
n/a | yes |
| min_capacity | n/a | number |
n/a | yes |
| security_groups | n/a | list(string) |
n/a | yes |
| subnets | n/a | list(string) |
n/a | yes |
| task_definition | n/a | string |
n/a | yes |
| task_definition_revision | n/a | number |
n/a | yes |
Outputs
No outputs.