Skip to content

Commit bd194c2

Browse files
[Automated Update][terraform-aws-service-catalog] v0.118.2 release (#2235)
* Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.118.2) from the `[email protected]` source branch. * Rerun docs-sourcer for valid hash --------- Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com> Co-authored-by: Oreoluwa Agunbiade <[email protected]> Co-authored-by: Oreoluwa Agunbiade <[email protected]>
1 parent 190a66d commit bd194c2

39 files changed

+1329
-510
lines changed

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

Lines changed: 13 additions & 14 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.118.1" lastModifiedVersion="0.115.6"/>
19+
<VersionBadge version="0.118.2" lastModifiedVersion="0.115.6"/>
2020

2121
# Amazon ECS Cluster
2222

23-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/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.118.2/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.118.1/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.118.1/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.118.1/test): Automated tests for the modules and examples.
111+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.118.2/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.118.2/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.118.1/examples/for-learning-and-testing): The
121+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.118.1/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.118.2/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.
@@ -153,7 +153,7 @@ For information on how to manage your ECS cluster, see the documentation in the
153153
154154
module "ecs_cluster" {
155155
156-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.1"
156+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.2"
157157
158158
# ----------------------------------------------------------------------------------------------------
159159
# REQUIRED VARIABLES
@@ -451,7 +451,7 @@ module "ecs_cluster" {
451451
# ------------------------------------------------------------------------------------------------------
452452
453453
terraform {
454-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.1"
454+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.2"
455455
}
456456
457457
inputs = {
@@ -1481,15 +1481,14 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
14811481
</TabItem>
14821482
</Tabs>
14831483

1484-
14851484
<!-- ##DOCS-SOURCER-START
14861485
{
14871486
"originalSources": [
1488-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-cluster/README.md",
1489-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-cluster/variables.tf",
1490-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-cluster/outputs.tf"
1487+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-cluster/README.md",
1488+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-cluster/variables.tf",
1489+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-cluster/outputs.tf"
14911490
],
14921491
"sourcePlugin": "service-catalog-api",
1493-
"hash": "19ca7dd3006734d9ddd7104c315b7243"
1492+
"hash": "6ba4905b3b4726c8826ada2f689836a0"
14941493
}
14951494
##DOCS-SOURCER-END -->

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

Lines changed: 13 additions & 14 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.118.1" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.118.2" 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.118.1/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.118.2/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.118.1/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.118.1/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.118.1/test): Automated tests for the modules and examples.
67+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.118.2/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.118.2/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.118.1/examples/for-learning-and-testing): The
77+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.118.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.118.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.
@@ -106,7 +106,7 @@ For information on how to manage your ECS cluster, see the documentation in the
106106
107107
module "ecs_fargate_cluster" {
108108
109-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.1"
109+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.2"
110110
111111
# ----------------------------------------------------------------------------------------------------
112112
# REQUIRED VARIABLES
@@ -141,7 +141,7 @@ module "ecs_fargate_cluster" {
141141
# ------------------------------------------------------------------------------------------------------
142142
143143
terraform {
144-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.1"
144+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.2"
145145
}
146146
147147
inputs = {
@@ -232,15 +232,14 @@ The name of the ECS cluster.
232232
</TabItem>
233233
</Tabs>
234234

235-
236235
<!-- ##DOCS-SOURCER-START
237236
{
238237
"originalSources": [
239-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-fargate-cluster/README.md",
240-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-fargate-cluster/variables.tf",
241-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-fargate-cluster/outputs.tf"
238+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-fargate-cluster/README.md",
239+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-fargate-cluster/variables.tf",
240+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-fargate-cluster/outputs.tf"
242241
],
243242
"sourcePlugin": "service-catalog-api",
244-
"hash": "2a6ab6dafb7e790b8347b650f30c9c99"
243+
"hash": "551da229dda0391880dc2c942958e655"
245244
}
246245
##DOCS-SOURCER-END -->

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

Lines changed: 13 additions & 14 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.118.1" lastModifiedVersion="0.118.1"/>
19+
<VersionBadge version="0.118.2" lastModifiedVersion="0.118.1"/>
2020

2121
# Amazon ECS Service
2222

23-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/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.118.2/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.118.1/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.118.2/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.118.1/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.118.1/test): Automated tests for the modules and examples.
68+
* [examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.118.2/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.118.1/examples/for-learning-and-testing): The
77+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.118.1/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.118.2/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.
@@ -105,7 +105,7 @@ For information on how to manage your ECS service, see the documentation in the
105105
106106
module "ecs_service" {
107107
108-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.1"
108+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.2"
109109
110110
# ----------------------------------------------------------------------------------------------------
111111
# REQUIRED VARIABLES
@@ -633,7 +633,7 @@ module "ecs_service" {
633633
# ------------------------------------------------------------------------------------------------------
634634
635635
terraform {
636-
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.1"
636+
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.2"
637637
}
638638
639639
inputs = {
@@ -3008,15 +3008,14 @@ The names of the ECS service's load balancer's target groups
30083008
</TabItem>
30093009
</Tabs>
30103010

3011-
30123011
<!-- ##DOCS-SOURCER-START
30133012
{
30143013
"originalSources": [
3015-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-service/README.md",
3016-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-service/variables.tf",
3017-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-service/outputs.tf"
3014+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-service/README.md",
3015+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-service/variables.tf",
3016+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-service/outputs.tf"
30183017
],
30193018
"sourcePlugin": "service-catalog-api",
3020-
"hash": "80537a84c7bdb0880116830168f0f931"
3019+
"hash": "f1c21ec2dafe7cf0a212cbcd9a7da89c"
30213020
}
30223021
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)