We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's either a bug or some weird workaround @0x2b3bfa0 forgot to document. Sounds like a bug.
terraform-provider-iterative/task/k8s/task.go
Lines 205 to 207 in 7b27c57
Should read t.Resources.Job.Delete instead of t.Resources.Job.Create but changing it breaks the tests.
t.Resources.Job.Delete
t.Resources.Job.Create
The text was updated successfully, but these errors were encountered:
tasdomas
No branches or pull requests
Extracted from #645 (comment)
It's either a bug or some weird workaround @0x2b3bfa0 forgot to document. Sounds like a bug.
terraform-provider-iterative/task/k8s/task.go
Lines 205 to 207 in 7b27c57
Should read
t.Resources.Job.Delete
instead oft.Resources.Job.Create
but changing it breaks the tests.The text was updated successfully, but these errors were encountered: