Skip to content

Commit

Permalink
upgrade tf provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 21, 2024
1 parent 2c99c1d commit 7116b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/modules/dns_records/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ terraform {
version = "5.0.0-alpha1"
}
}

required_version = ">= 1.9.0"
}
2 changes: 2 additions & 0 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ terraform {
version = "5.0.0-alpha1"
}
}

required_version = ">= 1.9.0"
}

provider "cloudflare" {
Expand Down

0 comments on commit 7116b89

Please sign in to comment.