Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 8eb5c88

Browse files
committed
docs: Add note for upgrade Terraform Provider
1 parent 7671505 commit 8eb5c88

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44

55
This [Terraform](https://www.terraform.io/) module creates the required infrastructure needed to host [GitHub Actions](https://github.com/features/actions) self-hosted, auto-scaling runners on [AWS spot instances](https://aws.amazon.com/ec2/spot/). It provides the required logic to handle the life cycle for scaling up and down using a set of AWS Lambda functions. Runners are scaled down to zero to avoid costs when no workflows are active.
66

7-
> NEW: Ephemeral runners available as beta feature.
8-
9-
> NEW: Windows runners are available.
10-
11-
> NEW: Examples for custom AMI are available.
12-
7+
> BREAKING CHANGE: The module is upgraded to Terraform AWS provider 4.x. All new development will only support the new AWS Terraform provider. We keep a branch `terraform-aws-provider-3` to witch we welcome backports to AWS Terraform 3.x provider. Besides reviewing PR's we will do not any active checking on maintance on this branch. We strongly advise to update your deployment to the new provider version. For more details about upgrading see the [upgrade guide](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade).
8+
139
- [Motivation](#motivation)
1410
- [Overview](#overview)
1511
- [Major configuration options.](#major-configuration-options)

0 commit comments

Comments
 (0)