Change atlantis.yaml path #3817
leandromoreirati
started this conversation in
General
Replies: 1 comment
-
is not possible but you can use a symlink.
…On Thu, Oct 5, 2023 at 5:11 PM Leandro Moreira ***@***.***> wrote:
Hi, everyone!
How are you?
Is possible change the path of atlantis.yaml file, I would like to put
this file in folder .atlantis instead of repository root.
.
├── .atlantis
│ └── atlantis.yaml
├── .git
├── .gitignore
├── README.md
├── environments
│ ├── dev.tfvars
│ ├── prod.tfvars
│ ├── sandbox.tfvars
│ ├── staging.tfvars
│ ├── test.tfvars
│ └── uat.tfvars
├── main.tf
├── staging.tfvars
└── variable.tf
Thanks for the help.
—
Reply to this email directly, view it on GitHub
<#3817>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERHPNC6OJ2S5ZXKUET3X55EE3AVCNFSM6AAAAAA5VA4CQCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVG4YDMMRZHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone!
How are you?
Is possible change the path of atlantis.yaml file, I would like to put this file in folder .atlantis instead of repository root.
.
├── .atlantis
│ └── atlantis.yaml
├── .git
├── .gitignore
├── README.md
├── environments
│ ├── dev.tfvars
│ ├── prod.tfvars
│ ├── sandbox.tfvars
│ ├── staging.tfvars
│ ├── test.tfvars
│ └── uat.tfvars
├── main.tf
├── staging.tfvars
└── variable.tf
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions