-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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]>
- Loading branch information
1 parent
190a66d
commit bd194c2
Showing
39 changed files
with
1,329 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" lastModifiedVersion="0.115.6"/> | ||
<VersionBadge version="0.118.2" lastModifiedVersion="0.115.6"/> | ||
|
||
# Amazon ECS Cluster | ||
|
||
<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> | ||
<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> | ||
|
||
<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> | ||
|
||
|
@@ -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.1/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.1/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.1/test): Automated tests for the modules and examples. | ||
* [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. | ||
* [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. | ||
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.1/examples/for-learning-and-testing): The | ||
* [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 | ||
`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.1/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.2/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. | ||
|
@@ -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.1" | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.2" | ||
# ---------------------------------------------------------------------------------------------------- | ||
# REQUIRED VARIABLES | ||
|
@@ -451,7 +451,7 @@ module "ecs_cluster" { | |
# ------------------------------------------------------------------------------------------------------ | ||
terraform { | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.1" | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-cluster?ref=v0.118.2" | ||
} | ||
inputs = { | ||
|
@@ -1481,15 +1481,14 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili | |
</TabItem> | ||
</Tabs> | ||
|
||
|
||
<!-- ##DOCS-SOURCER-START | ||
{ | ||
"originalSources": [ | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-cluster/README.md", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-cluster/variables.tf", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-cluster/outputs.tf" | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-cluster/README.md", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-cluster/variables.tf", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-cluster/outputs.tf" | ||
], | ||
"sourcePlugin": "service-catalog-api", | ||
"hash": "19ca7dd3006734d9ddd7104c315b7243" | ||
"hash": "6ba4905b3b4726c8826ada2f689836a0" | ||
} | ||
##DOCS-SOURCER-END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" lastModifiedVersion="0.66.0"/> | ||
<VersionBadge version="0.118.2" lastModifiedVersion="0.66.0"/> | ||
|
||
# Amazon ECS Fargate Cluster | ||
|
||
<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> | ||
<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> | ||
|
||
<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> | ||
|
||
|
@@ -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.1/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.1/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.1/test): Automated tests for the modules and examples. | ||
* [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. | ||
* [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. | ||
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.1/examples/for-learning-and-testing): The | ||
* [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 | ||
`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.1/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.2/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. | ||
|
@@ -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.1" | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.2" | ||
# ---------------------------------------------------------------------------------------------------- | ||
# REQUIRED VARIABLES | ||
|
@@ -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.1" | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-fargate-cluster?ref=v0.118.2" | ||
} | ||
inputs = { | ||
|
@@ -232,15 +232,14 @@ The name of the ECS cluster. | |
</TabItem> | ||
</Tabs> | ||
|
||
|
||
<!-- ##DOCS-SOURCER-START | ||
{ | ||
"originalSources": [ | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-fargate-cluster/README.md", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-fargate-cluster/variables.tf", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-fargate-cluster/outputs.tf" | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-fargate-cluster/README.md", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-fargate-cluster/variables.tf", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-fargate-cluster/outputs.tf" | ||
], | ||
"sourcePlugin": "service-catalog-api", | ||
"hash": "2a6ab6dafb7e790b8347b650f30c9c99" | ||
"hash": "551da229dda0391880dc2c942958e655" | ||
} | ||
##DOCS-SOURCER-END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1" lastModifiedVersion="0.118.1"/> | ||
<VersionBadge version="0.118.2" lastModifiedVersion="0.118.1"/> | ||
|
||
# Amazon ECS Service | ||
|
||
<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> | ||
<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> | ||
|
||
<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> | ||
|
||
|
@@ -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.1/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.2/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.1/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.1/test): Automated tests for the modules and examples. | ||
* [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. | ||
* [test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/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.1/examples/for-learning-and-testing): The | ||
* [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 | ||
`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.1/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.2/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. | ||
|
@@ -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.1" | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.2" | ||
# ---------------------------------------------------------------------------------------------------- | ||
# REQUIRED VARIABLES | ||
|
@@ -633,7 +633,7 @@ module "ecs_service" { | |
# ------------------------------------------------------------------------------------------------------ | ||
terraform { | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.1" | ||
source = "git::[email protected]:gruntwork-io/terraform-aws-service-catalog.git//modules/services/ecs-service?ref=v0.118.2" | ||
} | ||
inputs = { | ||
|
@@ -3008,15 +3008,14 @@ The names of the ECS service's load balancer's target groups | |
</TabItem> | ||
</Tabs> | ||
|
||
|
||
<!-- ##DOCS-SOURCER-START | ||
{ | ||
"originalSources": [ | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-service/README.md", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-service/variables.tf", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.1/modules/services/ecs-service/outputs.tf" | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-service/README.md", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-service/variables.tf", | ||
"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.118.2/modules/services/ecs-service/outputs.tf" | ||
], | ||
"sourcePlugin": "service-catalog-api", | ||
"hash": "80537a84c7bdb0880116830168f0f931" | ||
"hash": "f1c21ec2dafe7cf0a212cbcd9a7da89c" | ||
} | ||
##DOCS-SOURCER-END --> |
Oops, something went wrong.