Update terraform file to generate trial cluster #96
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #86
Followed this tutorial:
https://medium.com/the-telegraph-engineering/binding-gcp-accounts-to-gke-service-accounts-with-terraform-dfca4e81d2a0
up till the terraform plan generation. I ran the tfplan and it generated the node pools, visible on our project:
One thing I haven't yet figured out is how to share the default account key. I set it as a github secret but dk how to read that on terraform, so for now its reading a credentials.json on my local that I didnt push cause it'll start screaming at me if I do. I can share the json on discord so you guys can run it as well.
Next stepss:
terraform apply
on our local, all would take place on gh actions when we push to main