ruby-terraform 1.8.0.pre.4 → 1.8.0.pre.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36162d0a881f08fa5ef6430f17cc7637632b93b1697a7ebd609d23266bba6af5
4
- data.tar.gz: b88db16efe860acc5b56d97f52b18560f453dd8368e37a99ad17905db2e704a6
3
+ metadata.gz: 04e952816455b40a1ff0ade3e46003faffa12b7a0fc974bb1a4bbb7d1059e6af
4
+ data.tar.gz: 13ce73af719b883a74d2aba22d0f8c380aee3c5ebb092c85613a7ba7710a0cd5
5
5
  SHA512:
6
- metadata.gz: 3cc833a19e7b2719a54e949a517b3823fe27fd7ce51edf1f3ca5cdc0f2bcd4ad7de019474f95e3641793d699b31eb8f4ce13b3408e2146157d62bd9fdef10f4c
7
- data.tar.gz: c464555452f006b98e966ace4559796ba535b173c52598d188b82e2d63647029526b1dca3a0c46fd73389db105994135a438378326bb44595c96019c5200a655
6
+ metadata.gz: dec912fd8f4caefffab79439908e549463b825159655d5e7d84c4bca9b8c1adc67cca22f3271b6604de1e7297f038704fc69e161e41388aabd6ea1eb3e6293cd
7
+ data.tar.gz: 5c7f469d5d9df91a3c45db0d470d8d4a1c6526fff683f50c20908744948ba6c63f23d4f9284c8aa8b888b043e54c0aea9c5f10b599c1a002c1d4a1fe82bc17fa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-terraform (1.8.0.pre.4)
4
+ ruby-terraform (1.8.0.pre.5)
5
5
  immutable-struct (~> 2.4)
6
6
  lino (~> 3.0)
7
7
 
@@ -16,6 +16,7 @@ module RubyTerraform
16
16
  # * +:directory+: the path to a directory containing terraform configuration
17
17
  # (deprecated in terraform 0.14, removed in terraform 0.15, use +:chdir+
18
18
  # instead).
19
+ # * +:or_create+: whether to create the workspace if it does not exist.
19
20
  # * +:chdir+: the path of a working directory to switch to before executing
20
21
  # the given subcommand.
21
22
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyTerraform
4
- VERSION = '1.8.0.pre.4'
4
+ VERSION = '1.8.0.pre.5'
5
5
  end
@@ -1521,6 +1521,8 @@ module RubyTerraform
1521
1521
  # @option parameters [String] :directory The path to a directory containing
1522
1522
  # terraform configuration (deprecated in terraform 0.14, removed in
1523
1523
  # terraform 0.15, use +:chdir+ instead).
1524
+ # @option parameters [Boolean] :or_create Whether to create the workspace if
1525
+ # it does not exist.
1524
1526
  # @option parameters [String] :chdir The path of a working directory to
1525
1527
  # switch to before executing the given subcommand.
1526
1528
  # @param [Hash<String, Object>] invocation_options Additional options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0.pre.4
4
+ version: 1.8.0.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers