We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08675df + a05a39d commit a78deb0Copy full SHA for a78deb0
main.tf
@@ -1,6 +1,6 @@
1
locals {
2
latest_component_minor_version = "${split(".", var.component_version)[0]}.${split(".", var.component_version)[1]}.x"
3
- action = var.platform == "Linux" ? "ExecuteBash" : "ExecutePowershell"
+ action = var.platform == "Linux" ? "ExecuteBash" : "ExecutePowerShell"
4
5
data = templatefile("${path.module}/component.yml.tpl", {
6
description = var.description
0 commit comments