aboutsummaryrefslogtreecommitdiff
path: root/content/blog/terraform/chart-http-datasources.md
diff options
context:
space:
mode:
authorJulien Dessaux2024-10-02 08:51:29 +0200
committerJulien Dessaux2024-10-02 08:51:29 +0200
commitd7e37eea52569ad0fbb422e640a3f71ccb2ac0e1 (patch)
treedf889cb0fb4a350a6f0ab33bd61f092f22674348 /content/blog/terraform/chart-http-datasources.md
parentadded forgotten backups section in last article (diff)
downloadwww-d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1.tar.gz
www-d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1.tar.bz2
www-d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1.zip
capitalize OpenTofu
Diffstat (limited to 'content/blog/terraform/chart-http-datasources.md')
-rw-r--r--content/blog/terraform/chart-http-datasources.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/terraform/chart-http-datasources.md b/content/blog/terraform/chart-http-datasources.md
index ebf0aba..5c4108d 100644
--- a/content/blog/terraform/chart-http-datasources.md
+++ b/content/blog/terraform/chart-http-datasources.md
@@ -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