Skip to content

Commit

Permalink
fixed syntax for required_version and corrected version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bensoer committed Apr 17, 2024
1 parent 2065a6e commit e8c3f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_version = "1.8.0"
required_version = "~> 1.7.5"

required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
Expand Down
1 change: 1 addition & 0 deletions modules/k8infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.36.0"
}
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit e8c3f95

Please sign in to comment.