This message was deleted.
# atlantis-community
s
This message was deleted.
d
How are you setting those variables? Do you have a local tfvars files that doesn't exist in Atlantis or your code repo?
m
They are currently being set as Environment variables loaded from a secret via the helm chart when its installed.
This module doesn't have any variables so there is not tfvars file involved.
j
This is likely a provider problem where whatever creds you are passing to a provider or providers is not set or recognized
m
hmmm... I see where the problem might be coming from. Let me look into that.
👍 1
That module was actually using another provider, it wasn't an issue with the AWS provider. I was able to work around it.
I think
Welll... I had to remove references to data objects in the state too.. but then it work.