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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ This repository provides a [Terraform module](https://learn.hashicorp.com/tutori
6
6
7
7
This repository provides four submodules:
8
8
9
-
1. The [executors module](https://registry.terraform.io/modules/sourcegraph/executors/aws/6.12.0/submodules/executors) provisions compute resources for executors.
10
-
2. The [docker-mirror module](https://registry.terraform.io/modules/sourcegraph/executors/aws/6.12.0/submodules/docker-mirror) provisions a Docker registry pull-through cache.
11
-
3. The [networking module](https://registry.terraform.io/modules/sourcegraph/executors/aws/6.12.0/submodules/networking) provisions a network to be shared by the executor and Docker registry resources.
12
-
4. The [credentials module](https://registry.terraform.io/modules/sourcegraph/executors/aws/6.12.0/submodules/credentials) provisions credentials required by the Sourcegraph instance to enable observability and auto-scaling of executors.
9
+
1. The [executors module](https://registry.terraform.io/modules/sourcegraph/executors/aws/7.0.0/submodules/executors) provisions compute resources for executors.
10
+
2. The [docker-mirror module](https://registry.terraform.io/modules/sourcegraph/executors/aws/7.0.0/submodules/docker-mirror) provisions a Docker registry pull-through cache.
11
+
3. The [networking module](https://registry.terraform.io/modules/sourcegraph/executors/aws/7.0.0/submodules/networking) provisions a network to be shared by the executor and Docker registry resources.
12
+
4. The [credentials module](https://registry.terraform.io/modules/sourcegraph/executors/aws/7.0.0/submodules/credentials) provisions credentials required by the Sourcegraph instance to enable observability and auto-scaling of executors.
13
13
14
-
The [multiple-executors example](https://github.com/sourcegraph/terraform-aws-executors/blob/v6.12.0/examples/multiple-executors) uses the submodule directly to provision multiple executor resource groups performing different types of work. Follow this example if you are:
14
+
The [multiple-executors example](https://github.com/sourcegraph/terraform-aws-executors/blob/v7.0.0/examples/multiple-executors) uses the submodule directly to provision multiple executor resource groups performing different types of work. Follow this example if you are:
15
15
16
16
17
17
1. Provisioning executors for use with multiple features (e.g., both [auto-indexing](https://sourcegraph.com/docs/code_intelligence/explanations/auto_indexing) and [server-side batch changes](https://sourcegraph.com/docs/batch_changes/explanations/server_side)), or
18
18
2. Provisioning resources for multiple Sourcegraph instances (e.g., test, prod)
19
19
20
-
This repository also provides a [root module](https://registry.terraform.io/modules/sourcegraph/executors/aws/6.12.0) combining the executors, network, and docker-mirror resources into an easier to use package.
20
+
This repository also provides a [root module](https://registry.terraform.io/modules/sourcegraph/executors/aws/7.0.0) combining the executors, network, and docker-mirror resources into an easier to use package.
21
21
22
-
The [single-executor example](https://github.com/sourcegraph/terraform-aws-executors/blob/v6.12.0/examples/single-executor) uses the root module to provision a single executor type. Follow this example if you are deploying to a single Sourcegraph instance and using a single executors-backed feature.
22
+
The [single-executor example](https://github.com/sourcegraph/terraform-aws-executors/blob/v7.0.0/examples/single-executor) uses the root module to provision a single executor type. Follow this example if you are deploying to a single Sourcegraph instance and using a single executors-backed feature.
23
23
24
24
## Requirements
25
25
@@ -28,7 +28,7 @@ The [single-executor example](https://github.com/sourcegraph/terraform-aws-execu
0 commit comments