John Bristowe
John Bristowe
As mentioned in #10: > deprecation messages are not included in the schema exported from Terraform, only a bool indicating its deprecated I propose making this bool available in the...
Assume the following schema segment: ```go "quantity": { Default: 30, Description: "The quantity of this resource.", Optional: true, Type: schema.TypeInt, } ``` When documentation is generated, fields are emitted with...
**Is your feature request related to a problem? Please describe.** Currently, step templates are unsupported. As a user, I would like to have them supported by the Terraform Provider for...
`ServeOpts` supports a `Debug` property that can be set to support debuggers.
**Is your feature request related to a problem? Please describe.** Currently, documentation is generated through [terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) and changes are pushed to the repo. **Describe the solution you'd like** The release...
Recently, a customer posed the following question concerning the `octopusdeploy_ssh_key_account` resource: > What is the way to configure the key file? I tried all possible way like `./key`, `[keyfile]`, `[./keyfile]`....
Currently, the data source, `octopusdeploy_spaces` provides a context for searching against a collection of space resources. This is non-optimal for searching against a singular space where one (and only one)...
Currently, there is no support to manage Amazon ECS cluster deployment targets. This issue proposed the creation of the resource, `octopusdeploy_aws_ecs_cluster_deployment_target`.
From [Creating Modules](https://www.terraform.io/docs/language/modules/develop/index.html): > A module is a container for multiple resources that are used together. Modules can be used to create lightweight abstractions, so that you can describe your...