Skip to content

Commit

Permalink
refactor(terraform): rename version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonr6 committed Dec 2, 2024
1 parent b770707 commit 4f4a0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Setup Terraform CLI
uses: hashicorp/setup-terraform@v2.0.2
uses: hashicorp/setup-terraform@v1.9.2

- name: Terraform plan and apply
id: terraform-apply
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General ------------------

terraform {
required_version = "~> 1.9.2"
# required_version = "~> 1.9.2"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 4f4a0d4

Please sign in to comment.