Brian Schonecker
Brian Schonecker
##### SUMMARY When specifying values for the ''target:'' parameter, the command line argument doesn't provide an equals sign to the terraform/tofu command ##### ISSUE TYPE - Bug Report ##### STEPS...
##### SUMMARY Add the '-exclude' parameter (which currently is OpenTofu specific) that will allow excluding specific resources during the build process. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME...
The workflow runs aren't running successfully and I'm looking to anyone in the community that can clean up my work as I know nothing of Python. ##### SUMMARY Much like...
``` OpenTofu v1.10.4 on linux_amd64 + provider registry.opentofu.org/infobloxopen/infoblox v2.10.0 ``` ``` terraform { required_providers { infoblox = { source = "infobloxopen/infoblox" version = "= 2.10.0" } } } ``` ```...