HC-vault-personal/modules/vpc-secrets/versions.tf

16 lines
385 B
Terraform
Raw Normal View History

2024-03-01 02:33:04 +00:00
/**
* Copyright © 2014-2022 HashiCorp, Inc.
*
* This Source Code is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this project, you can obtain one at http://mozilla.org/MPL/2.0/.
*
*/
terraform {
required_version = ">= 1.2.1"
required_providers {
aws = ">= 3.0.0, < 4.0.0"
tls = ">= 3.0.0, < 4.0.0"
}
}