Skip to content

Commit f5fd63a

Browse files
committed
Automated update of generated boilerplate by goldstack.party
1 parent 1a92c3e commit f5fd63a

12 files changed

+57
-63
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-08dd9ccccaf8865029495758f3057fafbf3c7006",
6-
"terraformStateDynamoDBTable": "goldstack-tfstate-08dd9ccccaf8865029495758f3057fafbf3c7006-lock"
5+
"terraformStateBucket": "goldstack-tfstate-25c0118a66a2eacf5968dbafb3175e5c7c849651",
6+
"terraformStateDynamoDBTable": "goldstack-tfstate-25c0118a66a2eacf5968dbafb3175e5c7c849651-lock"
77
}
88
]
99
}

packages/s3-1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The configuration tool will define one deployment. This will be either `dev` or
9595

9696
### Infrastructure Commands
9797

98-
Infrastructure commands for this template can be run using `yarn`. There are four commands in total:
98+
Infrastructure commands for this template can be run using `yarn`. The following commands are supported:
9999

100100
* `yarn infra up`: For standing up infrastructure.
101101
* `yarn infra init`: For [initialising Terraform](https://www.terraform.io/docs/commands/init.html).
@@ -104,6 +104,7 @@ Infrastructure commands for this template can be run using `yarn`. There are fou
104104
* `yarn infra destroy`: For destroying all infrastructure using [Terraform destroy](https://www.terraform.io/docs/commands/destroy.html).
105105
* `yarn infra upgrade`: For upgrading the Terraform versions (supported by the template). To upgrade to an arbitrary version, use `yarn infra terraform`.
106106
* `yarn infra terraform`: For running arbitrary [Terraform commands](https://www.terraform.io/cli/commands).
107+
* `yarn infra is-up`: Will return `is-up: true` if infrastructure for a deployment exists, otherwise returns `is-up: false`
107108

108109
For each command, the deployment they should be applied to must be specified.
109110

packages/s3-1/docs/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ <h3 class="heading">
499499
</h3>
500500
<p>
501501
Infrastructure commands for this template can be run using
502-
<code class="inline">yarn</code>. There are four commands in total:
502+
<code class="inline">yarn</code>. The following commands are supported:
503503
</p>
504504
<ul>
505505
<li>
@@ -561,6 +561,11 @@ <h3 class="heading">
561561
>Terraform commands</a
562562
>.
563563
</li>
564+
<li>
565+
<code class="inline">yarn infra is-up</code>: Will return
566+
<code class="inline">is-up: true</code> if infrastructure for a deployment
567+
exists, otherwise returns <code class="inline">is-up: false</code>
568+
</li>
564569
</ul>
565570
<p>
566571
For each command, the deployment they should be applied to must be

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-1744012586495"
13+
"bucketName": "goldstack-ci-test-s3-1744078832529"
1414
},
15-
"tfStateKey": "s3-1-prod-07cc37f4e57e9d0d727a.tfstate"
15+
"tfStateKey": "s3-1-prod-a129315fe91c4a107080.tfstate"
1616
}
1717
]
1818
}

packages/s3-1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
},
2424
"dependencies": {
2525
"@aws-sdk/client-s3": "3.620.0",
26-
"@goldstack/template-s3": "0.5.34",
26+
"@goldstack/template-s3": "0.5.35",
2727
"@smithy/smithy-client": "^3.2.0",
2828
"@smithy/types": "^3.3.0"
2929
},
3030
"devDependencies": {
31-
"@goldstack/template-s3-cli": "0.6.55",
31+
"@goldstack/template-s3-cli": "0.6.56",
3232
"@swc/core": "^1.10.1",
3333
"@swc/jest": "^0.2.37",
3434
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)