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 e635879 commit 3e5e7ca
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 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | 2.9.0 |

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

required_providers {
helm = {
Expand Down

0 comments on commit 3e5e7ca

Please sign in to comment.