Skip to content

Commit

Permalink
use ECS_CONTAINER_METADATA_URI again
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 2, 2024
1 parent 52828e1 commit da3cfb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ resource "aws_ecs_task_definition" "chaps_yarp_task_definition" {
}
environment = [
{
"name": "ECS_CONTAINER_METADATA_URI_V4",
"value": "ECS_CONTAINER_METADATA_URI_V4"
"name": "ECS_CONTAINER_METADATA_URI",
"value": "ECS_CONTAINER_METADATA_URI"
},
{
name = "Instance"
Expand Down

0 comments on commit da3cfb8

Please sign in to comment.