Skip to content

Commit

Permalink
Remove unsupported project definition. Update terraform to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akoufa committed Oct 22, 2023
1 parent 7ff093d commit 5abdc94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@97112244d334d190527c2ffd571a09f16959bc94
with:
terraform_version: 1.3.7
terraform_version: 1.5.7
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Terraform Format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@97112244d334d190527c2ffd571a09f16959bc94
with:
terraform_version: 1.3.7
terraform_version: 1.5.7
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Terraform Format
Expand Down
5 changes: 2 additions & 3 deletions terraform/deployment/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ terraform {
cloud {
organization = "arconsis-benchmarks"
workspaces {
project = "server-benchmarks"
name = "server-benchmarks"
name = "server-benchmarks"
}
}

required_version = ">= 1.0"
required_version = ">= 1.5"
}
5 changes: 2 additions & 3 deletions terraform/ecr_repositories/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ terraform {
cloud {
organization = "arconsis-benchmarks"
workspaces {
project = "server-benchmarks"
name = "server-benchmarks-ecr"
name = "server-benchmarks-ecr"
}
}

required_version = ">= 1.0"
required_version = ">= 1.5"
}

0 comments on commit 5abdc94

Please sign in to comment.