8 lines
114 B
HCL
8 lines
114 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
terraform {
|
|
required_version = ">= 0.12"
|
|
}
|