Skip to content

Commit f0d2ca1

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

36 files changed

+409
-373
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.100.3" lastModifiedVersion="0.95.1"/>
19+
<VersionBadge version="0.100.6" lastModifiedVersion="0.95.1"/>
2020

2121
# Amazon ECS Cluster
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/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.100.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.100.3/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.100.3/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.100.3/test): Automated tests for the modules and examples.
112+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.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.100.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.100.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.100.3/examples/for-learning-and-testing): The
122+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.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.100.3/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.100.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.
@@ -836,11 +836,11 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
836836
<!-- ##DOCS-SOURCER-START
837837
{
838838
"originalSources": [
839-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-cluster%2FREADME.md",
840-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
841-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
839+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-cluster%2FREADME.md",
840+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-cluster%2Fvariables.tf",
841+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-cluster%2Foutputs.tf"
842842
],
843843
"sourcePlugin": "service-catalog-api",
844-
"hash": "a0be28022a658e1bdc2670d3354a6ca8"
844+
"hash": "5386c54e756941134c9f9e12f099d0ee"
845845
}
846846
##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.100.3" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.100.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.100.3/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.100.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.100.3/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.100.3/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.100.3/test): Automated tests for the modules and examples.
68+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.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.100.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.100.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.100.3/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.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.100.3/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.100.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.100.3/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
157+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-fargate-cluster%2FREADME.md",
158+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-fargate-cluster%2Fvariables.tf",
159+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-fargate-cluster%2Foutputs.tf"
160160
],
161161
"sourcePlugin": "service-catalog-api",
162-
"hash": "e4eadb635882eb50b8e4f85aff0682d3"
162+
"hash": "4eea9c551c21e802ad04a29520290fde"
163163
}
164164
##DOCS-SOURCER-END -->

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

Lines changed: 20 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.100.3" lastModifiedVersion="0.96.1"/>
19+
<VersionBadge version="0.100.6" lastModifiedVersion="0.100.6"/>
2020

2121
# Amazon ECS Service
2222

2323

24-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/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.100.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.100.3/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.100.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.100.3/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.100.3/test): Automated tests for the modules and examples.
69+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.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.100.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.100.3/examples/for-learning-and-testing): The
78+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.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.100.3/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.100.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.
@@ -291,6 +291,15 @@ Number of days to retain log events. Possible values are: 1, 3, 5, 7, 14, 30, 60
291291
<HclListItemDefaultValue defaultValue="null"/>
292292
</HclListItem>
293293

294+
<HclListItem name="cloudwatch_log_group_tags" requirement="optional" type="map(string)">
295+
<HclListItemDescription>
296+
297+
A map of tags to apply to the Cloudwatch log group. Each item in this list should be a map with the parameters key and value. Only used if <a href="#create_cloudwatch_log_group"><code>create_cloudwatch_log_group</code></a> is true.
298+
299+
</HclListItemDescription>
300+
<HclListItemDefaultValue defaultValue="{}"/>
301+
</HclListItem>
302+
294303
<HclListItem name="cpu" requirement="optional" type="number">
295304
<HclListItemDescription>
296305

@@ -1314,11 +1323,11 @@ The names of the ECS service's load balancer's target groups
13141323
<!-- ##DOCS-SOURCER-START
13151324
{
13161325
"originalSources": [
1317-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-service%2FREADME.md",
1318-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1319-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.3/modules%2Fservices%2Fecs-service%2Foutputs.tf"
1326+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-service%2FREADME.md",
1327+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-service%2Fvariables.tf",
1328+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.100.6/modules%2Fservices%2Fecs-service%2Foutputs.tf"
13201329
],
13211330
"sourcePlugin": "service-catalog-api",
1322-
"hash": "09b01ba86276bd0bfe7364e1587a4788"
1331+
"hash": "63be6141b2d729ee7487f9bf1b802935"
13231332
}
13241333
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)