You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.0/modules/services/ecs-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
23
+
24
+
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.1/modules/services/ecs-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
24
25
25
26
<ahref="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>
26
27
@@ -108,25 +109,25 @@ For info on finding your Docker container logs and custom metrics in CloudWatch,
108
109
109
110
### Repo organization
110
111
111
-
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.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.102.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.102.0/test): Automated tests for the modules and examples.
112
+
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.1/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.102.1/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.102.1/test): Automated tests for the modules and examples.
114
115
115
116
## Deploy
116
117
117
118
### Non-production deployment (quick start for learning)
118
119
119
120
If you just want to try this repo out for experimenting and learning, check out the following resources:
120
121
121
-
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.0/examples/for-learning-and-testing): The
122
+
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.1/examples/for-learning-and-testing): The
122
123
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
123
124
testing (but not direct production usage).
124
125
125
126
### Production deployment
126
127
127
128
If you want to deploy this repo in production, check out the following resources:
128
129
129
-
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.0/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.102.1/examples/for-production): The `examples/for-production` folder contains sample code
130
131
optimized for direct usage in production. This is code from the
131
132
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
132
133
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -178,20 +179,6 @@ object({
178
179
```
179
180
180
181
</HclListItemTypeDetails>
181
-
<HclGeneralListItemtitle="More Details">
182
-
<details>
183
-
184
-
185
-
```hcl
186
-
187
-
Name/Value pairs to filter the AMI off of. There are several valid keys, for a full reference, check out the
188
-
documentation for describe-images in the AWS CLI reference
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.0/modules/services/ecs-fargate-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
23
+
24
+
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.1/modules/services/ecs-fargate-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
24
25
25
26
<ahref="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>
26
27
@@ -64,25 +65,25 @@ To understand core concepts like what is ECS, and the different cluster types, s
64
65
65
66
### Repo organization
66
67
67
-
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.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.102.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.102.0/test): Automated tests for the modules and examples.
68
+
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.1/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.102.1/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.102.1/test): Automated tests for the modules and examples.
70
71
71
72
## Deploy
72
73
73
74
### Non-production deployment (quick start for learning)
74
75
75
76
If you just want to try this repo out for experimenting and learning, check out the following resources:
76
77
77
-
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.0/examples/for-learning-and-testing): The
78
+
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.1/examples/for-learning-and-testing): The
78
79
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
79
80
testing (but not direct production usage).
80
81
81
82
### Production deployment
82
83
83
84
If you want to deploy this repo in production, check out the following resources:
84
85
85
-
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.102.0/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.102.1/examples/for-production): The `examples/for-production` folder contains sample code
86
87
optimized for direct usage in production. This is code from the
87
88
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
88
89
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -153,11 +154,11 @@ The name of the ECS cluster.
0 commit comments