We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe5744 commit c8ea2f2Copy full SHA for c8ea2f2
modules/fargate_php_daemon/variables.tf
@@ -8,7 +8,7 @@ variable "tags" {
8
## CONTAINER
9
variable "container_image" {
10
description = "The image used to start the container."
11
- default = "newrelic/php-daemon:10.7.0"
+ default = "newrelic/php-daemon:10.11.0"
12
type = string
13
}
14
0 commit comments