@goldstack/utils-terraform 0.4.37 → 0.4.39

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.
@@ -19,9 +19,9 @@ export type TerraformStateKey = string;
19
19
  *
20
20
  * Go to the next version using `yarn infra upgrade [deploymentName] [targetVersion]`. Note that Terraform versions should only be increased one at a time, so for instance you can go from v0.12 to v0.13 but not from v0.12 to v0.14.
21
21
  *
22
- * @default '1.6'
22
+ * @default '1.10'
23
23
  */
24
- export type TerraformVersion = '0.12' | '0.13' | '0.14' | '0.15' | '1.0' | '1.1' | '1.2' | '1.3' | '1.3' | '1.4' | '1.5' | '1.6' | '1.7';
24
+ export type TerraformVersion = '0.12' | '0.13' | '0.14' | '0.15' | '1.0' | '1.1' | '1.2' | '1.3' | '1.3' | '1.4' | '1.5' | '1.6' | '1.7' | '1.8' | '1.9' | '1.10' | string;
25
25
  /**
26
26
  * Define which of the deployment variables will be made available for terraform.
27
27
  *
@@ -1 +1 @@
1
- {"version":3,"file":"utilsTerraformConfig.d.ts","sourceRoot":"","sources":["../../../src/types/utilsTerraformConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AAEV;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,EAAE,CAAC;AAErD,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B"}
1
+ {"version":3,"file":"utilsTerraformConfig.d.ts","sourceRoot":"","sources":["../../../src/types/utilsTerraformConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB,MAAM,GACN,MAAM,GACN,MAAM,GACN,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,GACN,MAAM,CAAC;AAEX;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,EAAE,CAAC;AAErD,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/utils-terraform",
3
- "version": "0.4.37",
3
+ "version": "0.4.39",
4
4
  "description": "Run Terraform commands easily as npm package scripts",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -37,13 +37,13 @@
37
37
  "version:apply:force": "yarn version $@ && yarn version apply"
38
38
  },
39
39
  "dependencies": {
40
- "@goldstack/infra": "0.4.19",
41
- "@goldstack/infra-aws": "0.4.28",
42
- "@goldstack/utils-config": "0.4.19",
43
- "@goldstack/utils-docker": "0.4.19",
44
- "@goldstack/utils-log": "0.3.16",
45
- "@goldstack/utils-package": "0.4.19",
46
- "@goldstack/utils-sh": "0.5.18",
40
+ "@goldstack/infra": "0.4.20",
41
+ "@goldstack/infra-aws": "0.4.29",
42
+ "@goldstack/utils-config": "0.4.20",
43
+ "@goldstack/utils-docker": "0.4.21",
44
+ "@goldstack/utils-log": "0.3.17",
45
+ "@goldstack/utils-package": "0.4.20",
46
+ "@goldstack/utils-sh": "0.5.19",
47
47
  "json-stable-stringify": "^1.0.1",
48
48
  "yargs": "^17.5.1"
49
49
  },