Skip to content

Commit 9e35d4d

Browse files
terraform-docs: automated action
1 parent c8ea2f2 commit 9e35d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fargate_php_daemon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://docs.newrelic.com/docs/apm/agents/php-agent/advanced-installation/docker
1111
| Name | Description | Type | Default | Required |
1212
|------|-------------|------|---------|:--------:|
1313
| <a name="input_container_host_port"></a> [container\_host\_port](#input\_container\_host\_port) | The external port that the container can be connected to. | `number` | `31339` | no |
14-
| <a name="input_container_image"></a> [container\_image](#input\_container\_image) | The image used to start the container. | `string` | `"newrelic/php-daemon:10.7.0"` | no |
14+
| <a name="input_container_image"></a> [container\_image](#input\_container\_image) | The image used to start the container. | `string` | `"newrelic/php-daemon:10.11.0"` | no |
1515
| <a name="input_container_name"></a> [container\_name](#input\_container\_name) | The name of the container in the task definition. | `string` | `"new-relic"` | no |
1616
| <a name="input_container_port"></a> [container\_port](#input\_container\_port) | The port that the container is listening on. | `number` | `31339` | no |
1717
| <a name="input_ecs_cluster_name"></a> [ecs\_cluster\_name](#input\_ecs\_cluster\_name) | The name of the ECS cluster to run the task in. | `string` | n/a | yes |

0 commit comments

Comments
 (0)