ruby-terraform 1.5.0 → 1.6.0.pre.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ruby_terraform/commands/apply.rb +2 -2
- data/lib/ruby_terraform/commands/plan.rb +2 -2
- data/lib/ruby_terraform/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade7989e4320d556292b8ad138c0e42e38628d9e449168e5cc268e577ff48f9d
|
|
4
|
+
data.tar.gz: '0465179ec03a7bbb1cd3c2a6225742364fafec63b38acef88bde00947da90d5e'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4c59962d2ab62e912ed953b07bfbd8098445c5d78f692099ee258000a94dfab4feaebeaf0f3e7c92b1abbc8b41f6dc536baa953f5fb34dfdb30a938e208300a
|
|
7
|
+
data.tar.gz: ef55eff9c144e412d23b2429fa3a8de292e74d230b2c31f2d66eaad95957517e3d8a44856f48144c0975e2b2b883468ce3ca0a5edc5bcf23311c706239e76de6
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
-
# *
|
|
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
|
-
# *
|
|
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
|
-
# *
|
|
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
|
-
# *
|
|
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
|
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.
|
|
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:
|
|
356
|
+
version: 1.3.1
|
|
357
357
|
requirements: []
|
|
358
358
|
rubygems_version: 3.1.6
|
|
359
359
|
signing_key:
|