From 4578990d07001a87125a218af0a7399ec436fcf2 Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Tue, 9 Jul 2024 14:18:08 +0000
Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.7.3

---
 README.md                           | 1 +
 opentofu_versions.yaml              | 3 ++-
 templates/apply.yml                 | 3 ++-
 templates/custom-command.yml        | 3 ++-
 templates/destroy.yml               | 3 ++-
 templates/fmt.yml                   | 3 ++-
 templates/full-pipeline.yml         | 3 ++-
 templates/graph.yml                 | 3 ++-
 templates/job-templates.yml         | 3 ++-
 templates/plan.yml                  | 3 ++-
 templates/test.yml                  | 3 ++-
 templates/validate-plan-apply.yml   | 3 ++-
 templates/validate-plan-destroy.yml | 3 ++-
 templates/validate-plan.yml         | 3 ++-
 templates/validate.yml              | 3 ++-
 15 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index c1416d8..1e1bf6c 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,7 @@ beautifully renders the inputs for each templates - check it out!
 
 The following OpenTofu versions are available with this component via the `opentofu_version` input:
 
+- [`1.7.3`](https://github.com/opentofu/opentofu/releases/tag/v1.7.3)
 - [`1.7.2`](https://github.com/opentofu/opentofu/releases/tag/v1.7.2)
 - [`1.7.1`](https://github.com/opentofu/opentofu/releases/tag/v1.7.1)
 - [`1.7.0`](https://github.com/opentofu/opentofu/releases/tag/v1.7.0)
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index b0e5457..d6a704f 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -1,6 +1,7 @@
 .data:
-  latest_version: '1.7.2'
+  latest_version: '1.7.3'
   supported_versions: &supported_versions
+    - '1.7.3'
     - '1.7.2'
     - '1.7.1'
     - '1.7.0'
diff --git a/templates/apply.yml b/templates/apply.yml
index 0dca33a..882a907 100644
--- a/templates/apply.yml
+++ b/templates/apply.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index ca21089..5ab2f61 100644
--- a/templates/custom-command.yml
+++ b/templates/custom-command.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/destroy.yml b/templates/destroy.yml
index d444793..a7b4ac9 100644
--- a/templates/destroy.yml
+++ b/templates/destroy.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/fmt.yml b/templates/fmt.yml
index a14d672..b8c53e7 100644
--- a/templates/fmt.yml
+++ b/templates/fmt.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index f7d90d0..f6f88ea 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -25,8 +25,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/graph.yml b/templates/graph.yml
index 96ed04e..2ce220a 100644
--- a/templates/graph.yml
+++ b/templates/graph.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index 8e3c507..122eddf 100644
--- a/templates/job-templates.yml
+++ b/templates/job-templates.yml
@@ -25,8 +25,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/plan.yml b/templates/plan.yml
index 6c73d5b..a8fedbc 100644
--- a/templates/plan.yml
+++ b/templates/plan.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/test.yml b/templates/test.yml
index 9736622..dd9e5e7 100644
--- a/templates/test.yml
+++ b/templates/test.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index 8946b01..ef3ca06 100644
--- a/templates/validate-plan-apply.yml
+++ b/templates/validate-plan-apply.yml
@@ -19,8 +19,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index f61b4c1..ab85b5a 100644
--- a/templates/validate-plan-destroy.yml
+++ b/templates/validate-plan-destroy.yml
@@ -19,8 +19,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index a5edc2a..6f7b3fe 100644
--- a/templates/validate-plan.yml
+++ b/templates/validate-plan.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
diff --git a/templates/validate.yml b/templates/validate.yml
index 8ce6e44..69634ce 100644
--- a/templates/validate.yml
+++ b/templates/validate.yml
@@ -16,8 +16,9 @@ spec:
       description: 'Version of this component. Has to be the same as the one in the component include entry.'
 
     opentofu_version:
-      default: '1.7.2'
+      default: '1.7.3'
       options:
+        - '1.7.3'
         - '1.7.2'
         - '1.7.1'
         - '1.7.0'
-- 
GitLab