Skip to content

Commit 077dc99

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.105.0) from the terraform-aws-service-catalog@v0.105.0 source branch. (#1093)
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 48c1f15 commit 077dc99

38 files changed

+623
-551
lines changed

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

Lines changed: 13 additions & 13 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.104.19" lastModifiedVersion="0.95.1"/>
19+
<VersionBadge version="0.105.0" lastModifiedVersion="0.95.1"/>
2020

2121
# Amazon ECS Cluster
2222

23-
<a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/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.105.0/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.104.19/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.104.19/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.104.19/test): Automated tests for the modules and examples.
111+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/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.105.0/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.105.0/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.104.19/examples/for-learning-and-testing): The
121+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/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.104.19/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.105.0/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::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.104.19"
156+
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.105.0"
157157
158158
# ----------------------------------------------------------------------------------------------------
159159
# REQUIRED VARIABLES
@@ -439,7 +439,7 @@ module "ecs_cluster" {
439439
# ------------------------------------------------------------------------------------------------------
440440
441441
terraform {
442-
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.104.19"
442+
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-cluster?ref=v0.105.0"
443443
}
444444
445445
inputs = {
@@ -1434,11 +1434,11 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
14341434
<!-- ##DOCS-SOURCER-START
14351435
{
14361436
"originalSources": [
1437-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/modules/services/ecs-cluster/README.md",
1438-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/modules/services/ecs-cluster/variables.tf",
1439-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/modules/services/ecs-cluster/outputs.tf"
1437+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/modules/services/ecs-cluster/README.md",
1438+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/modules/services/ecs-cluster/variables.tf",
1439+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/modules/services/ecs-cluster/outputs.tf"
14401440
],
14411441
"sourcePlugin": "service-catalog-api",
1442-
"hash": "a90bbe588f9528d174c1bb79cdb8217c"
1442+
"hash": "82e77b58b3a1b01043853c31141891c5"
14431443
}
14441444
##DOCS-SOURCER-END -->

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

Lines changed: 13 additions & 13 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.104.19" lastModifiedVersion="0.66.0"/>
19+
<VersionBadge version="0.105.0" 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.104.19/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.105.0/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.104.19/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.104.19/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.104.19/test): Automated tests for the modules and examples.
67+
* [modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/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.105.0/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.105.0/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.104.19/examples/for-learning-and-testing): The
77+
* [examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/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.104.19/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.105.0/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::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.104.19"
109+
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.105.0"
110110
111111
# ----------------------------------------------------------------------------------------------------
112112
# REQUIRED VARIABLES
@@ -141,7 +141,7 @@ module "ecs_fargate_cluster" {
141141
# ------------------------------------------------------------------------------------------------------
142142
143143
terraform {
144-
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.104.19"
144+
source = "git::git@github.com:gruntwork-io/terraform-aws-service-catalog.git//modules/ecs-fargate-cluster?ref=v0.105.0"
145145
}
146146
147147
inputs = {
@@ -236,11 +236,11 @@ The name of the ECS cluster.
236236
<!-- ##DOCS-SOURCER-START
237237
{
238238
"originalSources": [
239-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/modules/services/ecs-fargate-cluster/README.md",
240-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/modules/services/ecs-fargate-cluster/variables.tf",
241-
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.104.19/modules/services/ecs-fargate-cluster/outputs.tf"
239+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/modules/services/ecs-fargate-cluster/README.md",
240+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/modules/services/ecs-fargate-cluster/variables.tf",
241+
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.105.0/modules/services/ecs-fargate-cluster/outputs.tf"
242242
],
243243
"sourcePlugin": "service-catalog-api",
244-
"hash": "7fe242c5ddbb5839c4c644a1b6fc9b10"
244+
"hash": "5bf8c5dd86fb10f82ccdf108b25e00d7"
245245
}
246246
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)