From d7e37eea52569ad0fbb422e640a3f71ccb2ac0e1 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 2 Oct 2024 08:51:29 +0200 Subject: capitalize OpenTofu --- content/blog/terraform/chart-http-datasources.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/blog/terraform/chart-http-datasources.md') 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 -- cgit v1.2.3