Skip to content

Commit 3912bdc

Browse files
committed
fix doc
1 parent f88ccf8 commit 3912bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Doing serverless with Terraform? Check out [serverless.tf framework](https://ser
88

99
## Supported Features
1010

11-
- AWS Lambda runtime Python 3.11
11+
- AWS Lambda runtime Python 3.12
1212
- Create new SNS topic or use existing one
1313
- Support plaintext and encrypted version of Slack webhook URL
1414
- Most of Slack message options are customizable
@@ -37,11 +37,11 @@ module "notify_slack" {
3737

3838
[Terraform Cloud Agents](https://www.terraform.io/docs/cloud/workspaces/agent.html) are a paid feature, available as part of the Terraform Cloud for Business upgrade package.
3939

40-
This module requires Python 3.11. You can customize [tfc-agent](https://hub.docker.com/r/hashicorp/tfc-agent) to include Python using this sample `Dockerfile`:
40+
This module requires Python 3.12. You can customize [tfc-agent](https://hub.docker.com/r/hashicorp/tfc-agent) to include Python using this sample `Dockerfile`:
4141

4242
```Dockerfile
4343
FROM hashicorp/tfc-agent:latest
44-
RUN apt-get -y update && apt-get -y install python3.11 python3-pip
44+
RUN apt-get -y update && apt-get -y install python3.12 python3-pip
4545
ENTRYPOINT ["/bin/tfc-agent"]
4646
```
4747

0 commit comments

Comments
 (0)