You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if sns_topic is not set, the default is empty string "".
This leads to null as an element added to the list which is a NOOP change.
On each run, TF detects a drift and tries to add it.
if
sns_topic
is not set, the default is empty string "".This leads to null as an element added to the list which is a NOOP change.
On each run, TF detects a drift and tries to add it.
we are using https://github.com/cn-terraform/terraform-aws-ecs-fargate-service
version "2.0.43"
which uses this module version "1.0.9"
tf plan
better implemention would be this
or
PS:
there is no way, to set sns_topic_arn within the service module.
You may want to add the variable.
The text was updated successfully, but these errors were encountered: