Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop aws terraform files #840

Merged
merged 3 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion infrastructure/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ In [this folder](./helm) you will find the main configuration to set up your k8s
## Terraform
The [folder](./terraform) contains the configuration that helps you to create your k8s and Ray clusters. Currently, the project supports deployments in:
- [IBM Cloud](https://cloud.ibm.com/login)
- [AWS](https://aws.amazon.com/)

:memo: For more advanced ways to deploy the project you have the guide: [Multi cloud deployment](https://qiskit-extensions.github.io/quantum-serverless/guides/08_multi_cloud_deployment.html).
6 changes: 2 additions & 4 deletions infrastructure/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

This folder will provide you a set of configurations to deploy your k8s cluster and minimum requirements to be able to run the project.

Right now the project supports two platforms where you can deploy the infrastructure:
- [IBM Cloud](./ibm)
- [AWS](./aws)
Right now the project supports deploying the infrastructure to [IBM Cloud](./ibm):

In each folder you will find all the documentation to be able to run the configuration in each platform. For that we are using `terraform`.
In the folder you will find all the documentation to be able to run the configuration. For that we are using `terraform`.

### Plan

Expand Down
195 changes: 0 additions & 195 deletions infrastructure/terraform/aws/.terraform.lock.hcl

This file was deleted.

116 changes: 0 additions & 116 deletions infrastructure/terraform/aws/main.tf

This file was deleted.

55 changes: 0 additions & 55 deletions infrastructure/terraform/aws/outputs.tf

This file was deleted.

Loading