SAP BTP, Terraform and Open Policy Agent

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. btp-terraform-opa

    Sample for using Open Policy Agent with Terraform and SAP BTP

    You find the complete code for this example in the GitHub repository https://github.com/btp-automation-scenarios/btp-terraform-opa. In the following sections take a closer look at the code of the different solution components.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. OPA (Open Policy Agent)

    Open Policy Agent (OPA) is an open source, general-purpose policy engine.

    How can we handle this? Are there any mechanisms to prevent or at least to some extent safeguard this kind of issues without falling back to a manual workflow? There is. One huge advantage of sticking to (de-facto) standards like Terraform is that first we are probably not the first ones to come up with this question and second there is a huge ecosystem around Terraform that might help us with such challenges. And for this specific scenario the solution is the Open Policy Agent. Let us take a closer look how the solution could look like.

  4. terraform-provider-btp

    Terraform provider for SAP BTP

    When demoing the Terraform Provider for SAP BTP and talking about the advantages of Infrastructure as Code, one important aspect is that Terraform does not only provision the infrastructure but covers the management of the resources like updating configurations. While this is technically straightforward namely you update and apply the configuration, there are some challenges when doing this in a CI/CD setup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • AWS Lambda RIC - Runtime interface Client

    1 project | dev.to | 6 Feb 2025
  • Opa Gatekeeper: How To Write Policies For Kubernetes Clusters

    2 projects | dev.to | 4 Jul 2024
  • Build and Push to GAR and Deploy to GKE - End-to-End CI/CD Pipeline

    3 projects | dev.to | 2 Jan 2024
  • OPA vs. Google Zanzibar: A Brief Comparison

    2 projects | dev.to | 14 Nov 2023
  • Rego for beginners: Introduction to Rego

    1 project | dev.to | 2 Nov 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?