Skip to content

Commit 6db556c

Browse files
authored
Merge pull request #5 from clamoriniere/feature/update-default-image
Use public.ecr.aws registry for the default datadog-agent image
2 parents 2d1e0e7 + a10df20 commit 6db556c

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)