mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
12 lines
184 B
HCL
12 lines
184 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
terraform {
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = "~> 3.0"
|
|
}
|
|
}
|
|
}
|