hi, I'm playing around with atmos and after deploying a terraform component I expected the state file to be in my s3 bucket but I don't see anything there and all state information is stored in the component directory. I'm doing this from within a container if that makes a difference. I'm using atmos version v1.3.30. I have
terraform:
vars: {}
backend_type: s3 # s3, remote, vault, static, azurerm, etc.
backend:
s3:
bucket information here
remote_state_backend:
s3:
role_arn: XXXX
as part of a global file in my stacks and the prod file references the global file. I'm feeling as though I'm missing a small configuration thing. I was wondering if someone could maybe point me in a direction?