@hiiretail/gcp-infra-cli 0.96.1 → 0.96.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.
@@ -132,6 +132,7 @@ module.exports = class extends BaseGenerator {
132
132
  end() {
133
133
  this.log(`
134
134
  ${chalk.green('Your Cloud Storage resources have now been created.')}
135
+ ${chalk.yellow('Note: Bucket names are globally unique, the staging bucket has the suffix -staging')}
135
136
  ${chalk.green('1.')} Push this change in a feature branch and open a pull request.`);
136
137
  }
137
138
  };
@@ -1,5 +1,5 @@
1
1
  names:
2
- - "<%-bucketName%>"
2
+ - "<%-bucketName%><% if (env == 'staging') { %>-staging<% } %>"
3
3
  prefix: "<%-prefix%>"
4
4
  storage_class: "STANDARD" <% if (env == 'prod') { %>
5
5
  location: "EU" <% } else { %>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.96.1",
3
+ "version": "0.96.2",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {