Update vultr provider

This was a pretty breaking change which required re-importing most of its state
This commit is contained in:
Jake Howard
2021-03-23 21:22:31 +00:00
parent 3c06eb748d
commit bbfe85b2c8
6 changed files with 55 additions and 40 deletions

View File

@ -6,7 +6,7 @@ terraform {
}
vultr = {
source = "vultr/vultr"
version = "1.4.1"
version = "2.1.4"
}
aws = {
source = "hashicorp/aws"