- Updating variables.tf `saml_auth_proxy_image = 1.16.1` -> `saml_auth_proxy_image = 1.17.3`
Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| aws | 6.8.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_access_logs | n/a | map(string) |
{} |
no |
| 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.16.1@sha256:5be44e1f1232279774be48f6719a6a3ca0b0510bb2459ee6cf9c5015da1ab60c" |
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_security_group | n/a |
| lb_target_group_arn | Keep for legacy support for now |
| name | n/a |
| secretsmanager_secret_id | n/a |