-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add example for provider config terraform for Azure #208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Would it make sense to include a copy of the azure-creds Secret so the format is clear? It's not immediately obvious to me where the values for subscriptionId/tenantId/clientId/clientSecret come from - I assume they are in the azure-secret?
name: azure-westeurope | ||
spec: | ||
credentials: | ||
- filename: terraform.tfvars.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is pretty cool trick, worth highlighting it with the comment :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had it at the beginning :) will add this
agree, will add this secret above the providerConfig |
f3cb26c
to
af401f3
Compare
updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jankaacc Great example, thanks a lot for the contribution 👍
@jankaacc can you please sign the CLA before we merge this one? |
af401f3
to
6d6d766
Compare
Description of your changes
Added example for initializing provider terraform for azure
tfvars file is used to do that
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested