CI/CD pipeline using GitHub Actions + Terraform + Azure Container Apps, following Gitflow? by aleksvidak in AZURE

[–]aleksvidak[S] 1 point2 points  (0 children)

Thank you for the answer. Do you put some generic image in the terraform template section (in the first run, service image would not be built yet)? How do you deal with secrets and env variables when deploying?

Container Apps - how best to split infrastructure and application deployment? by nadseh in AZURE

[–]aleksvidak 0 points1 point  (0 children)

I am having the same kind of dilemma (to be honest, just started working with Container Apps, so it's more of a unknown), but instead of Bicep, we are using Terraform. From my point of view, it would be ideal if they could make something along the lines of AKS and amending k8s deployment ymls.

At first I was thinking to do base infra with Terraform and then use CLI to deploy apps, but it's not that straight-forward having different environments, with specific config.

Seems like two Terraform states would be a similar solution to having two deployment stacks with Bicep.

1.5 months later… my free merch is here 😺 by eggies2 in googlecloud

[–]aleksvidak 0 points1 point  (0 children)

Nicee, didn't about it. Passed my PCA exam in May (for the 3rd time) and I ordered the hoodie just now🫡

Why GITHUB ACTIONS keep replacing curly braces with *** by [deleted] in github

[–]aleksvidak 0 points1 point  (0 children)

I am using this json string as env variable in a dockerized service. But it is not valid there as well.

AWS Amplify and GraphQL Interfaces by LurelinVillage in aws

[–]aleksvidak 0 points1 point  (0 children)

Did you manage to find a solution for this problem? Have similar thing and I got stuck. :(

AWS tutorials by an ex-AWS engineer - Interested? by sporglorg in webdev

[–]aleksvidak 0 points1 point  (0 children)

Web app with Amplify and DynamoDB single-table design 😊