Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for manage config-as-code runbooks #869

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

geofflamrock
Copy link

@geofflamrock geofflamrock commented Feb 14, 2025

Requires OctopusDeploy/go-octopusdeploy#306 to be merged

@@ -1,8 +1,8 @@
module github.com/OctopusDeploy/terraform-provider-octopusdeploy

go 1.22
go 1.22.7
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore all this, I've got my local go-octopusdeploy repo connected up using a go workspace, and it caused some weird ambigious module error. The only way I could get rid of it was to reference google.golang.org/genproto directly instead of the sub modules, and this brought in a bunch of other stuff, including a min go bump. I'm hoping once the changes in the go-octopusdeploy library land this won't be a thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant