Replies: 1 comment 1 reply
-
Hello @H31MDALLR! I'm here to assist you with any bugs or questions you have, and help you become a contributor. Let's work together to solve your issue while we wait for a human maintainer. How can I assist you today? The error message indicates that the directory Here are a few things you can check and try:
By addressing these points, you should be able to resolve the issue with the import command. If the configuration files are indeed missing, you will need to add them to the specified directory or adjust your setup to point to the correct location. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having trouble getting a terragrunt workflow working for import. Plan and Apply work fine.
I have tried the following:
atlantis import -d aws/production/global/iam/providers/github-oidc module.github_oidc.aws_iam_role.existing_role_policy[0] arn:aws:iam::<account>:role/github-actions-oidc-role
atlantis import -p aws.production.iam.providers.github-oidc module.github_oidc.aws_iam_role.this arn:aws:iam::<account>:role/github-actions-oidc-role
With the project defined in the atlantis.yaml like so:
and the workflow in repos.yaml on the server. I've used both with and without init (basically the example in the docs). I've also broken the command into command: and :output or just on the run line. Same results.
And continually get the same error.
What am I doing incorrectly?
Beta Was this translation helpful? Give feedback.
All reactions