Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to <= 1.6.2 (#2031)
Browse files Browse the repository at this point in the history
Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com>
  • Loading branch information
tyriis-automation[bot] authored Oct 18, 2023
1 parent c162307 commit 36a3c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.1"
required_version = "<= 1.6.2"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/flux/main-new.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "<= 1.6.1"
required_version = "<= 1.6.2"

required_providers {
github = {
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.6.1"
required_version = "<= 1.6.2"
required_providers {
github = {
source = "integrations/github"
Expand Down

0 comments on commit 36a3c1f

Please sign in to comment.