terraform-provider-octopusdeploy icon indicating copy to clipboard operation
terraform-provider-octopusdeploy copied to clipboard

Mistake in docs in example for octopusdeploy_variable

Open ArturDorochowicz opened this issue 2 years ago • 0 comments
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" ...?

ArturDorochowicz avatar Mar 15 '23 16:03 ArturDorochowicz