aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2024-05-25 21:32:50 +0200
committerJulien Dessaux2024-05-25 21:32:50 +0200
commit757e5b9bbb1eae633560ebf3edd3408467d0a3fc (patch)
tree1c8adbd9d8277c776796da1a9b9962423df1e08a
parentadded opentofu http datasource and helm charts blog article (diff)
downloadwww-757e5b9bbb1eae633560ebf3edd3408467d0a3fc.tar.gz
www-757e5b9bbb1eae633560ebf3edd3408467d0a3fc.tar.bz2
www-757e5b9bbb1eae633560ebf3edd3408467d0a3fc.zip
fixed tags on last article
-rw-r--r--content/blog/terraform/chart-http-datasources.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/blog/terraform/chart-http-datasources.md b/content/blog/terraform/chart-http-datasources.md
index 6b5ad2b..ebf0aba 100644
--- a/content/blog/terraform/chart-http-datasources.md
+++ b/content/blog/terraform/chart-http-datasources.md
@@ -2,6 +2,10 @@
title: Manage helm charts extras with opentofu
description: a use case for the http datasource
date: 2024-04-25
+tags:
+- aws
+- opentofu
+- terraform
---
## Introduction