Octopus.TerraformApply exported 2023-12-20 by mcasperson belongs to ‘Octopus’ category.
This step exposes the fields required to deploy a runbook serialized with octoterra using Terraform to a project.
This step configures a Terraform Azure backend.
It is recommended that this step be run with the octopuslabs/terraform-workertools
worker image.
Parameters
When steps based on the template are included in a project’s deployment process, the parameters below can be set.
Terraform Workspace
OctoterraApply.Terraform.Workspace.Name = #{OctoterraApply.Octopus.SpaceID}
The name of the Terraform workspace. This must be unique for every project this module is deployed to. The default value is based on the space ID that the module is applied to: #{OctoterraApply.Octopus.SpaceID}
. Leave this as the default value unless you have a specific reason to change it.
Terraform Module Package
OctoterraApply.Terraform.Package.Id =
The package created by octoterra. It must include the space_population
directory.
Octopus Server URL
OctoterraApply.Octopus.ServerUrl = #{Octopus.Web.ServerUri}
The Octopus server URL.
Octopus API key
OctoterraApply.Octopus.ApiKey =
The Octopus API key. See the documentation for details on creating an API key.
Octopus Space ID
OctoterraApply.Octopus.SpaceID =
The Space ID to deploy the Terraform module into. The Octopus - Lookup Space ID step can be used to convert a space name to an ID.
Octopus Project Name
OctoterraApply.Octopus.Project =
The name of the project to import the runbook into
Azure Account Variable
OctoterraApply.Azure.Account =
The Azure account variable.
Azure Backend Resource Group
OctoterraApply.Azure.Storage.ResourceGroup =
The name of the resource group holding the Azure storage account. See the Terraform documentation for details on using Azure storage accounts as a backend.
Azure Storage Account Name
OctoterraApply.Azure.Storage.AccountName =
The name of the Azure storage account used to hold the Terraform state. See the Terraform documentation for details on using Azure storage accounts as a backend.
Azure Storage Container
OctoterraApply.Azure.Storage.Container =
The name of the Azure storage account container used to hold the Terraform state. See the Terraform documentation for details on using Azure storage accounts as a backend.
Azure Storage Key
OctoterraApply.Azure.Storage.Key = Runbook_#{Octopus.Action.Package.PackageId}
The file used to hold the Terraform state. See the Terraform documentation for details on using Azure as a backend. The combination of the workspace name and this key must be unique.
The default value is the name of the runbook and a prefix to indicate the type of resource: Runbook_#{Octopus.Action.Package.PackageId}
.
Terraform Additional Apply Params
OctoterraApply.Terraform.AdditionalApplyParams =
This field can be used to define additional parameters passed to the terraform apply
command. This field can be left blank. See the Terraform documentation for details on the apply
command.
Terraform Additional Init Params
OctoterraApply.Terraform.AdditionalInitParams =
This field can be used to define additional parameters passed to the terraform init
command. This field can be left blank. See the Terraform documentation for details on the init
command.
Script body
Steps based on this template will execute the following undefined script.
undefined
Provided under the Apache License version 2.0.
To use this template in Octopus Deploy, copy the JSON below and paste it into the Library → Step templates → Import dialog.
{
"Id": "9b206752-5a8c-40dd-84a8-94f08a42955c",
"Name": "Octopus - Add Runbook to Project (Azure Backend)",
"Description": "This step exposes the fields required to deploy a runbook serialized with [octoterra](https://github.com/OctopusSolutionsEngineering/OctopusTerraformExport) using Terraform to a project.\n\nThis step configures a Terraform Azure backend.\n\nIt is recommended that this step be run with the `octopuslabs/terraform-workertools` worker image.",
"Version": 1,
"ExportedAt": "2023-12-20T23:32:58.875Z",
"ActionType": "Octopus.TerraformApply",
"Author": "mcasperson",
"Packages": [
{
"Id": "093b1515-15a9-4446-8dc2-6297018a77e7",
"Name": "",
"PackageId": null,
"FeedId": null,
"AcquisitionLocation": "Server",
"Properties": {
"SelectionMode": "deferred",
"PackageParameterName": "OctoterraApply.Terraform.Package.Id"
}
}
],
"Parameters": [
{
"Id": "78dee77f-10a8-465c-9134-cda7edb6e794",
"Name": "OctoterraApply.Terraform.Workspace.Name",
"Label": "Terraform Workspace",
"HelpText": "The name of the Terraform workspace. This must be unique for every project this module is deployed to. The default value is based on the space ID that the module is applied to: `#{OctoterraApply.Octopus.SpaceID}`. Leave this as the default value unless you have a specific reason to change it.",
"DefaultValue": "#{OctoterraApply.Octopus.SpaceID}",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "6c05bc2b-1326-4e6b-a6ea-16d09d6a6abe",
"Name": "OctoterraApply.Terraform.Package.Id",
"Label": "Terraform Module Package",
"HelpText": "The package created by [octoterra](https://github.com/OctopusSolutionsEngineering/OctopusTerraformExport). It must include the `space_population` directory.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "Package"
}
},
{
"Id": "ecadd361-bdf6-45d5-92bb-2dba7ebf4163",
"Name": "OctoterraApply.Octopus.ServerUrl",
"Label": "Octopus Server URL",
"HelpText": "The Octopus server URL.",
"DefaultValue": "#{Octopus.Web.ServerUri}",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "c43aff0c-1321-42d6-a08b-a22426239e30",
"Name": "OctoterraApply.Octopus.ApiKey",
"Label": "Octopus API key",
"HelpText": "The Octopus API key. See the [documentation](https://octopus.com/docs/octopus-rest-api/how-to-create-an-api-key) for details on creating an API key.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "Sensitive"
}
},
{
"Id": "4b669ef2-11e3-4ead-b613-60b9832ec23e",
"Name": "OctoterraApply.Octopus.SpaceID",
"Label": "Octopus Space ID",
"HelpText": "The Space ID to deploy the Terraform module into. The [Octopus - Lookup Space ID](https://library.octopus.com/step-templates/324f747e-e2cd-439d-a660-774baf4991f2/actiontemplate-octopus-lookup-space-id) step can be used to convert a space name to an ID.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "b54953d9-a441-485c-97f8-937ba0e77c32",
"Name": "OctoterraApply.Octopus.Project",
"Label": "Octopus Project Name",
"HelpText": "The name of the project to import the runbook into",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "f827567a-9807-4d3a-b16e-2845112d1873",
"Name": "OctoterraApply.Azure.Account",
"Label": "Azure Account Variable",
"HelpText": "The Azure account variable.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "AzureAccount"
}
},
{
"Id": "b2d855be-4f8f-4c7c-9e28-49c5539c1df5",
"Name": "OctoterraApply.Azure.Storage.ResourceGroup",
"Label": "Azure Backend Resource Group",
"HelpText": "The name of the resource group holding the Azure storage account. See the [Terraform documentation](https://developer.hashicorp.com/terraform/language/settings/backends/azurerm) for details on using Azure storage accounts as a backend.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "d3098333-99ac-463f-83eb-f66aca3d1055",
"Name": "OctoterraApply.Azure.Storage.AccountName",
"Label": "Azure Storage Account Name",
"HelpText": "The name of the Azure storage account used to hold the Terraform state. See the [Terraform documentation](https://developer.hashicorp.com/terraform/language/settings/backends/azurerm) for details on using Azure storage accounts as a backend.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "7c816136-7917-4b7d-9a5a-580c6466c713",
"Name": "OctoterraApply.Azure.Storage.Container",
"Label": "Azure Storage Container",
"HelpText": "The name of the Azure storage account container used to hold the Terraform state. See the [Terraform documentation](https://developer.hashicorp.com/terraform/language/settings/backends/azurerm) for details on using Azure storage accounts as a backend.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "b793155e-76c5-4781-a075-d1c5182c3b5f",
"Name": "OctoterraApply.Azure.Storage.Key",
"Label": "Azure Storage Key",
"HelpText": "The file used to hold the Terraform state. See the [Terraform documentation](https://developer.hashicorp.com/terraform/language/settings/backends/azurerm) for details on using Azure as a backend. The combination of the workspace name and this key must be unique. \n\nThe default value is the name of the runbook and a prefix to indicate the type of resource: `Runbook_#{Octopus.Action.Package.PackageId}`.",
"DefaultValue": "Runbook_#{Octopus.Action.Package.PackageId}",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "213f14e9-3856-419f-9de1-1e0e755c82db",
"Name": "OctoterraApply.Terraform.AdditionalApplyParams",
"Label": "Terraform Additional Apply Params",
"HelpText": "This field can be used to define additional parameters passed to the `terraform apply` command. This field can be left blank. See the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands/apply) for details on the `apply` command.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
},
{
"Id": "24e0186c-bb65-4c77-b9d8-4f4d19523621",
"Name": "OctoterraApply.Terraform.AdditionalInitParams",
"Label": "Terraform Additional Init Params",
"HelpText": "This field can be used to define additional parameters passed to the `terraform init` command. This field can be left blank. See the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands/init) for details on the `init` command.",
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "SingleLineText"
}
}
],
"Properties": {
"Octopus.Action.GoogleCloud.UseVMServiceAccount": "False",
"Octopus.Action.GoogleCloud.ImpersonateServiceAccount": "False",
"Octopus.Action.Terraform.GoogleCloudAccount": "False",
"Octopus.Action.Terraform.AzureAccount": "True",
"Octopus.Action.Terraform.ManagedAccount": "None",
"Octopus.Action.Terraform.AllowPluginDownloads": "True",
"Octopus.Action.Script.ScriptSource": "Package",
"Octopus.Action.Terraform.RunAutomaticFileSubstitution": "False",
"Octopus.Action.Terraform.PlanJsonOutput": "False",
"Octopus.Action.Terraform.Workspace": "#{OctoterraApply.Terraform.Workspace.Name}",
"Octopus.Action.Terraform.AdditionalInitParams": "-backend-config=\"resource_group_name=#{OctoterraApply.Azure.Storage.ResourceGroup}\" -backend-config=\"storage_account_name=#{OctoterraApply.Azure.Storage.AccountName}\" -backend-config=\"container_name=#{OctoterraApply.Azure.Storage.Container}\" -backend-config=\"key=#{OctoterraApply.Azure.Storage.Key}\" #{if OctoterraApply.Terraform.AdditionalInitParams}#{OctoterraApply.Terraform.AdditionalInitParams}#{/if}",
"Octopus.Action.Terraform.AdditionalActionParams": "-var=octopus_server=#{OctoterraApply.Octopus.ServerUrl} -var=octopus_apikey=#{OctoterraApply.Octopus.ApiKey} -var=octopus_space_id=#{OctoterraApply.Octopus.SpaceID} \"-var=parent_project_name=#{OctoterraApply.Octopus.Project}\" #{if OctoterraApply.Terraform.AdditionalApplyParams}#{OctoterraApply.Terraform.AdditionalApplyParams}#{/if}",
"Octopus.Action.Package.DownloadOnTentacle": "False",
"Octopus.Action.RunOnServer": "true",
"Octopus.Action.AwsAccount.UseInstanceRole": "False",
"Octopus.Action.Aws.AssumeRole": "False",
"Octopus.Action.Terraform.TemplateDirectory": "space_population",
"Octopus.Action.Terraform.FileSubstitution": "**/project_variable_sensitive*.tf",
"Octopus.Action.AzureAccount.Variable": "OctoterraApply.Azure.Account"
},
"Category": "Octopus",
"HistoryUrl": "https://github.com/OctopusDeploy/Library/commits/master/step-templates//opt/buildagent/work/75443764cd38076d/step-templates/octopus-add-runbook-to-project-azure.json",
"Website": "/step-templates/9b206752-5a8c-40dd-84a8-94f08a42955c",
"Logo": "iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1QTFRFT6Tl////L5Pg8vj9Y67omsvwPJrisdfzfbzs5fL7y+T32Ov5isLucLXqvt31CJPHWwAABMJJREFUeNrs3deW4jAMAFDF3U75/89dlp0ZhiU4blJEjvQ8hYubLJsA00UCBCIQgQhEIAIRiEAEIhCBCEQgAhGIQAQiEIEIhD8kJm+t+QprfdKfB9HbYpx6CWfspj8HMi+gMgHL/AmQA8W3JTKH+ALFvzCeL0RbpyoCPE9IJeNOSQwh5Z3qd6yRGWQ2qi2cZQWxqj1WzQYSjeoJmJlAklOd4VlArOqPhQEkqBERToeMcfRJBkC0Uep8CfBpjz4JsHJ0zF3dkEWNje0kiB/sUC6eApndaIiCMyAa1PiwJ0AWhRGJHJJQHG2dC7h1rNbO1QOxSA7lNCkkKrQIpJCAB1GREILYIC1NAiwbpKFJgGWDNExcwGstfExcZBCHC6nOglshHtmhViLIig1RNBCN7qjtW8C0Z1UvJcC1Z9XmwMBzzvobmgAyEzgq91dtEEsBsQSQQAFZCSBAATEEEApHZbrVBIkkEIUPSVeB+KtALA0kXQUSrwKZBCIQBnk8Y4i5CsReBeKvkqLM+BCSDWJlrZFvGk9SRTHshkgjZCGAaArIxm3H3grhVzFlW2msfl1ca79UJ1bofYvsDHHlNdTZnlh5MghuPd5NdBDUNZHyCkfktIh03XzALGRPlBDPac7qgWjHZzWcmF5zmmkhidMQ6boKiDXcDTUEaylZqCGJ0Vjvu/fLJtHqhSANEvqb2OYqkOUqEHuVMbJcZdZCGiPhKhC4yjqiIjEE7XThMp8fAWII3mY3kUIQD+AMKQTzPiBhgQ63HlT/KSvgtoi0dq5mCPah1UIE0eh3sT0NhOByvKeAkFzi8PgQomumFhsyOxpIzZN4gLOj5plVwNpR0b2AuePWKBEHQu24pSsJA+LVCeHHQxZ1SiyDIdqok8IOhSSnTottHEQTdyt4ettAj4KkzA4dMikk2Dht2S5ptm1vswnPDxn0YyDZ5oDM3iToo2T5voWaYe+Q+vdjH80QyAzZhCgcDtLMI1Tmtz9w++XHgziHQHJJu/OZ3bs9Xn8gQ72NcP3dKqEfkp10F51xhoIi2I91R+LurXV/5q7pH+wx061CzO16oSQleMyr8fXvwMA0Pro8432DPD/ySx8XrHfSuDAM8n6UhnjQabaiXf5Bq/lREHvEeNtn1rJ08+C/uXkQZHeguxAPC3UvtcJYUogLzZX5hhZZvS6onG5lxXtzWGaygwb79vT/IXhdlNibwlKYOR6T8xjI7W8n+xV7T+GH4tMzWwR+lZhRkJYSsC0thpmCYqyngOz3rN2FLBZ2wZflBCggUHF0Vnp88JKienzIXLSEZCZqU7IKr/gQW9yx3pzV7Y9kvWZWTRRIqDmTtRUnU7b2lLcTYmoqHqnmiO1poER0SPkAeZMAZxaJx0Y3TCdAclsIqDz03ALcyxfTCZBsthoGXWmigGyVhWPLFJJfuuKQWycoEFdXbH4dJJoJxNR1eD/kshz6yn48cF8yW8sFoitflB1w6Q8n+/15Za7oA17/pYNmYgP5fmWm8L1NOHPWgK8kuFew1/JXtOA0yJCv7ah7X8ObUuT5kObU30+fDZm8+zqP+HTIpK0xQ796b5Kv2hSIQAQiEIEIRCACEYhABCIQgQhEIAIRiEAEIpBf8UeAAQAEjtYmlDTcCgAAAABJRU5ErkJggg==",
"$Meta": {
"Type": "ActionTemplate"
}
}
Page updated on Wednesday, December 20, 2023