Skip to content

Commit 73e22e0

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

35 files changed

+361
-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.86.1" lastModifiedVersion="0.86.0"/>
19+
<VersionBadge version="0.86.2" lastModifiedVersion="0.86.0"/>
2020

2121
# Amazon ECS Cluster
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/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.86.2/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.86.1/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.86.1/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.86.1/test): Automated tests for the modules and examples.
112+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.2/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.86.2/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.86.1/examples/for-learning-and-testing): The
122+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.1/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.86.2/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.86.1/modules%2Fservices%2Fecs-cluster%2FREADME.md",
786-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
787-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
785+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-cluster%2FREADME.md",
786+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
787+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
788788
],
789789
"sourcePlugin": "service-catalog-api",
790-
"hash": "85ce7366a0783f2eddc6a359dcca761f"
790+
"hash": "d39decc042f7bdf4f71688db09591c2a"
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.86.1" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.86.2" 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.86.1/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.86.2/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.86.1/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.86.1/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.86.1/test): Automated tests for the modules and examples.
68+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.2/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.86.2/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.86.1/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.1/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.86.2/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.86.1/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
157+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
160160
],
161161
"sourcePlugin": "service-catalog-api",
162-
"hash": "851c766aee735b2c81a3cdc15898c36e"
162+
"hash": "8e32b063ba4219c23355a26dce4e72ec"
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.86.1" lastModifiedVersion="0.86.0"/>
19+
<VersionBadge version="0.86.2" lastModifiedVersion="0.86.0"/>
2020

2121
# Amazon ECS Service
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/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.86.2/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.86.1/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.86.2/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.86.1/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.86.1/test): Automated tests for the modules and examples.
69+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.2/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.86.1/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.1/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.86.2/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.86.1/modules%2Fservices%2Fecs-service%2FREADME.md",
1291-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1292-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Fecs-service%2Foutputs.tf"
1290+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-service%2FREADME.md",
1291+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1292+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Fecs-service%2Foutputs.tf"
12931293
],
12941294
"sourcePlugin": "service-catalog-api",
1295-
"hash": "f11cf053c1a57d25404f61ecb899886b"
1295+
"hash": "75bb1615f68fae9ff65f15092e7bb3f9"
12961296
}
12971297
##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.86.1" lastModifiedVersion="0.85.8"/>
19+
<VersionBadge version="0.86.2" lastModifiedVersion="0.85.8"/>
2020

2121
# Amazon EKS Core Services
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/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.86.2/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.86.1/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.86.1/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.86.1/test): Automated tests for the modules and examples.
72+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.2/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.86.2/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.86.1/examples/for-learning-and-testing): The
82+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/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.86.1/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.86.2/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.
@@ -894,11 +894,11 @@ A list of names of Kubernetes PriorityClass objects created by this module.
894894
<!-- ##DOCS-SOURCER-START
895895
{
896896
"originalSources": [
897-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Feks-core-services%2FREADME.md",
898-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Feks-core-services%2Fvariables.tf",
899-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.1/modules%2Fservices%2Feks-core-services%2Foutputs.tf"
897+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Feks-core-services%2FREADME.md",
898+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Feks-core-services%2Fvariables.tf",
899+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.86.2/modules%2Fservices%2Feks-core-services%2Foutputs.tf"
900900
],
901901
"sourcePlugin": "service-catalog-api",
902-
"hash": "16238effd752f6f35d75916d8145ed46"
902+
"hash": "cee0f838096a0832459de368bdb7a782"
903903
}
904904
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)