-
Notifications
You must be signed in to change notification settings - Fork 5
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
Creating opslevel_service
using v0.11.0 is failing
#304
Comments
Hey @oponomarov-tu - we are in the middle of a massive refactor of the codebase bringing it up to the lastest SDK version. I think we won't beable to test this out until that is shipped and then we'll most likely want to have your roll forward to that one to see if this is fixed there. I'll add this to our queue for checking on post refactor. |
Thanks for prompt feedback. I guess this is most likely blocking everyone from using OpsLevel provider and |
@oponomarov-tu - we are going to look at getting your other issue as a fix into the pre-release so maybe once thats in you try to roll forward. The newest terraform provider gives provider writes alot more control over the state, config and plan/apply that we think might actually fix this. We suspect this is due to an underlying change with opslevel-go and unfortunately the current provider is an un tested codebase. Moving to the latest provider SDK will allow us to way more easily write tests for our code with an aim to stabilize the provider and move towards 1.0 |
@oponomarov-tu the clue is in the error message. Although the so all you gotta do in order to create a service via tf is specify those inputs. check the example usage on the link i referenced above to see how to go about that using data sources. |
We've been using v0.11.0 successfully in the last couple of weeks. Since recently, when adding new
opslevel_service
resource withlifecycle { ignore_changes = ... }
it started to fail. This is not the first time we can not use a locked-down provider version to manage existing resources or create new ones with same configuration.Example HCL:
Terraform apply:
The text was updated successfully, but these errors were encountered: