ruby_terraform
ruby_terraform copied to clipboard
A simple Ruby wrapper for invoking terraform commands.
The reference to the parameter, 'backend_config' (singular) was, at best, confusing. Within the context of passing parameters to a Terraform command, the singular form is wrong. The parameter that is...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.12.1 to 2.13.2. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.13.2 Fix an error for RSpec/Capybara/SpecificFinders with no parentheses. (@ydah) Fix a false positive for RSpec/NoExpectationExample...
There are a couple of changes since 1.7.0. Can these be released?
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.61.0. Release notes Sourced from rubocop's releases. RuboCop 1.61 New features #12682: Add --editor-mode CLI option. (@koic) #12657: Support AutoCorrect: contextual option for LSP. (@koic)...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.27.0. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.27.0 Add new RSpec/IsExpectedSpecify cop. (@ydah) Add new RSpec/RepeatedSubjectCall cop. (@drcapulet) Add support for assert_true, assert_false,...
Bumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.36. Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for generated frameset pages (#1538) Improve tests for Ruby 3.3 compatibility (#1519, #1531)...
Bumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.35. Release notes Sourced from yard's releases. Release v0.9.35 Fix possible XSS on generated YARD frameset pages (thanks to @RedYetiDev for finding and patching) (2069e2b)....
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.12.0 to 3.13.0. Commits 317fc0b v3.13.0 cfb135a v3.12.0 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long...
Bumps [faker](https://github.com/faker-ruby/faker) from 3.2.2 to 3.2.3. Release notes Sourced from faker's releases. v.3.2.3 What's Changed v3.2.3 (2024-01-12) Happy 2024 with a new faker-ruby release. This version includes bug fixes, docs...
Hi! I would like to test my terraform with terraform test, and I would like to execute that command from a function. There is no test function available yet in...