-1

I want to deploy vault with a cluster which contains microservices and my vault shouldn't have an external access, and everything should be done using terraform. Does anyone know how to do it?

  • 1
    This question is very general. What have you tried so far? I'd recommend reading https://stackoverflow.com/help/how-to-ask for ideas on how to improve this question. – Will Beason May 12 '21 at 19:07

1 Answers1

0

Please read the Terraform Getting started on how to create Terraform code. You will need to use the Google Provider to deploy your resources. On that page you can view resources like kubernetes, vault and lots of others.

54m
  • 719
  • 2
  • 7
  • 18