github.com/GoogleCloudPlatform/terraformer@v0.8.18/tests/octopusdeploy/channel.tf (about)

     1  resource "octopusdeploy_channel" "helm" {
     2    name        = "Helm"
     3    description = "The Helm channel"
     4    project_id  = octopusdeploy_project.deploymark_api.id
     5  }