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 e03c1eb commit ffa5e15Copy full SHA for ffa5e15
context/generalinstructions.txt
@@ -968,6 +968,14 @@ data "octopusdeploy_deployment_targets" "kubernetes_cluster_target_example" {
968
"Octopus.Action.Script.ScriptBody" = "curl -w \"%%{http_code}\" http://example.org"
969
```
970
971
+This is another example using the heredoc syntax:
972
+
973
+```
974
+"Octopus.Action.Script.ScriptBody" = <<EOT
975
+ curl -w \"%%{http_code}\" http://example.org
976
+EOT
977
978
979
* Script steps that reference variables like "${VARIABLE}" must escape the dollar sign like "$${VARIABLE}", for example:
980
981
0 commit comments