Skip to content

Commit e9d0f6f

Browse files
committed
Automated update of generated boilerplate by goldstack.party
1 parent f268bdb commit e9d0f6f

11 files changed

+52
-50
lines changed

.pnp.cjs

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/infra/aws/terraform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"remoteState": [
33
{
44
"user": "goldstack-dev",
5-
"terraformStateBucket": "goldstack-tfstate-312531f04d881de14aedf8c64b07abdcc99e54cd",
6-
"terraformStateDynamoDBTable": "goldstack-tfstate-312531f04d881de14aedf8c64b07abdcc99e54cd-lock"
5+
"terraformStateBucket": "goldstack-tfstate-4202e94bb56be40142b595d67425bb1158696cfd",
6+
"terraformStateDynamoDBTable": "goldstack-tfstate-4202e94bb56be40142b595d67425bb1158696cfd-lock"
77
}
88
]
99
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"build": "yarn clean && yarn compile",
1212
"clean": "yarn workspaces foreach -W run clean",
13+
"clean-terraform": "yarn workspaces foreach -W run clean-terraform",
1314
"compile": "yarn fix-project-references-all && tsc --build",
1415
"coverage": "yarn workspaces foreach --topological-devs --worktree run coverage",
1516
"deploy": "yarn workspaces foreach -W run deploy \"$@\"",

packages/s3-1/goldstack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"awsUser": "goldstack-dev",
1111
"awsRegion": "us-west-2",
1212
"configuration": {
13-
"bucketName": "goldstack-ci-test-s3-1740695116946"
13+
"bucketName": "goldstack-ci-test-s3-1740717122905"
1414
},
15-
"tfStateKey": "s3-1-prod-b44bdefb34e58aec0ace.tfstate"
15+
"tfStateKey": "s3-1-prod-86b29fc2c5e3e13ace7c.tfstate"
1616
}
1717
]
1818
}

packages/s3-1/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"scripts": {
1212
"build": "yarn clean && yarn compile",
1313
"clean": "rimraf dist/",
14+
"clean-terraform": "rimraf ./infra/aws/.terraform",
1415
"compile": "tsc -p tsconfig.json",
1516
"compile-watch": "tsc -p tsconfig.json --watch",
1617
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
@@ -22,12 +23,12 @@
2223
},
2324
"dependencies": {
2425
"@aws-sdk/client-s3": "3.620.0",
25-
"@goldstack/template-s3": "0.5.32",
26+
"@goldstack/template-s3": "0.5.33",
2627
"@smithy/smithy-client": "^3.2.0",
2728
"@smithy/types": "^3.3.0"
2829
},
2930
"devDependencies": {
30-
"@goldstack/template-s3-cli": "0.6.53",
31+
"@goldstack/template-s3-cli": "0.6.54",
3132
"@swc/core": "^1.10.1",
3233
"@swc/jest": "^0.2.37",
3334
"@types/jest": "^29.5.14",

packages/s3-1/src/state/deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"bucket_arn": {
66
"sensitive": false,
77
"type": "string",
8-
"value": "arn:aws:s3:::goldstack-ci-test-s3-1740695116946"
8+
"value": "arn:aws:s3:::goldstack-ci-test-s3-1740717122905"
99
},
1010
"bucket_name": {
1111
"sensitive": false,
1212
"type": "string",
13-
"value": "goldstack-ci-test-s3-1740695116946"
13+
"value": "goldstack-ci-test-s3-1740717122905"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)