Replies: 1 comment 1 reply
-
atlantis does not add anything, atlantis run the terraform binary and
follow whatever was set on your atlantis.yaml and workflows.
you can see the exact command atlantis execute if you enable debug.
…On Wed, Mar 1, 2023 at 11:40 PM Binoy_thomas ***@***.***> wrote:
My terraform backend file looks like this
{
"terraform": {
"backend": {
"s3": {
"bucket": "bucket123",
"key": "folder1/folder2/terraform.tfstate",
}
}
}
}
But in the AWS account, I see the S3 folder structure as
bucket123/*env:/prod*/folder1/folder2/terraform.tfstate
Now I am wondering why did Atlantis add additional folders of *env:/prod*
—
Reply to this email directly, view it on GitHub
<#3179>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERADYAJ665J54JRJB6DW2BFGFANCNFSM6AAAAAAVNAOCKI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
binoy351
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My terraform backend file looks like this
But in the AWS account, I see the S3 folder structure as
bucket123/env:/prod/folder1/folder2/terraform.tfstate
Now I am wondering why did Atlantis add additional folders of env:/prod
Beta Was this translation helpful? Give feedback.
All reactions