Skip to content

Commit a10df20

Browse files
committed
Use public.ecr.aws registry for the default datadog-agent image
Using public.erc.aws registry provides a better integration on the AWS ECS environment: * reduce network cost * better availability
1 parent f154d75 commit a10df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "secret_names" {
2626

2727
variable "docker_image_name" {
2828
type = string
29-
default = "datadog/agent"
29+
default = "public.ecr.aws/datadog/agent"
3030
}
3131

3232
variable "docker_image_tag" {

0 commit comments

Comments
 (0)