We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3760cc7 commit 161c6a1Copy full SHA for 161c6a1
terraform/account-wide-infrastructure/dev/glue.tf
@@ -1,5 +1,5 @@
1
module "dev-glue" {
2
source = "../modules/glue"
3
name_prefix = "nhsd-nrlf--dev"
4
- python_version = "3.9"
+ python_version = 3.9
5
}
terraform/account-wide-infrastructure/modules/glue/vars.tf
@@ -4,7 +4,7 @@ variable "name_prefix" {
6
variable "python_version" {
7
- type = string
+ type = number
8
description = "Python version to run in script"
9
10
0 commit comments