terraspace_plugin_google 0.2.1 → 0.2.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f481b6c88c1de06a78da5d9a3097517202c3e17ceae6f81434bcb66abfd9468f
|
|
4
|
+
data.tar.gz: db7d7abd653cd1e0c7b780b69228645d840909a242fb920f44707fbdd19423db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0d816df268ff24c79488afa29105ff493c75f602fcf3a066befe8fbb9824d54ad8ef8c3d3ea8c57fa4be691ed057291e9ca061cf54eb5e4b86c49fa13f408f1
|
|
7
|
+
data.tar.gz: f960ab4f7c2488112b6d954b6f0b747f3fb2e6999be626d0ebe8d2ec634154b56c8e3cea4cdfe2d900f6395d45ffe4abca61a0880ac5f42742745a428a67c3d4
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
|
6
|
+
## [0.2.2]
|
|
7
|
+
- #4 fix test template: folder rename to stacks
|
|
8
|
+
|
|
6
9
|
## [0.2.1]
|
|
7
10
|
- #3 update starter example template: bucket_policy_only deprecated for uniform_bucket_level_access
|
|
8
11
|
- edge case: graceful error when bucket doesnt exist yet
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: terraspace_plugin_google
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gcp_data
|
|
@@ -107,7 +107,7 @@ files:
|
|
|
107
107
|
- lib/templates/test/rspec/module/test/spec/main_spec.rb.tt
|
|
108
108
|
- lib/templates/test/rspec/module/test/spec/spec_helper.rb
|
|
109
109
|
- lib/templates/test/rspec/project/spec/fixtures/tfvars/demo.tfvars
|
|
110
|
-
- lib/templates/test/rspec/project/spec/
|
|
110
|
+
- lib/templates/test/rspec/project/spec/stacks/demo/main_spec.rb
|
|
111
111
|
- lib/terraspace_plugin_google.rb
|
|
112
112
|
- lib/terraspace_plugin_google/autoloader.rb
|
|
113
113
|
- lib/terraspace_plugin_google/clients.rb
|