terraspace_plugin_aws 0.4.1 → 0.4.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: 95b6616183e8c70e88ac887cf5f78770ad64b475d66bee094a2ba86088c7092c
4
- data.tar.gz: 28b59d3ebaec51b767b192c45c2d9a1a389c881945775e3feb69284a85ba9e66
3
+ metadata.gz: 4855ee6836ff078ac45b25dda0c65a0b314d1b489c64ba77364eaad47ff43041
4
+ data.tar.gz: c8e08ac003c638aedbc3e9d21c64c1574a9d8d5976e67bf10e7e709673349596
5
5
  SHA512:
6
- metadata.gz: f842142813d980f761e4f637c62f56db1716891586f89fd846c7c611a2c2c95bbd50c94e58311a4caf21685c97e7878d63e1fb5f492bee56b43c05b2427c9817
7
- data.tar.gz: 5cf6a34378c83c8f8bd06a4589884ca79568428c85d6ce83a90a0afc23d52d213466c555e9b566e2d853eeead5749ec4672fca8bf9218f07607a459543b069f9
6
+ metadata.gz: f7606885e2d5375a8e31619954106e82b524e19207f8a4911745ad16fa15abecd70a7afe64776449bc39b68daf37e4250ac6ceb5df7503e98c35b0510df30190
7
+ data.tar.gz: e9b95ab46db2fe52e0b20ddb25998edec887d8e8f0725b8687e038734daaa1f91e19d72638154fc17db905e501227699275b7008e9a8559b997c4fa2256d89b8
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.4.2] - 2022-07-13
7
+ - [#22](https://github.com/boltops-tools/terraspace_plugin_aws/pull/22) add backend config variables docs comment
8
+
6
9
  ## [0.4.1] - 2022-06-14
7
10
  - [#21](https://github.com/boltops-tools/terraspace_plugin_aws/pull/21) backend.tf template: add project variable
8
11
 
@@ -1,3 +1,5 @@
1
+ # Backend Config Variables Docs
2
+ # https://terraspace.cloud/docs/config/backend/variables/
1
3
  terraform {
2
4
  backend "s3" {
3
5
  bucket = "<%%= expansion('terraform-state-:ACCOUNT-:REGION-:ENV') %>"
@@ -1,3 +1,5 @@
1
+ # Backend Config Variables Docs
2
+ # https://terraspace.cloud/docs/config/backend/variables/
1
3
  backend("s3",
2
4
  bucket: "terraform-state-:ACCOUNT-:REGION-:ENV",
3
5
  key: ":PROJECT/:TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:REGION/terraform.tfstate",
@@ -1,3 +1,3 @@
1
1
  module TerraspacePluginAws
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraspace_plugin_aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.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: 2022-06-14 00:00:00.000000000 Z
11
+ date: 2022-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb