Skip to content

Commit 540187c

Browse files
Update default runtime
1 parent d130b3e commit 540187c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ No modules.
106106
| <a name="input_private_asg_record_template"></a> [private\_asg\_record\_template](#input\_private\_asg\_record\_template) | The fully qualified domain name format for private Autoscaling Group DNS records | `string` | `"service.internal.domain"` | no |
107107
| <a name="input_private_instance_record_template"></a> [private\_instance\_record\_template](#input\_private\_instance\_record\_template) | The fully qualified domain name format for private instance DNS records | `string` | `"service.az.domain"` | no |
108108
| <a name="input_public_asg_record_template"></a> [public\_asg\_record\_template](#input\_public\_asg\_record\_template) | The fully qualified domain name format for public Autoscaling Group DNS records | `string` | `"service.domain"` | no |
109-
| <a name="input_runtime"></a> [runtime](#input\_runtime) | Runtime binary | `string` | `"python3.7"` | no |
109+
| <a name="input_runtime"></a> [runtime](#input\_runtime) | Runtime binary | `string` | `"python3.12"` | no |
110110
| <a name="input_secret_name"></a> [secret\_name](#input\_secret\_name) | Daemon Secret Manager | `string` | n/a | yes |
111111
| <a name="input_service"></a> [service](#input\_service) | Autoscaling Group service name, e.g. 'bastion'. This will be prefix for DNS records. | `string` | n/a | yes |
112112
| <a name="input_slack_webhook"></a> [slack\_webhook](#input\_slack\_webhook) | slack webhook for notifications | `string` | n/a | yes |

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ variable "ttl" {
7171

7272
variable "runtime" {
7373
description = "Runtime binary"
74-
default = "python3.7"
74+
default = "python3.12"
7575
}
7676

7777
#SD-2156
@@ -108,4 +108,4 @@ variable "pd_user_email" {
108108
variable "secret_name" {
109109
type = string
110110
description = "Daemon Secret Manager"
111-
}
111+
}

0 commit comments

Comments
 (0)