We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADF Version: 3.0.1 `
`
In this kind of example, when adding a new account via adf-accounts/.yml
It will fail with a ValueError because it can't find the OU. File Here
Do we think this should create the relevant OU if it doesn't exist? What's the thoughts on that? There's pros:
Cons:
The text was updated successfully, but these errors were encountered:
Hey folks!
I've raised a PR to address this issue, here 🚀
Sorry, something went wrong.
No branches or pull requests
ADF Version: 3.0.1
`
--
| organizational_unit_path: /existing/new-ou
| email: [email protected]
| allow_billing: True
| delete_default_vpc: False
| alias: some-random-account
| tags:
| - managed_by_adf: True
`
In this kind of example, when adding a new account via adf-accounts/.yml
It will fail with a ValueError because it can't find the OU.
File Here
Do we think this should create the relevant OU if it doesn't exist?
What's the thoughts on that?
There's pros:
Cons:
The text was updated successfully, but these errors were encountered: