mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
4.2 KiB
4.2 KiB
Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| aws | 5.17.0 |
Modules
| Name | Source | Version |
|---|---|---|
| saml_auth_proxy_alb | terraform-aws-modules/alb/aws | 8.2.1 |
Resources
| Name | Type |
|---|---|
| aws_cloudwatch_log_group.saml_auth_proxy | resource |
| aws_ecs_service.saml_auth_proxy | resource |
| aws_ecs_task_definition.saml_auth_proxy | resource |
| aws_iam_policy.saml_auth_proxy | resource |
| aws_secretsmanager_secret.saml_auth_proxy_cert | resource |
| aws_security_group.saml_auth_proxy_alb | resource |
| aws_security_group.saml_auth_proxy_service | resource |
| aws_iam_policy_document.saml_auth_proxy | data source |
| aws_region.current | data source |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| alb_target_group_arn | n/a | string |
n/a | yes |
| base_url | n/a | string |
n/a | yes |
| cookie_max_age | n/a | string |
"1h" |
no |
| customer_prefix | customer prefix to use to namespace all resources | string |
"fleet" |
no |
| ecs_cluster | n/a | string |
n/a | yes |
| ecs_execution_iam_role_arn | n/a | string |
n/a | yes |
| ecs_iam_role_arn | n/a | string |
n/a | yes |
| idp_metadata_url | n/a | string |
n/a | yes |
| logging_options | n/a | object({ |
n/a | yes |
| proxy_containers | n/a | number |
1 |
no |
| saml_auth_proxy_image | n/a | string |
"itzg/saml-auth-proxy:1.12.0@sha256:ddff17caa00c1aad64d6c7b2e1d5eb93d97321c34d8ad12a25cfd8ce203db723" |
no |
| security_groups | n/a | list(string) |
n/a | yes |
| subnets | n/a | list(string) |
n/a | yes |
| vpc_id | n/a | string |
n/a | yes |
Outputs
| Name | Description |
|---|---|
| fleet_extra_execution_policies | n/a |
| lb | n/a |
| lb_target_group_arn | Keep for legacy support for now |
| name | n/a |
| secretsmanager_secret_id | n/a |