Skip to content

Commit

Permalink
Update terraform to 1.7.1 (#4345)
Browse files Browse the repository at this point in the history
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: screenshot-action 📷 <[email protected]>
Co-authored-by: Nuru <[email protected]>
  • Loading branch information
4 people authored Jan 25, 2024
1 parent 521f521 commit bbb7c87
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Binary file modified .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ concurrency:
group: ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:

pull_request:
types: [opened, synchronize, reopened]
release:
Expand All @@ -13,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout source code at current commit"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Prepare tags for Docker image
if: (github.event_name == 'release' && github.event.action == 'created')
id: prepare
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ kubectl-1.19 \[frozen\] | 1.19.16 | Production-Grade Container Scheduling and
teleport-4.3 \[frozen\] | 4.3.10 | Privileged access management for elastic infrastructure.
teleport-4.4 \[frozen\] | 4.4.12 | Privileged access management for elastic infrastructure.
teleport-5.0 \[frozen\] | 5.0.2 | Secure Access for Developers that doesn't get in the way.
[![terraform](https://github.com/cloudposse/packages/actions/workflows/terraform.yml/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterraform) | 1.7.0 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
[![terraform](https://github.com/cloudposse/packages/actions/workflows/terraform.yml/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterraform) | 1.7.1 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.11 \[frozen\] | 0.11.15 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 \[frozen\] | 0.12.31 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.13 \[frozen\] | 0.13.7 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ kubectl-1.19 \[frozen\] | 1.19.16 | Production-Grade Container Scheduling and
teleport-4.3 \[frozen\] | 4.3.10 | Privileged access management for elastic infrastructure.
teleport-4.4 \[frozen\] | 4.4.12 | Privileged access management for elastic infrastructure.
teleport-5.0 \[frozen\] | 5.0.2 | Secure Access for Developers that doesn't get in the way.
[![terraform](https://github.com/cloudposse/packages/actions/workflows/terraform.yml/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterraform) | 1.7.0 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
[![terraform](https://github.com/cloudposse/packages/actions/workflows/terraform.yml/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterraform) | 1.7.1 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.11 \[frozen\] | 0.11.15 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 \[frozen\] | 0.12.31 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.13 \[frozen\] | 0.13.7 | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ teleport-4.2 OBSOLETE Privileged access management for elastic in
teleport-4.3 4.3.10 Privileged access management for elastic infrastructure.
teleport-4.4 4.4.12 Privileged access management for elastic infrastructure.
teleport-5.0 5.0.2 Secure Access for Developers that doesn't get in the way.
terraform 1.7.0 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform 1.7.1 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.11 0.11.15 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.12 0.12.31 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
terraform-0.13 0.13.7 Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Expand Down
2 changes: 1 addition & 1 deletion vendor/terraform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.7.1

0 comments on commit bbb7c87

Please sign in to comment.