Skip to content

Sunbird portal deployment queries #746

Discussion options

You must be logged in to vote

Hi @SameerT-protean

  1. Which module from the Terraform folder in the easy installer GitHub repo should be deployed first?

Start with release-7.0.0 branch.

Inside the terraform/azure/_common directory, you will find all the modules that create the infrastructure.

  • The network.hcl file is used to create the network infrastructure.
  • The aks.hcl file is used to create the AKS cluster.

To create the AKS cluster, the network module is used. To find out the dependency, In the hcl file look for inputs where some values will start dependency and the value will be the output of the module. For example, in the aks.hcl file, you will find the below code:

inputs = {
  environment                       …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@SameerT-protean
Comment options

@ravismula
Comment options

@SameerT-protean
Comment options

@ravismula
Comment options

Answer selected by ravismula
Comment options

You must be logged in to vote
1 reply
@SameerT-protean
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants