fextr
Results
2
comments of
fextr
> > single option to get an expected result of not tracking image tag changes outside of Terraform is to have a separate resource for the ECS container definition >...
I managed to solve the same problem with the help of `track_latest = true` and SSM parameter (`hashicorp/aws v5.37.0`+): ```terraform resource "aws_ssm_parameter" "image_tag" { name = "image-tag-name" type = "String"...