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: install/infra/single-cluster/aws/README.md
-4
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ This module will do the following steps:
14
14
15
15
> 💡 If you would like to create the infrastructure orchestrating the terraform modules by yourself, you can find all the modules we support [here](../../modules/).
16
16
17
-
18
17
Since the entire setup requires more than one terraform target to be run due to
19
18
dependencies (eg: helm provider depends on kubernetes cluster config, which is
20
19
not available until the `eks` module finishes), this directory has a `Makefile`
@@ -79,9 +78,6 @@ be used as registry backend. By default `enable_external_storage_for_registry_ba
79
78
is set to `false`. One can re-use the same `S3` bucket for both object storage and registry backend.
80
79
81
80
The expectation is that you can use the credentials to these setups(provided later
82
-
as terraform outputs) during the setup of Gitpod via UI later in the process.
83
-
Alternatively, one can choose to use incluster dependencies or separately
0 commit comments