12 lines
194 B
Terraform
12 lines
194 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
aws = {
|
||
|
source = "hashicorp/aws"
|
||
|
}
|
||
|
cloudflare = {
|
||
|
source = "terraform-providers/cloudflare"
|
||
|
}
|
||
|
}
|
||
|
required_version = ">= 0.13"
|
||
|
}
|