-
Notifications
You must be signed in to change notification settings - Fork 6
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
updates for deployment via Unity Marketplace #181
Conversation
- address `Error: Provider configuration not present` issues upon destroy
- also add dependencies to ensure kube config is populated before creating storage classes
I had to make the following modifications to get this working over an existing install:
I know this works with Terraform v1.9.5 aside from a deprecation warning. Can we place modify the required_version to be restrictive? Also was the default tags local block removed because of the expectation of tags to be passed through a the tags map variable? Is there any home in having default tags. Won't the tags from the variable overwrite them anyways? |
@mcduffie: I updated the PR branch with your mods and ran through shared_storage and jupyterhub deployment/tear-down via MC/Marketplace successfully. Let me know if there are other issues from the manual deployment side. |
Purpose
This PR updates unity-ads-deployment to support EFS and JupyterHub deployment from the Unity Management Console via the Marketplace while maintaining deployment capability without the MC/Marketplace (e.g. running terraform from laptop).
Proposed Changes
terraform destroy
Issues
Testing