How can I avoid (or redirect) providers (such as D...
# general
m
How can I avoid (or redirect) providers (such as Datadog) which use a terraform bridge and end up leaving an untracked
tfplan
and
.terraform
in my source tree?
b
this shouldn't happen, can you share how these files get created? how are you running pulumi?
m
They get created when I ran a
pulumi up
after adding the datadog provider and datadog.aws.Integration resource. I did have TF_LOG set for some debugging but can't imagine that would've affected anything.
I will check next time I run though as honestly it may be some bad state of mine elsewhere
b
the
TF_LOG
setting seems likely to have caused it