open-consul/test/load/terraform/providers.tf

12 lines
184 B
Terraform
Raw Permalink Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
2020-10-06 01:16:09 +00:00
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}