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

Added AZ terraform scripts #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neal-shah
Copy link

No description provided.

Copy link
Contributor

@henrikr3 henrikr3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, Neal.
I think the changes look good for the most part, but one thing needs to be handled before we can merge this PR. There is a reference to a private repository, which contains the essential modules. In order for these proposed PR changes to be valid, access to those modules need to be given, either in the form of making the repository public or by having those modules added as part of this PR to this repository.

}

module "aks" {
source = "git@github.com:corda/terraform-modules-ext//modules/az-kubernetes?ref=master"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repository seems to be a private repository.
It also seems to be an essential part of the proposed changes.
Without access to this repository the changes cannot be validated.
There are two options:

  • make the private repository public
  • add the modules from the private repository to be part of this PR


1. Change directory into the Terraform folder in this repository.

2. Create your `terraform.tfvars` file using the `terraform.tfvars.example`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

terraform.tfvars.example does not exist, only terraform.tfvars. I guess that's fine, so probably just update this line of documentation to reflect the reality.

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

Successfully merging this pull request may close these issues.

2 participants