Skip to content

Commit 3c178bc

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

36 files changed

+407
-407
lines changed

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

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

19-
<VersionBadge version="0.102.7" lastModifiedVersion="0.95.1"/>
19+
<VersionBadge version="0.102.8" lastModifiedVersion="0.95.1"/>
2020

2121
# Amazon ECS Cluster
2222

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

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

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

109109
### Repo organization
110110

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

115115
## Deploy
116116

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

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

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

125125
### Production deployment
126126

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

129-
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/examples/for-production): The `examples/for-production` folder contains sample code
129+
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/examples/for-production): The `examples/for-production` folder contains sample code
130130
optimized for direct usage in production. This is code from the
131131
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
132132
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -152,7 +152,7 @@ For information on how to manage your ECS cluster, see the documentation in the
152152
153153
module "ecs_cluster" {
154154
155-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.102.7"
155+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.102.8"
156156
157157
# ----------------------------------------------------------------------------------------------------
158158
# REQUIRED VARIABLES
@@ -1131,11 +1131,11 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
11311131
<!-- ##DOCS-SOURCER-START
11321132
{
11331133
"originalSources": [
1134-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-cluster/README.md",
1135-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-cluster/variables.tf",
1136-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-cluster/outputs.tf"
1134+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-cluster/README.md",
1135+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-cluster/variables.tf",
1136+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-cluster/outputs.tf"
11371137
],
11381138
"sourcePlugin": "service-catalog-api",
1139-
"hash": "1bf08f652195a711af5798489666765e"
1139+
"hash": "cd05881bdc958ac0bebfc7ed02641874"
11401140
}
11411141
##DOCS-SOURCER-END -->

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

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

19-
<VersionBadge version="0.102.7" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.102.8" lastModifiedVersion="0.66.0"/>
2020

2121
# Amazon ECS Fargate Cluster
2222

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

2525
<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 versions which impacted this service.">Release Notes</a>
2626

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

6565
### Repo organization
6666

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

7171
## Deploy
7272

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

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

77-
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/examples/for-learning-and-testing): The
77+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/examples/for-learning-and-testing): The
7878
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
7979
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.102.7/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.102.8/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.
@@ -105,7 +105,7 @@ For information on how to manage your ECS cluster, see the documentation in the
105105
106106
module "ecs_fargate_cluster" {
107107
108-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.102.7"
108+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.102.8"
109109
110110
# ----------------------------------------------------------------------------------------------------
111111
# REQUIRED VARIABLES
@@ -195,11 +195,11 @@ The name of the ECS cluster.
195195
<!-- ##DOCS-SOURCER-START
196196
{
197197
"originalSources": [
198-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-fargate-cluster/README.md",
199-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-fargate-cluster/variables.tf",
200-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-fargate-cluster/outputs.tf"
198+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-fargate-cluster/README.md",
199+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-fargate-cluster/variables.tf",
200+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-fargate-cluster/outputs.tf"
201201
],
202202
"sourcePlugin": "service-catalog-api",
203-
"hash": "12ae456049dd4482a2f7d56f8d8075fd"
203+
"hash": "b8847c0e18dc1fea63f4227ea5b07f74"
204204
}
205205
##DOCS-SOURCER-END -->

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

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

19-
<VersionBadge version="0.102.7" lastModifiedVersion="0.102.7"/>
19+
<VersionBadge version="0.102.8" lastModifiedVersion="0.102.7"/>
2020

2121
# Amazon ECS Service
2222

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

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

@@ -63,25 +63,25 @@ more, see the documentation in the
6363

6464
### Repo organization
6565

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

7171
## Deploy
7272

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

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

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

8080
### Production deployment
8181

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

84-
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/examples/for-production): The `examples/for-production` folder contains sample code
84+
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/examples/for-production): The `examples/for-production` folder contains sample code
8585
optimized for direct usage in production. This is code from the
8686
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
8787
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -104,7 +104,7 @@ For information on how to manage your ECS service, see the documentation in the
104104
105105
module "ecs_service" {
106106
107-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-service?ref=v0.102.7"
107+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-service?ref=v0.102.8"
108108
109109
# ----------------------------------------------------------------------------------------------------
110110
# REQUIRED VARIABLES
@@ -2349,11 +2349,11 @@ The names of the ECS service's load balancer's target groups
23492349
<!-- ##DOCS-SOURCER-START
23502350
{
23512351
"originalSources": [
2352-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-service/README.md",
2353-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-service/variables.tf",
2354-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.7/modules/services/ecs-service/outputs.tf"
2352+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-service/README.md",
2353+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-service/variables.tf",
2354+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.8/modules/services/ecs-service/outputs.tf"
23552355
],
23562356
"sourcePlugin": "service-catalog-api",
2357-
"hash": "404990f337da29258cc277ad577de5f8"
2357+
"hash": "824f3b6a9ae62936a5e088d52c063f59"
23582358
}
23592359
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)