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.88.0/modules/services/ecs-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
24
+
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/ecs-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
25
25
26
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>
27
27
@@ -109,25 +109,25 @@ For info on finding your Docker container logs and custom metrics in CloudWatch,
109
109
110
110
### Repo organization
111
111
112
-
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/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.88.0/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.88.0/test): Automated tests for the modules and examples.
112
+
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/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.89.0/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.89.0/test): Automated tests for the modules and examples.
115
115
116
116
## Deploy
117
117
118
118
### Non-production deployment (quick start for learning)
119
119
120
120
If you just want to try this repo out for experimenting and learning, check out the following resources:
121
121
122
-
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.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.89.0/examples/for-learning-and-testing): The
123
123
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
124
124
testing (but not direct production usage).
125
125
126
126
### Production deployment
127
127
128
128
If you want to deploy this repo in production, check out the following resources:
129
129
130
-
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.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.89.0/examples/for-production): The `examples/for-production` folder contains sample code
131
131
optimized for direct usage in production. This is code from the
132
132
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
133
133
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -782,11 +782,11 @@ The CloudWatch Dashboard metric widget for the ECS cluster workers' Memory utili
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/ecs-fargate-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
24
+
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/ecs-fargate-cluster"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
25
25
26
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>
27
27
@@ -65,25 +65,25 @@ To understand core concepts like what is ECS, and the different cluster types, s
65
65
66
66
### Repo organization
67
67
68
-
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/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.88.0/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.88.0/test): Automated tests for the modules and examples.
68
+
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/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.89.0/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.89.0/test): Automated tests for the modules and examples.
71
71
72
72
## Deploy
73
73
74
74
### Non-production deployment (quick start for learning)
75
75
76
76
If you just want to try this repo out for experimenting and learning, check out the following resources:
77
77
78
-
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.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.89.0/examples/for-learning-and-testing): The
79
79
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
80
80
testing (but not direct production usage).
81
81
82
82
### Production deployment
83
83
84
84
If you want to deploy this repo in production, check out the following resources:
85
85
86
-
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.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.89.0/examples/for-production): The `examples/for-production` folder contains sample code
87
87
optimized for direct usage in production. This is code from the
88
88
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
89
89
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -154,11 +154,11 @@ The name of the ECS cluster.
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/ecs-service"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
24
+
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/ecs-service"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
25
25
26
26
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases?q=services%2Fecs-service"className="link-button"title="Release notes for only the service catalog versions which impacted this service.">Release Notes</a>
27
27
@@ -64,25 +64,25 @@ more, see the documentation in the
64
64
65
65
### Repo organization
66
66
67
-
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal
67
+
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal
68
68
submodules.
69
-
*[examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/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.88.0/test): Automated tests for the modules and examples.
69
+
*[examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/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.89.0/test): Automated tests for the modules and examples.
71
71
72
72
## Deploy
73
73
74
74
### Non-production deployment (quick start for learning)
75
75
76
76
If you just want to try this repo out for experimenting and learning, check out the following resources:
77
77
78
-
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.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.89.0/examples/for-learning-and-testing): The
79
79
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and testing (but not direct production usage).
80
80
81
81
### Production deployment
82
82
83
83
If you want to deploy this repo in production, check out the following resources:
84
84
85
-
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/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.89.0/examples/for-production): The `examples/for-production` folder contains sample code
86
86
optimized for direct usage in production. This is code from the
87
87
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
88
88
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -1287,11 +1287,11 @@ The names of the ECS service's load balancer's target groups
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules/services/eks-core-services"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
24
+
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules/services/eks-core-services"className="link-button"title="View the source code for this module in GitHub.">View Source</a>
25
25
26
26
<ahref="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases?q=services%2Feks-core-services"className="link-button"title="Release notes for only the service catalog versions which impacted this service.">Release Notes</a>
27
27
@@ -69,25 +69,25 @@ For information on each of the core services deployed by this service, see the d
69
69
70
70
### Repo organization
71
71
72
-
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
73
-
*[examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples): This folder contains working examples of how to use the submodules.
74
-
*[test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/test): Automated tests for the modules and examples.
72
+
*[modules](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
73
+
*[examples](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples): This folder contains working examples of how to use the submodules.
74
+
*[test](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/test): Automated tests for the modules and examples.
75
75
76
76
## Deploy
77
77
78
78
### Non-production deployment (quick start for learning)
79
79
80
80
If you just want to try this repo out for experimenting and learning, check out the following resources:
81
81
82
-
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-learning-and-testing): The
82
+
*[examples/for-learning-and-testing folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-learning-and-testing): The
83
83
`examples/for-learning-and-testing` folder contains standalone sample code optimized for learning, experimenting, and
84
84
testing (but not direct production usage).
85
85
86
86
### Production deployment
87
87
88
88
If you want to deploy this repo in production, check out the following resources:
89
89
90
-
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.88.0/examples/for-production): The `examples/for-production` folder contains sample code
90
+
*[examples/for-production folder](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.89.0/examples/for-production): The `examples/for-production` folder contains sample code
91
91
optimized for direct usage in production. This is code from the
92
92
[Gruntwork Reference Architecture](https://gruntwork.io/reference-architecture), and it shows you how we build an
93
93
end-to-end, integrated tech stack on top of the Gruntwork Service Catalog.
@@ -975,11 +975,11 @@ A list of names of Kubernetes PriorityClass objects created by this module.
0 commit comments