Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add deprecation notice to readme #29

Merged
merged 3 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 0 additions & 86 deletions CONTRIBUTING.md

This file was deleted.

26 changes: 10 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_azure_vault)
# DISCLAIMER
**This repository is no longer supported, please consider using [this repository](https://registry.terraform.io/modules/hashicorp/vault-starter/azure/latest) for the latest and most supported version for Vault.**

Moving forward in the future this repository will be no longer supported and eventually lead to
deprecation. Please use our latest versions of our products moving forward or alternatively you
may fork the repository to continue use and development for your personal/business use.

---
# Vault Azure Module

This repo contains a Module to deploy a [Vault](https://www.vaultproject.io/) cluster on
Expand Down Expand Up @@ -46,16 +53,9 @@ a version number bump.



## Who maintains this Module?
## Who created this Module?

This Module is maintained by [Gruntwork](http://www.gruntwork.io/). If you're looking for help or commercial
support, send an email to [modules@gruntwork.io](mailto:modules@gruntwork.io?Subject=Vault%20Module).
Gruntwork can help with:

* Setup, customization, and support for this Module.
* Module for other types of infrastructure, such as VPCs, Docker clusters, databases, and continuous integration.
* Module that meet compliance requirements, such as HIPAA.
* Consulting & Training on AWS, Terraform, and DevOps.
These modules were created by [Gruntwork](http://www.gruntwork.io/?ref=repo_azure_vault), in partnership with HashiCorp, in 2017 and maintained through 2021. They were deprecated in 2022 in favor of newer alternatives (see the top of the README for details).



Expand Down Expand Up @@ -101,12 +101,6 @@ To deploy the Vault cluster:
to learn how to initialize, unseal, and use Vault.


## How do I contribute to this Module?

Contributions are very welcome! Check out the [Contribution Guidelines](https://github.com/hashicorp/terraform-azurerm-vault/tree/master/CONTRIBUTING.md) for instructions.



## How is this Module versioned?

This Module follows the principles of [Semantic Versioning](http://semver.org/). You can find each new release,
Expand Down