capitalize OpenTofu

This commit is contained in:
Julien Dessaux 2024-10-02 08:51:29 +02:00
parent 27e8b4499c
commit d7e37eea52
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 26 additions and 26 deletions

View file

@ -1,18 +1,18 @@
---
title: Manage helm charts extras with opentofu
title: Manage helm charts extras with OpenTofu
description: a use case for the http datasource
date: 2024-04-25
tags:
- aws
- opentofu
- OpenTofu
- terraform
---
## Introduction
When managing helm charts with opentofu (terraform), you often have to hard code correlated settings for versioning (like app version and chart version). Sometimes it goes even further and you need to fetch a policy or a manifest with some CRDs that the chart will depend on.
When managing helm charts with OpenTofu (terraform), you often have to hard code correlated settings for versioning (like app version and chart version). Sometimes it goes even further and you need to fetch a policy or a manifest with some CRDs that the chart will depend on.
Here is an example of how to manage that with opentofu and an http datasource for the AWS load balancer controller.
Here is an example of how to manage that with OpenTofu and an http datasource for the AWS load balancer controller.
## A word about the AWS load balancer controller