Update terraform for 0.13 compatibility
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
provider "vultr" {
|
||||
api_key = var.vultr_api_key
|
||||
rate_limit = 700
|
||||
retry_limit = 3
|
||||
api_key = var.vultr_api_key
|
||||
}
|
||||
|
||||
provider "cloudflare" {
|
||||
|
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