From 7f8eea2d029e6335f9920cc0dc67983bd594c8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Odstr=C4=8Dil=C3=ADk?= Date: Mon, 10 Jun 2024 22:04:40 +0200 Subject: [PATCH] docs: add sync note to vars --- variables-addon-irsa.tf | 2 ++ variables-addon.tf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/variables-addon-irsa.tf b/variables-addon-irsa.tf index 5738d86..79d31cc 100644 --- a/variables-addon-irsa.tf +++ b/variables-addon-irsa.tf @@ -1,3 +1,5 @@ +# IMPORTANT: This file is synced with the "terraform-aws-eks-universal-addon" module. Any changes to this file might be overwritten upon the next release of that module. + # ================ IRSA variables (optional) ================ variable "cluster_identity_oidc_issuer" { diff --git a/variables-addon.tf b/variables-addon.tf index ad7a011..7a41ab5 100644 --- a/variables-addon.tf +++ b/variables-addon.tf @@ -1,3 +1,5 @@ +# IMPORTANT: This file is synced with the "terraform-aws-eks-universal-addon" module. Any changes to this file might be overwritten upon the next release of that module. + # ================ common variables (required) ================ variable "helm_chart_name" {