-
Notifications
You must be signed in to change notification settings - Fork 11
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
Azure pre-reqs module and refactor for CDP deploy modules #20
Azure pre-reqs module and refactor for CDP deploy modules #20
Conversation
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried running modules/terraform-cdp-aws-pre-reqs/examples/ex01-minimal_inputs
and it failed. I filled out the terraform.tfvars
as required.
wmudge@wmudge-mbp16-21580:~/tmp/2021-07-13/terraform-cdp-modules/modules/terraform-cdp-aws-pre-reqs/examples/ex01-minimal_inputs % terraform apply [pr-20] [10302] 14:41:28
╷
│ Error: Unsupported argument
│
│ on main.tf line 26, in module "ex01_minimal_inputs":
│ 26: aws_key_pair = var.aws_key_pair
│
│ An argument named "aws_key_pair" is not expected here.
╵
modules/terraform-cdp-deploy/examples/ex01-aws-basic/terraform.tfvars.sample
Outdated
Show resolved
Hide resolved
modules/terraform-cdp-deploy/examples/ex02-azure-basic/terraform.tfvars.sample
Outdated
Show resolved
Hide resolved
modules/terraform-cdp-deploy/examples/ex01-aws-basic/terraform.tfvars.sample
Outdated
Show resolved
Hide resolved
Signed-off-by: Jim Enright <[email protected]>
Signed-off-by: Jim Enright <[email protected]>
Hi @wmudge, Apologies, I had not updated the examples for the terraform-cdp-aws-pre-reqs module on its own. This is done now and ready for re-test. |
Signed-off-by: Jim Enright <[email protected]>
I have tested the AWS part of the examples, works on my side. |
…abs#20) Signed-off-by: Jim Enright <[email protected]>
terraform-cdp-azure-pre-reqs
for the creation of the pre-requisite Azure cloud resourcesterraform-cdp-deploy
to handle the deployment of Cloudera Data Platform (CDP) Public Cloud environment and Datalake creationterraform-cdp-aws-pre-reqs
module to move the CDP creation to the newterraform-cdp-deploy
module.NOTE: CDP deployment is still carried out via Ansible Playbooks and the cloudera.cloud Ansible collections.