terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
Mistake in docs in example for octopusdeploy_variable
trafficstars
Describe the bug The example in the docs for octopusdeploy_variable has this fragment:
# create an Azure service principal account variable
resource "octopusdeploy_account" "azure_service_principal_account_variable" {
owner_id = "Projects-123"
type = "AzureAccount"
name = "My Azure Service Principal Account (OK to Delete)"
value = "Accounts-123"
}
Should it rather start with resource "octopusdeploy_variable" ...?