Skip to content

Commit

Permalink
Updated with the [latest changes](gruntwork-io/terraform-aws-service-…
Browse files Browse the repository at this point in the history
…catalog@13bfc80...8a75c77) from the `terraform-aws-service-catalog@SME-548` source branch.
  • Loading branch information
docs-sourcer[bot] authored Jan 16, 2025
1 parent c3ee84e commit 0a35a9d
Show file tree
Hide file tree
Showing 35 changed files with 429 additions and 429 deletions.
26 changes: 13 additions & 13 deletions docs/reference/services/app-orchestration/amazon-ecs-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import TabItem from '@theme/TabItem';
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../src/components/HclListItem.tsx';

<VersionBadge version="0.118.6" lastModifiedVersion="0.118.3"/>
<VersionBadge version="0.118.7" lastModifiedVersion="0.118.3"/>

# Amazon ECS Cluster

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

<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>

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

### Repo organization

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

## Deploy

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

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

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

### Production deployment

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

* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/examples/for-production): The `examples/for-production` folder contains sample code
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/examples/for-production): The `examples/for-production` folder contains sample code
optimized for direct usage in production. This is code from the
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
Expand All @@ -153,7 +153,7 @@ For information on how to manage your ECS cluster, see the documentation in the
module "ecs_cluster" {
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.7"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -440,7 +440,7 @@ module "ecs_cluster" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.7"
}
inputs = {
Expand Down Expand Up @@ -1435,11 +1435,11 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-cluster/README.md",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-cluster/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-cluster/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-cluster/README.md",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-cluster/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-cluster/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "fd7b4b0c50c7cd7dddb2c233ca2a816d"
"hash": "73e0d74603ff423ca51b0214953943cc"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import TabItem from '@theme/TabItem';
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../src/components/HclListItem.tsx';

<VersionBadge version="0.118.6" lastModifiedVersion="0.66.0"/>
<VersionBadge version="0.118.7" lastModifiedVersion="0.66.0"/>

# Amazon ECS Fargate Cluster

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

<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>

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

### Repo organization

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

## Deploy

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

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

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

### Production deployment

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

* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/examples/for-production): The `examples/for-production` folder contains sample code
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/examples/for-production): The `examples/for-production` folder contains sample code
optimized for direct usage in production. This is code from the
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
Expand All @@ -106,7 +106,7 @@ For information on how to manage your ECS cluster, see the documentation in the
module "ecs_fargate_cluster" {
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.7"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -141,7 +141,7 @@ module "ecs_fargate_cluster" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.7"
}
inputs = {
Expand Down Expand Up @@ -235,11 +235,11 @@ The name of the ECS cluster.
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-fargate-cluster/README.md",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-fargate-cluster/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-fargate-cluster/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-fargate-cluster/README.md",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-fargate-cluster/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-fargate-cluster/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "d1460b74b53187cc67d78a10feb24373"
"hash": "63a122454a32bca59117d4573c68f952"
}
##DOCS-SOURCER-END -->
26 changes: 13 additions & 13 deletions docs/reference/services/app-orchestration/amazon-ecs-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import TabItem from '@theme/TabItem';
import VersionBadge from '../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../src/components/HclListItem.tsx';

<VersionBadge version="0.118.6" lastModifiedVersion="0.118.1"/>
<VersionBadge version="0.118.7" lastModifiedVersion="0.118.1"/>

# Amazon ECS Service

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

<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>

Expand Down Expand Up @@ -63,25 +63,25 @@ more, see the documentation in the

### Repo organization

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

## Deploy

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

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

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

### Production deployment

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

* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/examples/for-production): The `examples/for-production` folder contains sample code
* [examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/examples/for-production): The `examples/for-production` folder contains sample code
optimized for direct usage in production. This is code from the
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
Expand All @@ -105,7 +105,7 @@ For information on how to manage your ECS service, see the documentation in the
module "ecs_service" {
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.7"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -595,7 +595,7 @@ module "ecs_service" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.6"
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.7"
}
inputs = {
Expand Down Expand Up @@ -2810,11 +2810,11 @@ The names of the ECS service's load balancer's target groups
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-service/README.md",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-service/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.6/modules/services/ecs-service/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-service/README.md",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-service/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.7/modules/services/ecs-service/outputs.tf"
],
"sourcePlugin": "service-catalog-api",
"hash": "bc68243a5d9f89b0b623a82a25e42ce7"
"hash": "0b9aeed222b0660504ce2a9bca0e1e14"
}
##DOCS-SOURCER-END -->
Loading

0 comments on commit 0a35a9d

Please sign in to comment.