-
Notifications
You must be signed in to change notification settings - Fork 67
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
Cannot create octopusdeploy_machine_policy with or without kubernetes_agent_update_behavior #830
Comments
Hi @bprathap104, can you please confirm which versions of Octopus Server and the Terraform Provider you're using? I tested your provided HCL using TFP v0.36.0 and was unable to reproduce the same error you're experiencing.
|
Hi @mjhilton, Thanks for looking into the issue. |
Which version of Octopus Server are you running your config against? |
Hey @bprathap104, can you please let me know which version of Octopus Server you were running your Terraform against? As you can see, I was able to do a full There might be some API-level incompatibility in earlier versions, so it would help if I can test against the exact version of Octopus Server you're using. |
Describe the bug
The following error is thrown when trying to create an octopusdeploy_machine_policy with kubernetes_agent_update_behavior :
Steps to reproduce
Write Terraform to create a new octopusdeploy_machine_policy with or without kubernetes_agent_update_behavior in machine_update_policy
Expected behavior
A machine policy gets created without any error
Additional context
Because of the error with machine policy creation, we are not able to create a worker
The text was updated successfully, but these errors were encountered: