Detects changes in parameter store values by identifying the version of them
Whenever any parameter store value is updated, the map of parameter store name => parameter store version
changes in the null_resource
(it displays in the terminal.) The aws_ecs_task_definition
will be re-created if null_resource
is re-created.