mirror of
https://github.com/status-im/consul.git
synced 2025-01-15 16:26:06 +00:00
b64674623e
* copyright headers for agent folder
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"
|
|
}
|
|
}
|
|
}
|