terraform-provider-octopusdeploy
terraform-provider-octopusdeploy copied to clipboard
Terraform Provider for Octopus Deploy :octopus:
**Describe the bug** The `octopusdeploy_variables` data source does not appear to be usable. The source for for [data_source_variables ](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/blob/master/octopusdeploy/data_source_variables.go) seems to lack the patterns/conventions used in other data sources in...
**Describe the bug** If you attempt to create 'aws-ecs-update-service' in terraform, the project will become broken from the UI side. **Steps to reproduce** 1. Setup a deployment process using documented...
**Is your feature request related to a problem? Please describe.** Because support for spaces depends on the provider used, it cannot be easily used in loops because of Terraform issues...
**Describe the bug** Unable to provision new server because provider attempts to obtain the API key from an endpoint which doesn't exist How it should work: * Terraform creates Kubernetes...
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.17.0 to 2.20.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.20.0 NOTES: helper/logging: Existing NewTransport() is now deprecated in favour of using the new NewLoggingHTTPTransport() or NewSubsystemLoggingHTTPTransport() (#1006)...
**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...
Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.40.15 to 0.40.18. Release notes Sourced from github.com/gruntwork-io/terratest's releases. v0.48.18 Modules affected docker Description Added usage of docker compose command if is available Updated quick-start documentation to...
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.9.0 to 0.13.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-docs's releases. v0.13.0 ENHANCEMENTS: schemamd: Nested attributes are now correctly grouped in "optional", "required" and "read-only" (#163). BUG FIXES: template...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...