Skip to content
New issue

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

Terraform auto config #483

Merged
merged 17 commits into from
Jul 23, 2024
Merged

Terraform auto config #483

merged 17 commits into from
Jul 23, 2024

Conversation

dylanratcliffe
Copy link
Member

Allows the CLI to automatically configure itself from stored Terraform provider config

Fixes #472

@dylanratcliffe dylanratcliffe linked an issue Jul 23, 2024 that may be closed by this pull request
4 tasks
renovate bot and others added 9 commits July 23, 2024 10:52
... into an object called `var`.
This is a tough tradeoff between offering more functionality (providers
configured through data sources) and implementation complexity (lifting
a full terraform parser and evaluator to load data sources). For now we
err on the simple side and expose provider parse errors when `data`
references are used and continue processing as long as there is any
valid provider.
@DavidS-ovm
Copy link
Contributor

This now works in local testing on our own deployment repo:

2024-07-23_17MS+0200_1098x422

@DavidS-ovm DavidS-ovm merged commit 3aabec8 into main Jul 23, 2024
7 checks passed
@DavidS-ovm DavidS-ovm deleted the terraform-auto-config branch July 23, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Terraform to inform AWS Auth
2 participants