File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ No requirements.
66
77| Name | Version |
88| ------| ---------|
9- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.17 .0 |
9+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 6.0 .0 |
1010
1111## Modules
1212
@@ -41,9 +41,9 @@ No requirements.
4141| <a name =" input_ecs_execution_iam_role_arn " ></a > [ ecs\_ execution\_ iam\_ role\_ arn] ( #input\_ ecs\_ execution\_ iam\_ role\_ arn ) | n/a | ` string ` | n/a | yes |
4242| <a name =" input_ecs_iam_role_arn " ></a > [ ecs\_ iam\_ role\_ arn] ( #input\_ ecs\_ iam\_ role\_ arn ) | n/a | ` string ` | n/a | yes |
4343| <a name =" input_idp_metadata_url " ></a > [ idp\_ metadata\_ url] ( #input\_ idp\_ metadata\_ url ) | n/a | ` string ` | n/a | yes |
44- | <a name =" input_logging_options " ></a > [ logging\_ options] ( #input\_ logging\_ options ) | n/a | <pre >object({<br > awslogs-group = string<br > awslogs-region = string<br > awslogs-stream-prefix = string<br > })</pre > | n/a | yes |
44+ | <a name =" input_logging_options " ></a > [ logging\_ options] ( #input\_ logging\_ options ) | n/a | <pre >object({<br / > awslogs-group = string<br / > awslogs-region = string<br / > awslogs-stream-prefix = string<br / > })</pre > | n/a | yes |
4545| <a name =" input_proxy_containers " ></a > [ proxy\_ containers] ( #input\_ proxy\_ containers ) | n/a | ` number ` | ` 1 ` | no |
46- | <a name =" input_saml_auth_proxy_image " ></a > [ saml\_ auth\_ proxy\_ image] ( #input\_ saml\_ auth\_ proxy\_ image ) | n/a | ` string ` | ` "itzg/saml-auth-proxy:1.12.0 @sha256:ddff17caa00c1aad64d6c7b2e1d5eb93d97321c34d8ad12a25cfd8ce203db723 " ` | no |
46+ | <a name =" input_saml_auth_proxy_image " ></a > [ saml\_ auth\_ proxy\_ image] ( #input\_ saml\_ auth\_ proxy\_ image ) | n/a | ` string ` | ` "itzg/saml-auth-proxy:1.16.1 @sha256:5be44e1f1232279774be48f6719a6a3ca0b0510bb2459ee6cf9c5015da1ab60c " ` | no |
4747| <a name =" input_security_groups " ></a > [ security\_ groups] ( #input\_ security\_ groups ) | n/a | ` list(string) ` | n/a | yes |
4848| <a name =" input_subnets " ></a > [ subnets] ( #input\_ subnets ) | n/a | ` list(string) ` | n/a | yes |
4949| <a name =" input_vpc_id " ></a > [ vpc\_ id] ( #input\_ vpc\_ id ) | n/a | ` string ` | n/a | yes |
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ variable "logging_options" {
5353
5454variable "saml_auth_proxy_image" {
5555 type = string
56- default = " itzg/saml-auth-proxy:1.16.0 @sha256:79ff45f45efb4605a250bfcd92651435963477d8a4265b713b016190efa20503 "
56+ default = " itzg/saml-auth-proxy:1.16.1 @sha256:5be44e1f1232279774be48f6719a6a3ca0b0510bb2459ee6cf9c5015da1ab60c "
5757}
5858
5959variable "security_groups" {
You can’t perform that action at this time.
0 commit comments