-
Notifications
You must be signed in to change notification settings - Fork 12
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
Move IaC scripts away from bash #272
Comments
* Update yapf from 0.29.0 to 0.30.0 * Update wtforms from 2.2.1 to 2.3.1 * Update python-crontab from 2.4.1 to 2.4.2 * Update pillow from 7.1.1 to 7.1.2 * Add email-validator
After referencing Terraform and Pulumi documentation, I am currently exploring Pulumi as our solution. I have been testing the build in a private sandbox and feel it should be an effective solution for our use-case. |
Given the subscription sponsorship issues we had, I'm tagging this as high-priority as we had to delete all the resources and need to re-create them in the new subscription. @sbathgate it would be great if you and @nzola could tackle the setup of the resources in the new subscription. Ping me if there's any questions or concerns. Note that Sendgrid has to be manually configured on Cloudflare for domain authentication and an API key for the service to send mail has to be created manually too. |
I am really eager to learn how these resources work and how to maintain
them as well. I don't know how this will work to learn from you @shaun when
you will be setting them up step by step.
…On Mon, Nov 16, 2020 at 11:46 AM Clemens Wolff ***@***.***> wrote:
Given the subscription sponsorship issues we had, I'm tagging this as
high-priority as we had to delete all the resources and need to re-create
them in the new subscription. @sbathgate <https://github.com/sbathgate>
it would be great if you and @nzola <https://github.com/nzola> could
tackle the setup of the resources in the new subscription. Ping me if
there's any questions or concerns. Note that Sendgrid has to be manually
configured on Cloudflare for domain authentication
<https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/>
and an API key
<https://sendgrid.com/docs/ui/account-and-settings/api-keys/> for the
service to send mail has to be created manually too.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEH5MMYCMTUUF5R7JC7IFVTSQF6S5ANCNFSM4KAATNEQ>
.
|
Our infrastructure as code (IaC) scripts currently use Bash, Azure Resource Manager templates and the Azure CLI. See docker/setup/setup.sh. We should move this to a more modern stack so that it's easier for people to contribute, e.g. Terraform or Pulimi.
The text was updated successfully, but these errors were encountered: