Skip to content

Commit 5dd82b0

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

35 files changed

+370
-361
lines changed

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

Lines changed: 11 additions & 11 deletions
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.85.5" lastModifiedVersion="0.85.0"/>
19+
<VersionBadge version="0.85.6" lastModifiedVersion="0.85.0"/>
2020

2121
# Amazon ECS Cluster
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/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.85.6/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.85.5/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.85.5/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.85.5/test): Automated tests for the modules and examples.
112+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.6/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.85.6/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.85.5/examples/for-learning-and-testing): The
122+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.5/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.85.6/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.85.5/modules%2Fservices%2Fecs-cluster%2FREADME.md",
786-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
787-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
785+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-cluster%2FREADME.md",
786+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
787+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
788788
],
789789
"sourcePlugin": "service-catalog-api",
790-
"hash": "2351b42af3f98bfefda7615303fd33dd"
790+
"hash": "21cf5863b92302316bc0db1a2c0a5af0"
791791
}
792792
##DOCS-SOURCER-END -->

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

Lines changed: 11 additions & 11 deletions
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.85.5" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.85.6" 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.85.5/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.85.6/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.85.5/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.85.5/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.85.5/test): Automated tests for the modules and examples.
68+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.6/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.85.6/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.85.5/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.5/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.85.6/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.85.5/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
157+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
160160
],
161161
"sourcePlugin": "service-catalog-api",
162-
"hash": "73927f3293ceff551322008319d4ba55"
162+
"hash": "ee799ae84c87e3b9d5c3b47cd0a9d36c"
163163
}
164164
##DOCS-SOURCER-END -->

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

Lines changed: 11 additions & 11 deletions
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.85.5" lastModifiedVersion="0.85.0"/>
19+
<VersionBadge version="0.85.6" lastModifiedVersion="0.85.0"/>
2020

2121
# Amazon ECS Service
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/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.85.6/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.85.5/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.85.6/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.85.5/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.85.5/test): Automated tests for the modules and examples.
69+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.6/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.85.5/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.5/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.85.6/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.
@@ -1278,11 +1278,11 @@ The names of the ECS service's load balancer's target groups
12781278
<!-- ##DOCS-SOURCER-START
12791279
{
12801280
"originalSources": [
1281-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-service%2FREADME.md",
1282-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1283-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Fecs-service%2Foutputs.tf"
1281+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-service%2FREADME.md",
1282+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1283+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Fecs-service%2Foutputs.tf"
12841284
],
12851285
"sourcePlugin": "service-catalog-api",
1286-
"hash": "90d9e97a64c2effddd2cdd8f89ca6f15"
1286+
"hash": "9d7a3de6ae3108ef9fffc2118333d575"
12871287
}
12881288
##DOCS-SOURCER-END -->

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

Lines changed: 11 additions & 11 deletions
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.85.5" lastModifiedVersion="0.84.0"/>
19+
<VersionBadge version="0.85.6" lastModifiedVersion="0.84.0"/>
2020

2121
# Amazon EKS Core Services
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/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.85.6/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.85.5/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.85.5/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.85.5/test): Automated tests for the modules and examples.
72+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.6/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.85.6/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.85.5/examples/for-learning-and-testing): The
82+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/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.85.5/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.85.6/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.
@@ -857,11 +857,11 @@ Name of the CloudWatch Log Group used to store the container logs.
857857
<!-- ##DOCS-SOURCER-START
858858
{
859859
"originalSources": [
860-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Feks-core-services%2FREADME.md",
861-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Feks-core-services%2Fvariables.tf",
862-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.5/modules%2Fservices%2Feks-core-services%2Foutputs.tf"
860+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Feks-core-services%2FREADME.md",
861+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Feks-core-services%2Fvariables.tf",
862+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.85.6/modules%2Fservices%2Feks-core-services%2Foutputs.tf"
863863
],
864864
"sourcePlugin": "service-catalog-api",
865-
"hash": "7ef81838025969b23193c6d2f993420d"
865+
"hash": "259832a951b33661cebe3e41306a7ad4"
866866
}
867867
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)