Skip to content

Commit 4407578

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent c00003e commit 4407578

35 files changed

+443
-361
lines changed

docs/reference/services/app-orchestration/amazon-ecs-cluster.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem';
1616
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
1717
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx';
1818

19-
<VersionBadge version="0.88.0" lastModifiedVersion="0.86.0"/>
19+
<VersionBadge version="0.89.0" lastModifiedVersion="0.89.0"/>
2020

2121
# Amazon ECS Cluster
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/ecs-cluster" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
24+
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/ecs-cluster" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
2525

2626
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases?q=services%2Fecs-cluster" className="link-button" title="Release notes for only the service catalog versions which impacted this service.">Release Notes</a>
2727

@@ -109,25 +109,25 @@ For info on finding your Docker container logs and custom metrics in CloudWatch,
109109

110110
### Repo organization
111111

112-
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
113-
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples): This folder contains working examples of how to use the submodules.
114-
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/test): Automated tests for the modules and examples.
112+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
113+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples): This folder contains working examples of how to use the submodules.
114+
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/test): Automated tests for the modules and examples.
115115

116116
## Deploy
117117

118118
### Non-production deployment (quick start for learning)
119119

120120
If you just want to try this repo out for experimenting and learning, check out the following resources:
121121

122-
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-learning-and-testing): The
122+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-learning-and-testing): The
123123
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
124124
testing (but not direct production usage).
125125

126126
### Production deployment
127127

128128
If you want to deploy this repo in production, check out the following resources:
129129

130-
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-production): The `examples/for-production` folder contains sample code
130+
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-production): The `examples/for-production` folder contains sample code
131131
optimized for direct usage in production. This is code from the
132132
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
133133
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -782,11 +782,11 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
782782
<!-- ##DOCS-SOURCER-START
783783
{
784784
"originalSources": [
785-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-cluster%2FREADME.md",
786-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
787-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
785+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-cluster%2FREADME.md",
786+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
787+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
788788
],
789789
"sourcePlugin": "service-catalog-api",
790-
"hash": "863753fc81f9ac22a0f7da59429ea3cc"
790+
"hash": "c695b076081b9c23fa64222cb83dfb57"
791791
}
792792
##DOCS-SOURCER-END -->

docs/reference/services/app-orchestration/amazon-ecs-fargate-cluster.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem';
1616
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
1717
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx';
1818

19-
<VersionBadge version="0.88.0" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.89.0" lastModifiedVersion="0.66.0"/>
2020

2121
# Amazon ECS Fargate Cluster
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/ecs-fargate-cluster" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
24+
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/ecs-fargate-cluster" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
2525

2626
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases?q=services%2Fecs-fargate-cluster" className="link-button" title="Release notes for only the service catalog versions which impacted this service.">Release Notes</a>
2727

@@ -65,25 +65,25 @@ To understand core concepts like what is ECS, and the different cluster types, s
6565

6666
### Repo organization
6767

68-
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
69-
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples): This folder contains working examples of how to use the submodules.
70-
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/test): Automated tests for the modules and examples.
68+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
69+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples): This folder contains working examples of how to use the submodules.
70+
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/test): Automated tests for the modules and examples.
7171

7272
## Deploy
7373

7474
### Non-production deployment (quick start for learning)
7575

7676
If you just want to try this repo out for experimenting and learning, check out the following resources:
7777

78-
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-learning-and-testing): The
7979
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
8080
testing (but not direct production usage).
8181

8282
### Production deployment
8383

8484
If you want to deploy this repo in production, check out the following resources:
8585

86-
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-production): The `examples/for-production` folder contains sample code
86+
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-production): The `examples/for-production` folder contains sample code
8787
optimized for direct usage in production. This is code from the
8888
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
8989
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -154,11 +154,11 @@ The name of the ECS cluster.
154154
<!-- ##DOCS-SOURCER-START
155155
{
156156
"originalSources": [
157-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
157+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
160160
],
161161
"sourcePlugin": "service-catalog-api",
162-
"hash": "3fe71dba2893769bbcca9e26e67687ea"
162+
"hash": "262c033ad52bb496a636a0c0a2cde83e"
163163
}
164164
##DOCS-SOURCER-END -->

docs/reference/services/app-orchestration/amazon-ecs-service.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem';
1616
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
1717
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx';
1818

19-
<VersionBadge version="0.88.0" lastModifiedVersion="0.88.1"/>
19+
<VersionBadge version="0.89.0" lastModifiedVersion="0.89.0"/>
2020

2121
# Amazon ECS Service
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/ecs-service" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
24+
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/ecs-service" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
2525

2626
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases?q=services%2Fecs-service" className="link-button" title="Release notes for only the service catalog versions which impacted this service.">Release Notes</a>
2727

@@ -64,25 +64,25 @@ more, see the documentation in the
6464

6565
### Repo organization
6666

67-
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal
67+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal
6868
submodules.
69-
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples): This folder contains working examples of how to use the submodules.
70-
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/test): Automated tests for the modules and examples.
69+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples): This folder contains working examples of how to use the submodules.
70+
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/test): Automated tests for the modules and examples.
7171

7272
## Deploy
7373

7474
### Non-production deployment (quick start for learning)
7575

7676
If you just want to try this repo out for experimenting and learning, check out the following resources:
7777

78-
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-learning-and-testing): The
7979
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and testing (but not direct production usage).
8080

8181
### Production deployment
8282

8383
If you want to deploy this repo in production, check out the following resources:
8484

85-
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-production): The `examples/for-production` folder contains sample code
85+
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-production): The `examples/for-production` folder contains sample code
8686
optimized for direct usage in production. This is code from the
8787
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
8888
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -1287,11 +1287,11 @@ The names of the ECS service's load balancer's target groups
12871287
<!-- ##DOCS-SOURCER-START
12881288
{
12891289
"originalSources": [
1290-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-service%2FREADME.md",
1291-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1292-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Fecs-service%2Foutputs.tf"
1290+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-service%2FREADME.md",
1291+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1292+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Fecs-service%2Foutputs.tf"
12931293
],
12941294
"sourcePlugin": "service-catalog-api",
1295-
"hash": "df05061cc2539b85a67d9d444988452b"
1295+
"hash": "9454042165eaac00adafd1cbb9f6d58a"
12961296
}
12971297
##DOCS-SOURCER-END -->

docs/reference/services/app-orchestration/amazon-eks-core-services.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import TabItem from '@theme/TabItem';
1616
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
1717
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx';
1818

19-
<VersionBadge version="0.88.0" lastModifiedVersion="0.87.0"/>
19+
<VersionBadge version="0.89.0" lastModifiedVersion="0.87.0"/>
2020

2121
# Amazon EKS Core Services
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/eks-core-services" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
24+
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/eks-core-services" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
2525

2626
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases?q=services%2Feks-core-services" className="link-button" title="Release notes for only the service catalog versions which impacted this service.">Release Notes</a>
2727

@@ -69,25 +69,25 @@ For information on each of the core services deployed by this service, see the d
6969

7070
### Repo organization
7171

72-
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
73-
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples): This folder contains working examples of how to use the submodules.
74-
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/test): Automated tests for the modules and examples.
72+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
73+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples): This folder contains working examples of how to use the submodules.
74+
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/test): Automated tests for the modules and examples.
7575

7676
## Deploy
7777

7878
### Non-production deployment (quick start for learning)
7979

8080
If you just want to try this repo out for experimenting and learning, check out the following resources:
8181

82-
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-learning-and-testing): The
82+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-learning-and-testing): The
8383
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
8484
testing (but not direct production usage).
8585

8686
### Production deployment
8787

8888
If you want to deploy this repo in production, check out the following resources:
8989

90-
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-production): The `examples/for-production` folder contains sample code
90+
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-production): The `examples/for-production` folder contains sample code
9191
optimized for direct usage in production. This is code from the
9292
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
9393
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -975,11 +975,11 @@ A list of names of Kubernetes PriorityClass objects created by this module.
975975
<!-- ##DOCS-SOURCER-START
976976
{
977977
"originalSources": [
978-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Feks-core-services%2FREADME.md",
979-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Feks-core-services%2Fvariables.tf",
980-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules%2Fservices%2Feks-core-services%2Foutputs.tf"
978+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Feks-core-services%2FREADME.md",
979+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Feks-core-services%2Fvariables.tf",
980+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules%2Fservices%2Feks-core-services%2Foutputs.tf"
981981
],
982982
"sourcePlugin": "service-catalog-api",
983-
"hash": "463b58bca061bcf4d73eb4f79b59b2eb"
983+
"hash": "492111982b1f713bed8645e9fca4731a"
984984
}
985985
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)