Diógenes Fernandes

Results 12 issues of Diógenes Fernandes

Traceback (most recent call last): File "/Users/diofeher/.virtualenvs/owtf/bin/owtf", line 7, in exec(compile(f.read(), __file__, 'exec')) File "/Users/diofeher/workspace/owtf/bin/owtf", line 7, in from owtf.core import main File "/Users/diofeher/workspace/owtf/owtf/__init__.py", line 4, in from typing import...

If you try to select "All" option in "Run" modal on targets screen, the modal closes. Other options work fine. ## Current Behavior ![2019-04-03 23 53 53](https://user-images.githubusercontent.com/161360/55526592-162cc400-566c-11e9-81ab-723c711b97a3.gif) ## Expected Behavior...

When user is installing owtf and doesn't have tornado installed in its own system, when importing __version__ on setup.py, it will try to load OWTFLogger, that uses tornado, then breaking...

I wanted to add a method to add to return json when the user is not authorized. Where is the best place / method to add this handler?

support request

Adding documentation for provider for_each, both for modules and resources. Resolves #2393 ## Target Release 1.10.0 ## Checklist - [x] I have read the [contribution guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md). - [x] I have...

Github actions secret do not support repos from another organization. The only supported repos are the same from the owner's token. ---- ### Before the change? * You cannot set...

Resolves #3451 I needed to split the `go run` command on installing it first, so the binary can be used for both Windows and Unix/Darwin. If another maintainer is merging,...

Resolves https://github.com/opentofu/opentofu/issues/1236 Issue created to track the existing work for Dependabot support. This is a work in progress. - [ ] Implement OCI support in Dependabot for the file_parser.rb -...

accepted

This implementation involves creating a pull request at [dependabot-core](https://github.com/dependabot/dependabot-core) with an initial implementation of the OpenTofu ecosystem: - Integrating with our binary; - Integrating with our registry; - Skipping early...

While I was reviewing #3069 , I noticed that we have almost no docs on `mock_resource`. Although it's mentioned at https://opentofu.org/docs/cli/commands/test/, it would make sense to create a sub-section on...

help wanted
accepted