From 0994125e6865aa2acb2c830c7ae2ca2d85753b15 Mon Sep 17 00:00:00 2001 From: Mate Barabas Date: Tue, 15 Oct 2024 11:00:39 +0200 Subject: [PATCH 1/2] opentofu statement added --- docs/content/faq/_index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/content/faq/_index.md b/docs/content/faq/_index.md index 08ed61fed..0471fccf2 100644 --- a/docs/content/faq/_index.md +++ b/docs/content/faq/_index.md @@ -95,6 +95,26 @@ Yes, the AVM team is partnering with the AZD team and they are already using Bic --- +### Will AVM support OpenTofu? + +As of now, Azure Verified Modules (AVM) fully supports both Bicep and Terraform. We understand that many of you are enthusiastic about OpenTofu, and we are closely monitoring developments, including potential impacts from IBM's recent acquisition of HashiCorp. However, we want to be transparent with you about our current priorities and capabilities. + +#### Current Support and Future Considerations + +We do not have the bandwidth to prioritize support at this time. Therefore, our commitment to providing a reliable and robust experience means that we must depend on OpenTofu's compatibility assurances. + +#### Guidance for Module Authors + +- We kindly request that module authors refrain from incorporating OpenTofu-specific features, as we currently lack the resources to test them effectively. +- Authors may utilize Terraform-specific features that may not be present in OpenTofu. +- To maintain broad compatibility, we advise keeping Terraform version constraints at a minimum required level for the Terraform features that you require in the module. + +We deeply appreciate your understanding and continued support. Rest assured, we are evaluating our support options regularly and are committed to keeping you informed of any changes. + +Thank you for being an integral part of the Azure Verified Modules community. + +--- + ## Definitions, comparisons ### What is the difference between the Bicep Registry and AVM? (How) Do they come together? From 59703eb345384d94f58ba4ac5e6eb1356368ca47 Mon Sep 17 00:00:00 2001 From: Mate Barabas Date: Tue, 15 Oct 2024 17:21:43 +0200 Subject: [PATCH 2/2] update --- docs/content/faq/_index.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/content/faq/_index.md b/docs/content/faq/_index.md index 0471fccf2..96a8a594c 100644 --- a/docs/content/faq/_index.md +++ b/docs/content/faq/_index.md @@ -97,21 +97,7 @@ Yes, the AVM team is partnering with the AZD team and they are already using Bic ### Will AVM support OpenTofu? -As of now, Azure Verified Modules (AVM) fully supports both Bicep and Terraform. We understand that many of you are enthusiastic about OpenTofu, and we are closely monitoring developments, including potential impacts from IBM's recent acquisition of HashiCorp. However, we want to be transparent with you about our current priorities and capabilities. - -#### Current Support and Future Considerations - -We do not have the bandwidth to prioritize support at this time. Therefore, our commitment to providing a reliable and robust experience means that we must depend on OpenTofu's compatibility assurances. - -#### Guidance for Module Authors - -- We kindly request that module authors refrain from incorporating OpenTofu-specific features, as we currently lack the resources to test them effectively. -- Authors may utilize Terraform-specific features that may not be present in OpenTofu. -- To maintain broad compatibility, we advise keeping Terraform version constraints at a minimum required level for the Terraform features that you require in the module. - -We deeply appreciate your understanding and continued support. Rest assured, we are evaluating our support options regularly and are committed to keeping you informed of any changes. - -Thank you for being an integral part of the Azure Verified Modules community. +Please see our OpenTofu support statement in this [discussion on GitHub](https://github.com/Azure/Azure-Verified-Modules/discussions/1512). ---