Explore

terraform × Feeds ×
  • screenshot

    Oracle goes vegan: Dumps Terraform for OpenTofu

    Oracle has swapped Terraform for the open-source fork OpenTofu under the hood of its Oracle E-Business...

  • screenshot

    Create managed private endpoint for Synapse using terraform

    I need to create Managed private endpoint (MPE) for Synapse to Storage Accounts using terraform. I...

  • screenshot

    Azure - ignore a policy when a change comes from a specific user

    I have a policy that denies changes on resources that have the tag source:terraform. However I...

  • screenshot

    Terraform State Management with Huawei Cloud OBS

    This is not a question, rather my experience sharing on how to save terraform state file...

  • Azure Functions, GitHub Actions, and Terraform: Assembling all the pieces

    Putting Azure Functions, GitHub Actions, and Terraform together can be pretty simple. It does require a...

  • screenshot

    The Beginning of the End for Terraform?

    Entering the graveyard of good software that is IBM…Source:imgflip.comAs I write this on the 25th of...

  • screenshot

    Helm translates curly braces {} into normal braces [] when passing value from values.yaml to chart

    I have a helm chart that creates the following kubernetes secret apiVersion: v1 kind: Secret metadata:...

  • screenshot

    Writing highly scalable backends in UDP

    I'm Glenn Fiedler and welcome to Más Bandwidth, my new blog at the intersection of game...

  • screenshot

    Kamal: hot deployment tool to watch—or a total game changer?—Martian Chronicles, Evil Martians’ team blog

    Kamal: Hot Deployment Tool to Watch — or a Game Changer? — First published about what...

  • screenshot

    Azure Event Hub Connection when creating Event Hub Trigger with function app in Terraform

    I am trying to provision a function inside azure function app using terraform and using event...

  • screenshot

    How can I retain rds endpoint, address, arn while importing rds instance into module?

    I'm looking to manage an existing RDS instance using a module. Fetching the data through the...

  • screenshot

    Terraform : ALB: A managed resource "aws_subnet" "public" has not been declared in the root module

    Getting this error while creating ALB , via terraform script resource "aws_lb" "loab_balancer_terraform" { name =...

  • screenshot

    Terraform Pipeline Key Vault secret deployment with Private Endpoint

    We are deploying Azure Key Vaults with secrets in DevOps pipeline with terraform. In key vault...

  • screenshot

    how to handle multiple region network with terragrunt?

    With OVH cloud provider I would like to declare a multi region networks. So the start...

  • How to write your own custom terraform provider

    ·FollowHow to write your own Custom Terraform Provider?The provider that suits your needs is not avaible...

  • screenshot

    My Path for Terraform Provider Creation

    In this article, I want to share my experience of creating a terraform provider from scratch,...

  • screenshot

    ECS Task placement strategy not respecting Terraform file

    I'm investigating the reason why ECS task placement has not worked as intended. There are 2...

  • screenshot

    BadRequestException: Unable to update route. Authorizer type is invalid or null when authorization_type NONE

    I have an aws http apigatewayv2 module. resource "aws_apigatewayv2_route" "this" { for_each = var.routes_configuration api_id =...

  • screenshot

    Azure DevOps CICD - Terraform encountered an error while generating this plan

    Im using terraform to deploy the infrastructure.Infra is already deployed and up an running. So I...

  • screenshot

    Terraform Labs Files for Chapter 11 Bankruptcy Amidst Legal Turmoil - SuperCryptoNews

    Terraform Labs Pte. Ltd., the company behind the algorithmic stablecoin TerraUSD and Luna, filed for Chapter...

  • screenshot

    Declarative Engineering: Using Terraform to Code Your Data Pipelines

    A small modern data stack that ETLs data from a PostgreSQL database into a ClickHouse database.