Skip to content

Commit

Permalink
[GH-8] bump version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
johncosta committed Dec 7, 2023
1 parent 4b32d17 commit dbd9d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> v1.5.0"
required_version = "~> v1.6.0"

required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.28.0"
version = "2.32.0"
}
}
}

0 comments on commit dbd9d60

Please sign in to comment.