Skip to content

Commit 7465472

Browse files
committed
Automated update of generated boilerplate by goldstack.party
1 parent 8acf726 commit 7465472

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/setup-java@v4 # used for local DynamoDB
5252
with:
5353
distribution: 'temurin'
54-
java-version: '20'
54+
java-version: '21'
5555
- uses: ./.github/actions/goldstack-setup
5656
- run: |
5757
cd packages/${{ matrix.package }}

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-8c72257329b0bb4235c4a1aa6f734dc0f89875c3",
6-
"terraformStateDynamoDBTable": "goldstack-tfstate-8c72257329b0bb4235c4a1aa6f734dc0f89875c3-lock"
5+
"terraformStateBucket": "goldstack-tfstate-cb63bad11feeb726484aaf60e78eebdc9f6e051e",
6+
"terraformStateDynamoDBTable": "goldstack-tfstate-cb63bad11feeb726484aaf60e78eebdc9f6e051e-lock"
77
}
88
]
99
}

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-1740170540508"
13+
"bucketName": "goldstack-ci-test-s3-1740289607469"
1414
},
15-
"tfStateKey": "s3-1-prod-f49372a5918ea00ee0be.tfstate"
15+
"tfStateKey": "s3-1-prod-02da506f438d3f796bbb.tfstate"
1616
}
1717
]
1818
}

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-1740170540508"
8+
"value": "arn:aws:s3:::goldstack-ci-test-s3-1740289607469"
99
},
1010
"bucket_name": {
1111
"sensitive": false,
1212
"type": "string",
13-
"value": "goldstack-ci-test-s3-1740170540508"
13+
"value": "goldstack-ci-test-s3-1740289607469"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)