Skip to content

Commit

Permalink
feat: Update version of tf and providers (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 authored Apr 18, 2024
1 parent 3333d86 commit a440c6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Terraform'

env:
tf_version: 1.4.4
tf_version: 1.7.5

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.4 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.7 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = "~> 1.4"
required_version = "~> 1.7"
}

0 comments on commit a440c6b

Please sign in to comment.