File tree Expand file tree Collapse file tree 11 files changed +1
-110
lines changed
terraform-destroy-workspace Expand file tree Collapse file tree 11 files changed +1
-110
lines changed Original file line number Diff line number Diff line change 2727''' ,
2828 required = False ,
2929 deprecation_message = 'Use the variables input instead.' ,
30+ available_in = [],
3031 #default='',
3132 show_in_docs = False
3233)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments