ruby-terraform 1.5.0 → 1.6.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad4e5e0ec2f10785081a48749f8622d47fb0ff96f8e50dc12ae00434abb4adb9
4
- data.tar.gz: 23b9b9d7a9ae431c8111cd5732942f3e9dc5fc4e526cc2715babaf3b6378551c
3
+ metadata.gz: ade7989e4320d556292b8ad138c0e42e38628d9e449168e5cc268e577ff48f9d
4
+ data.tar.gz: '0465179ec03a7bbb1cd3c2a6225742364fafec63b38acef88bde00947da90d5e'
5
5
  SHA512:
6
- metadata.gz: 66661db563b4447babbed30ddd0ad8cbeb10a449d39aedf00a4fd06634dfabba9066f8db5d8e18d32e1cf8d71ebe67769436b6768fbc90de9fd69d974f3168c0
7
- data.tar.gz: 650063fb1aa61c0082317cc680f68cf6a3f81ce114ad26e644f4d7b5a3b766a9897fe0c58b23e2aa5a8abb63fb35cf6a8c1097dbb4fe17f0accb576fa49ac7f7
6
+ metadata.gz: f4c59962d2ab62e912ed953b07bfbd8098445c5d78f692099ee258000a94dfab4feaebeaf0f3e7c92b1abbc8b41f6dc536baa953f5fb34dfdb30a938e208300a
7
+ data.tar.gz: ef55eff9c144e412d23b2429fa3a8de292e74d230b2c31f2d66eaad95957517e3d8a44856f48144c0975e2b2b883468ce3ca0a5edc5bcf23311c706239e76de6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-terraform (1.5.0)
4
+ ruby-terraform (1.6.0.pre.1)
5
5
  immutable-struct (~> 2.4)
6
6
  lino (~> 3.0)
7
7
 
@@ -47,10 +47,10 @@ module RubyTerraform
47
47
  # * +:refresh+: when +true+, updates state prior to checking for
48
48
  # differences; when +false+ uses locally available state; defaults to
49
49
  # +true+; this has no effect when +:plan+ is provided.
50
- # * +replace+: force replacement of a particular resource instance using
50
+ # * +:replace+: force replacement of a particular resource instance using
51
51
  # its resource address. If the apply would've normally produced an update
52
52
  # or no-op action for this instance, Terraform will replace it instead.
53
- # * +replaces+: an array of resource addresses to replace; if both
53
+ # * +:replaces+: an array of resource addresses to replace; if both
54
54
  # +replace+ and +replaces+ are provided, all resources will be replaced.
55
55
  # * +:state+: the path to the state file from which to read state and in
56
56
  # which to store state (unless +:state_out+ is specified); defaults to
@@ -45,11 +45,11 @@ module RubyTerraform
45
45
  # * +:refresh+: when +true+, updates state prior to checking for
46
46
  # differences; when +false+ uses locally available state; defaults to
47
47
  # +true+; this has no effect when +:plan+ is provided.
48
- # * +replace+: force replacement of a particular resource instance using
48
+ # * +:replace+: force replacement of a particular resource instance using
49
49
  # its resource address. If the plan would've normally produced an update
50
50
  # or no-op action for this instance, Terraform will plan to replace it
51
51
  # instead.
52
- # * +replaces+: an array of resource addresses to replace; if both
52
+ # * +:replaces+: an array of resource addresses to replace; if both
53
53
  # +replace+ and +replaces+ are provided, all resources will be replaced.
54
54
  # * +:state+: the path to the state file from which to read state and in
55
55
  # which to store state (unless +:state_out+ is specified); defaults to
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyTerraform
4
- VERSION = '1.5.0'
4
+ VERSION = '1.6.0.pre.1'
5
5
  end
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.5.0
4
+ version: 1.6.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
@@ -351,9 +351,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
351
351
  version: '2.7'
352
352
  required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  requirements:
354
- - - ">="
354
+ - - ">"
355
355
  - !ruby/object:Gem::Version
356
- version: '0'
356
+ version: 1.3.1
357
357
  requirements: []
358
358
  rubygems_version: 3.1.6
359
359
  signing_key: