terraspace_plugin_aws 0.4.2 → 0.5.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: 4855ee6836ff078ac45b25dda0c65a0b314d1b489c64ba77364eaad47ff43041
4
- data.tar.gz: c8e08ac003c638aedbc3e9d21c64c1574a9d8d5976e67bf10e7e709673349596
3
+ metadata.gz: 3f9f9a3b88574c069c75430c030e97113cc42499a9045fed26b4e3e020114e33
4
+ data.tar.gz: 1584ea8223228a13d33146a2cb714555a1ba7516d3aa1b7a755dba0452cda4bb
5
5
  SHA512:
6
- metadata.gz: f7606885e2d5375a8e31619954106e82b524e19207f8a4911745ad16fa15abecd70a7afe64776449bc39b68daf37e4250ac6ceb5df7503e98c35b0510df30190
7
- data.tar.gz: e9b95ab46db2fe52e0b20ddb25998edec887d8e8f0725b8687e038734daaa1f91e19d72638154fc17db905e501227699275b7008e9a8559b997c4fa2256d89b8
6
+ metadata.gz: 25c64453f2ace55010f4d3a4c53781f094424884c1861595bf8e55732e86087178ad7960839f2d01dd6b5efddbf0daf9b7ace8fc43cf37f7315faa443f1ca075
7
+ data.tar.gz: f6eac03886c4481724391b2b2d1d879feddb9bc0e2d0c0b4fd7d4e7d464c9b21e4a1a6e5b6d614c692afb1f06e9e32b4f67518bf150b980bfe3a2280c8a902ca
data/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.5.1] - 2023-03-27
7
+ - [#24](https://github.com/boltops-tools/terraspace_plugin_aws/pull/24) Remove redundant backend `encrypt` configuration
8
+
9
+ ## [0.5.0] - 2022-07-20
10
+ - [#23](https://github.com/boltops-tools/terraspace_plugin_aws/pull/23) update backend key generated default
11
+
6
12
  ## [0.4.2] - 2022-07-13
7
13
  - [#22](https://github.com/boltops-tools/terraspace_plugin_aws/pull/22) add backend config variables docs comment
8
14
 
@@ -1,11 +1,11 @@
1
+ # This file was initially generated by terraspace_plugin_aws <%= TerraspacePluginAws::VERSION %>
1
2
  # Backend Config Variables Docs
2
3
  # https://terraspace.cloud/docs/config/backend/variables/
3
4
  terraform {
4
5
  backend "s3" {
5
6
  bucket = "<%%= expansion('terraform-state-:ACCOUNT-:REGION-:ENV') %>"
6
- key = "<%%= expansion(':PROJECT/:TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:REGION/terraform.tfstate') %>"
7
+ key = "<%%= expansion(':PROJECT/:REGION/:APP/:ROLE/:ENV/:EXTRA/:BUILD_DIR/terraform.tfstate') %>"
7
8
  region = "<%%= expansion(':REGION') %>"
8
- encrypt = true
9
9
  dynamodb_table = "terraform_locks"
10
10
  }
11
11
  }
@@ -1,8 +1,9 @@
1
+ # This file was initially generated by terraspace_plugin_aws <%= TerraspacePluginAws::VERSION %>
1
2
  # Backend Config Variables Docs
2
3
  # https://terraspace.cloud/docs/config/backend/variables/
3
4
  backend("s3",
4
5
  bucket: "terraform-state-:ACCOUNT-:REGION-:ENV",
5
- key: ":PROJECT/:TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:REGION/terraform.tfstate",
6
+ key: ":PROJECT/:REGION/:APP/:ROLE/:ENV/:EXTRA/:BUILD_DIR/terraform.tfstate",
6
7
  region: ":REGION",
7
8
  encrypt: true,
8
9
  dynamodb_table: "terraform_locks"
@@ -1,3 +1,3 @@
1
1
  module TerraspacePluginAws
2
- VERSION = "0.4.2"
2
+ VERSION = "0.5.1"
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.2
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-13 00:00:00.000000000 Z
11
+ date: 2023-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description:
125
+ description:
126
126
  email:
127
127
  - tung@boltops.com
128
128
  executables: []
@@ -195,7 +195,7 @@ licenses:
195
195
  - Apache2.0
196
196
  metadata:
197
197
  homepage_uri: https://github.com/boltops-tools/terraspace_plugin_aws
198
- post_install_message:
198
+ post_install_message:
199
199
  rdoc_options: []
200
200
  require_paths:
201
201
  - lib
@@ -210,8 +210,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  - !ruby/object:Gem::Version
211
211
  version: '0'
212
212
  requirements: []
213
- rubygems_version: 3.3.12
214
- signing_key:
213
+ rubygems_version: 3.3.26
214
+ signing_key:
215
215
  specification_version: 4
216
216
  summary: Terraspace AWS Plugin
217
217
  test_files: []