Skip to content

Commit

Permalink
feat(deps): update terraform hashicorp/terraform ( 1.7.5 → 1.8.0 )
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis-automation[bot] authored Apr 10, 2024
1 parent c941dc4 commit 5374501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "<= 1.7.5"
required_version = "<= 1.8.0"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "<= 1.7.5"
required_version = "<= 1.8.0"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit 5374501

Please sign in to comment.