learn-terraform-multicloud-kubernetes
learn-terraform-multicloud-kubernetes copied to clipboard
Numerous changes required to get tutorial to work
It looks like you already have numerous pull requests that may address these issues. I think some of them are already approved but just need merging.
To get this tutorial to work I faced the following issues:
- Had to update cluster versions due to the current versions no longer being supported
- Had to update
azurermprovider due to theMicrosoft.Mediaresource no longer being available, see: https://github.com/hashicorp/terraform-provider-azurerm/issues/29405 - Had to find an alternative VM size in azure due to
Standard_D2_v2being deprecated: https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dv2-series?tabs=sizebasic
I think maybe merging one of the outstanding PRs should resolve these issues.
It would be extremely helpful if these could get merged and fixed as I was trying to do this and it was a hindrance to have to keep fixing things along the way.