Skip to content

Commit 260b981

Browse files
committed
Remove the deprecated var input
1 parent 366569e commit 260b981

File tree

11 files changed

+1
-110
lines changed

11 files changed

+1
-110
lines changed

docs-gen/inputs/var.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
''',
2828
required=False,
2929
deprecation_message='Use the variables input instead.',
30+
available_in=[],
3031
#default='',
3132
show_in_docs=False
3233
)

terraform-apply/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ inputs:
3030
List of tfvars files to use, one per line.
3131
Paths should be relative to the GitHub Actions workspace
3232
required: false
33-
var:
34-
description: |
35-
Comma separated list of Terraform vars to set.
36-
This is deprecated due to the following limitations:
37-
- Only primitive types can be set with `var` - number, bool and string.
38-
- String values may not contain a comma.
39-
- Values set with `var` will be overridden by values contained in `var_file`s
40-
- Does not work with the `remote` backend
41-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
42-
required: false
43-
deprecationMessage: Use the variables input instead.
4433
backend_config:
4534
description: List of Terraform backend config values, one per line.
4635
required: false

terraform-check/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ inputs:
2222
List of tfvars files to use, one per line.
2323
Paths should be relative to the GitHub Actions workspace
2424
required: false
25-
var:
26-
description: |
27-
Comma separated list of Terraform vars to set.
28-
This is deprecated due to the following limitations:
29-
- Only primitive types can be set with `var` - number, bool and string.
30-
- String values may not contain a comma.
31-
- Values set with `var` will be overridden by values contained in `var_file`s
32-
- Does not work with the `remote` backend
33-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
34-
required: false
35-
deprecationMessage: Use the variables input instead.
3625
backend_config:
3726
description: List of Terraform backend config values, one per line.
3827
required: false

terraform-destroy-workspace/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ inputs:
2121
List of tfvars files to use, one per line.
2222
Paths should be relative to the GitHub Actions workspace
2323
required: false
24-
var:
25-
description: |
26-
Comma separated list of Terraform vars to set.
27-
This is deprecated due to the following limitations:
28-
- Only primitive types can be set with `var` - number, bool and string.
29-
- String values may not contain a comma.
30-
- Values set with `var` will be overridden by values contained in `var_file`s
31-
- Does not work with the `remote` backend
32-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
33-
required: false
34-
deprecationMessage: Use the variables input instead.
3524
backend_config:
3625
description: List of Terraform backend config values, one per line.
3726
required: false

terraform-destroy/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ inputs:
2222
List of tfvars files to use, one per line.
2323
Paths should be relative to the GitHub Actions workspace
2424
required: false
25-
var:
26-
description: |
27-
Comma separated list of Terraform vars to set.
28-
This is deprecated due to the following limitations:
29-
- Only primitive types can be set with `var` - number, bool and string.
30-
- String values may not contain a comma.
31-
- Values set with `var` will be overridden by values contained in `var_file`s
32-
- Does not work with the `remote` backend
33-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
34-
required: false
35-
deprecationMessage: Use the variables input instead.
3625
backend_config:
3726
description: List of Terraform backend config values, one per line.
3827
required: false

terraform-plan/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ inputs:
3030
List of tfvars files to use, one per line.
3131
Paths should be relative to the GitHub Actions workspace
3232
required: false
33-
var:
34-
description: |
35-
Comma separated list of Terraform vars to set.
36-
This is deprecated due to the following limitations:
37-
- Only primitive types can be set with `var` - number, bool and string.
38-
- String values may not contain a comma.
39-
- Values set with `var` will be overridden by values contained in `var_file`s
40-
- Does not work with the `remote` backend
41-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
42-
required: false
43-
deprecationMessage: Use the variables input instead.
4433
backend_config:
4534
description: List of Terraform backend config values, one per line.
4635
required: false

tofu-apply/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ inputs:
3030
List of tfvars files to use, one per line.
3131
Paths should be relative to the GitHub Actions workspace
3232
required: false
33-
var:
34-
description: |
35-
Comma separated list of OpenTofu vars to set.
36-
This is deprecated due to the following limitations:
37-
- Only primitive types can be set with `var` - number, bool and string.
38-
- String values may not contain a comma.
39-
- Values set with `var` will be overridden by values contained in `var_file`s
40-
- Does not work with the `remote` backend
41-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
42-
required: false
43-
deprecationMessage: Use the variables input instead.
4433
backend_config:
4534
description: List of OpenTofu backend config values, one per line.
4635
required: false

tofu-check/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ inputs:
2222
List of tfvars files to use, one per line.
2323
Paths should be relative to the GitHub Actions workspace
2424
required: false
25-
var:
26-
description: |
27-
Comma separated list of OpenTofu vars to set.
28-
This is deprecated due to the following limitations:
29-
- Only primitive types can be set with `var` - number, bool and string.
30-
- String values may not contain a comma.
31-
- Values set with `var` will be overridden by values contained in `var_file`s
32-
- Does not work with the `remote` backend
33-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
34-
required: false
35-
deprecationMessage: Use the variables input instead.
3625
backend_config:
3726
description: List of OpenTofu backend config values, one per line.
3827
required: false

tofu-destroy-workspace/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ inputs:
2121
List of tfvars files to use, one per line.
2222
Paths should be relative to the GitHub Actions workspace
2323
required: false
24-
var:
25-
description: |
26-
Comma separated list of OpenTofu vars to set.
27-
This is deprecated due to the following limitations:
28-
- Only primitive types can be set with `var` - number, bool and string.
29-
- String values may not contain a comma.
30-
- Values set with `var` will be overridden by values contained in `var_file`s
31-
- Does not work with the `remote` backend
32-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
33-
required: false
34-
deprecationMessage: Use the variables input instead.
3524
backend_config:
3625
description: List of OpenTofu backend config values, one per line.
3726
required: false

tofu-destroy/action.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ inputs:
2222
List of tfvars files to use, one per line.
2323
Paths should be relative to the GitHub Actions workspace
2424
required: false
25-
var:
26-
description: |
27-
Comma separated list of OpenTofu vars to set.
28-
This is deprecated due to the following limitations:
29-
- Only primitive types can be set with `var` - number, bool and string.
30-
- String values may not contain a comma.
31-
- Values set with `var` will be overridden by values contained in `var_file`s
32-
- Does not work with the `remote` backend
33-
You can change from `var` to `variables` by putting each variable on a separate line and ensuring each string value is quoted.
34-
required: false
35-
deprecationMessage: Use the variables input instead.
3625
backend_config:
3726
description: List of OpenTofu backend config values, one per line.
3827
required: false

0 commit comments

Comments
 (0)