terraspace_plugin_azurerm 0.6.1 → 0.6.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: 7da72538ffbee61c239cf97e32efb769f95372d3d27f080c57322581809129ae
|
|
4
|
+
data.tar.gz: 2fa26926d7f09800251898bf37b7860239771c622b43a2ee2f370f993f20f2bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96c0b8de52a7532a7410eab1ca4ede56c9dc87efe4dbbf8f29e2f77e545b1a39542e8e92d7b88504354fc2bde7dd60e04271f6fc87c8c152b6caa3bdda2bc169
|
|
7
|
+
data.tar.gz: e1e533ac953828f31b399f0f56df35b34eb3678442a8ab76eac936c33137592805773e6d06b745d5e38da93c04e8348b7a48885bb2750e503c5e8cdad43b0579
|
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.6.2] - 2022-07-13
|
|
7
|
+
- [#18](https://github.com/boltops-tools/terraspace_plugin_azurerm/pull/18) add backend config variables docs comment
|
|
8
|
+
|
|
6
9
|
## [0.6.1] - 2022-06-14
|
|
7
10
|
- [#17](https://github.com/boltops-tools/terraspace_plugin_azurerm/pull/17) backend.tf template project variable
|
|
8
11
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# Backend Config Variables Docs
|
|
2
|
+
# https://terraspace.cloud/docs/config/backend/variables/
|
|
3
|
+
#
|
|
1
4
|
# SUBSCRIPTION_HASH is a short 4-char consistent hash of the longer subscription id.
|
|
2
5
|
# LOCATION_HASH is a short 4-char consistent hash of the longer location.
|
|
3
6
|
# This is useful because azure storage account names are not allowed special characters and are limited to 24 chars.
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# Backend Config Variables Docs
|
|
2
|
+
# https://terraspace.cloud/docs/config/backend/variables/
|
|
3
|
+
#
|
|
1
4
|
# SUBSCRIPTION_HASH is a short 4-char consistent hash of the longer subscription id.
|
|
2
5
|
# LOCATION_HASH is a short 4-char consistent hash of the longer location.
|
|
3
6
|
# This is useful because azure storage account names are not allowed special characters and are limited to 24 chars.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: terraspace_plugin_azurerm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.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-
|
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: armrest
|