This project is aimed at creating a GKE cluster using Terraform.
To install this project, follow these steps:
- Clone the repository.
- Run
terraform init
to initialize the project. - Modify the
variables.tf
file to suit your needs. - Run
terraform apply
to create the GKE cluster.
To use this project, follow these steps:
- Ensure that you have the necessary credentials to access GCP.
- Run
terraform apply
to create the GKE cluster. - Use the generated kubeconfig file to access the cluster.
Contributions are welcome! Please follow these guidelines when contributing:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License.