@goldstack/infra-aws 0.4.38 → 0.4.40
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.
|
@@ -16,9 +16,7 @@
|
|
|
16
16
|
"$ref": "#/definitions/AWSSecretAccessKey"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"required": [
|
|
20
|
-
"awsDefaultRegion"
|
|
21
|
-
],
|
|
19
|
+
"required": ["awsDefaultRegion"],
|
|
22
20
|
"title": "AWS API Key User Configuration",
|
|
23
21
|
"type": "object"
|
|
24
22
|
},
|
|
@@ -42,9 +40,7 @@
|
|
|
42
40
|
"$ref": "#/definitions/AWSUsers"
|
|
43
41
|
}
|
|
44
42
|
},
|
|
45
|
-
"required": [
|
|
46
|
-
"users"
|
|
47
|
-
],
|
|
43
|
+
"required": ["users"],
|
|
48
44
|
"title": "AWS Configuration",
|
|
49
45
|
"type": "object"
|
|
50
46
|
},
|
|
@@ -127,10 +123,7 @@
|
|
|
127
123
|
"$ref": "#/definitions/Profile"
|
|
128
124
|
}
|
|
129
125
|
},
|
|
130
|
-
"required": [
|
|
131
|
-
"profile",
|
|
132
|
-
"awsDefaultRegion"
|
|
133
|
-
],
|
|
126
|
+
"required": ["profile", "awsDefaultRegion"],
|
|
134
127
|
"title": "AWS Local User Configuration",
|
|
135
128
|
"type": "object"
|
|
136
129
|
},
|
|
@@ -166,11 +159,7 @@
|
|
|
166
159
|
"$ref": "#/definitions/Type"
|
|
167
160
|
}
|
|
168
161
|
},
|
|
169
|
-
"required": [
|
|
170
|
-
"name",
|
|
171
|
-
"type",
|
|
172
|
-
"config"
|
|
173
|
-
],
|
|
162
|
+
"required": ["name", "type", "config"],
|
|
174
163
|
"title": "AWS User",
|
|
175
164
|
"type": "object"
|
|
176
165
|
},
|
|
@@ -211,11 +200,7 @@
|
|
|
211
200
|
},
|
|
212
201
|
"Type": {
|
|
213
202
|
"description": "Type of this user.",
|
|
214
|
-
"enum": [
|
|
215
|
-
"apiKey",
|
|
216
|
-
"profile",
|
|
217
|
-
"environmentVariables"
|
|
218
|
-
],
|
|
203
|
+
"enum": ["apiKey", "profile", "environmentVariables"],
|
|
219
204
|
"title": "Type",
|
|
220
205
|
"type": "string"
|
|
221
206
|
}
|
|
@@ -12,9 +12,7 @@
|
|
|
12
12
|
"type": "array"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"required": [
|
|
16
|
-
"remoteState"
|
|
17
|
-
],
|
|
15
|
+
"required": ["remoteState"],
|
|
18
16
|
"type": "object"
|
|
19
17
|
},
|
|
20
18
|
"Name": {
|
|
@@ -36,9 +34,7 @@
|
|
|
36
34
|
"$ref": "#/definitions/Name"
|
|
37
35
|
}
|
|
38
36
|
},
|
|
39
|
-
"required": [
|
|
40
|
-
"user"
|
|
41
|
-
],
|
|
37
|
+
"required": ["user"],
|
|
42
38
|
"type": "object"
|
|
43
39
|
},
|
|
44
40
|
"TerraformDynamoDBTable": {
|
|
@@ -17,12 +17,7 @@
|
|
|
17
17
|
"$ref": "#/definitions/DeploymentName"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"required": [
|
|
21
|
-
"awsRegion",
|
|
22
|
-
"awsUser",
|
|
23
|
-
"configuration",
|
|
24
|
-
"name"
|
|
25
|
-
],
|
|
20
|
+
"required": ["awsRegion", "awsUser", "configuration", "name"],
|
|
26
21
|
"type": "object"
|
|
27
22
|
},
|
|
28
23
|
"AWSDeploymentRegion": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/infra-aws",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.40",
|
|
4
4
|
"description": "Utilities to work with AWS infrastructure via the cli.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"@aws-sdk/client-sts": "^3.896.0",
|
|
43
43
|
"@aws-sdk/credential-providers": "^3.896.0",
|
|
44
44
|
"@aws-sdk/types": "^3.893.0",
|
|
45
|
-
"@goldstack/infra": "0.4.
|
|
46
|
-
"@goldstack/utils-config": "0.4.
|
|
47
|
-
"@goldstack/utils-log": "0.3.
|
|
48
|
-
"@goldstack/utils-package": "0.4.
|
|
49
|
-
"@goldstack/utils-sh": "0.5.
|
|
45
|
+
"@goldstack/infra": "0.4.27",
|
|
46
|
+
"@goldstack/utils-config": "0.4.27",
|
|
47
|
+
"@goldstack/utils-log": "0.3.23",
|
|
48
|
+
"@goldstack/utils-package": "0.4.27",
|
|
49
|
+
"@goldstack/utils-sh": "0.5.26",
|
|
50
50
|
"axios": "^1.12.2",
|
|
51
51
|
"handlebars": "4.7.7"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@goldstack/utils-git": "0.2.
|
|
54
|
+
"@goldstack/utils-git": "0.2.17",
|
|
55
55
|
"@swc/core": "^1.12.11",
|
|
56
56
|
"@swc/jest": "^0.2.39",
|
|
57
57
|
"@types/jest": "^29.5.14",
|