How can I configure Atlantis to automatically generate a Terraform plan for a newly added subdirectory when utilizing a custom workflow #4265
Closed
mcarrillo-12
started this conversation in
General
Replies: 1 comment 1 reply
-
Found a way to do by just adding every single directory path like this Server Side config
atlantis.yaml file on the repo. I created a script that will be adding new subdirectories to this file
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m a newcomer to Atlantis and have set up a custom workflow in one of my repositories. I’ve observed that each time I introduce a new directory containing Terraform code to my repository, the plan execution results in an error.
The error message is as follows:
Here’s the current configuration of my atlantis.yaml file in the repository:
My goal is to configure Atlantis such that it automatically creates a plan whenever a new directory with code is added under the imperva/terraform/customers/ path.
If I specify the folder path in the custom workflow the plan works successfully
Thanks a lot for all your help!
Beta Was this translation helpful? Give feedback.
All reactions