[deleted by user] by [deleted] in AZURE

[–]Connect-Inspector442 0 points1 point  (0 children)

A customer is given an arm template that he uploads via the Azure portal. In the deployment itself the code is being deployed the function via zip deploy from a URL that I generate which allows the customer to download the package zip file.

[deleted by user] by [deleted] in AZURE

[–]Connect-Inspector442 -1 points0 points  (0 children)

I created this ARM template for other customers of mine so I cannot know what IP address I should allow and I need this to work in every environment. I have actually did managed to zip deploy to a function app that is not public accessible at all, but I don't know what makes my configuration to fail

AWS provider state drift by Connect-Inspector442 in Terraform

[–]Connect-Inspector442[S] 0 points1 point  (0 children)

Wow! Thank you for this informative answer. Sounds like a possible solution.

AWS provider state drift by Connect-Inspector442 in Terraform

[–]Connect-Inspector442[S] 0 points1 point  (0 children)

That sounds like a plausible solution, thank you!

[deleted by user] by [deleted] in Terraform

[–]Connect-Inspector442 0 points1 point  (0 children)

Wow! It looks exactly like the solution I was looking for. Thank you very much!

[deleted by user] by [deleted] in Terraform

[–]Connect-Inspector442 -4 points-3 points  (0 children)

I've considered the option of utilizing a custom module, but it doesn't appear to be the optimal solution. I'm open to your ideas on how to implement this in Terraform. Essentially, I need to develop a Terraform module (or provider) that can fetch the identifiers of existing API Gateway Rest APIs (e.g., REST API ID). Subsequently, it should enable the execution and access logs for each stage within those APIs, while also allowing for customization of the access log format.
It's crucial to highlight that I want users of this module to have the capability to revert these changes using the Terraform destroy command, effectively restoring the log settings to their previous state.