Update terraform for 0.13 compatibility
This commit is contained in:
13
terraform/terraform.tf
Normal file
13
terraform/terraform.tf
Normal file
@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
}
|
||||
vultr = {
|
||||
source = "vultr/vultr"
|
||||
}
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user