spotinst / terraform-spotinst-ocean-spark

https://registry.terraform.io/modules/spotinst/ocean-spark/spotinst/latest
Apache License 2.0
2 stars 3 forks source link

Error: from-vpc-eks-blueprint #50

Closed rocavalcante closed 3 weeks ago

rocavalcante commented 2 months ago

The main.tf file in the directory from-vpc-eks-blueprint has an error on the line:

source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons"

because it contains two //

Z4ck404 commented 3 weeks ago

Thanks for reporting it. The example will be fixed and update to use this module insteat to install the addons https://registry.terraform.io/modules/aws-ia/eks-blueprints-addons/aws/latest

Z4ck404 commented 3 weeks ago

The example is updated @rocavalcante https://github.com/spotinst/terraform-spotinst-ocean-spark/blob/main/examples/from-vpc-eks-blueprint/main.tf, feel free to reach out if you still encounter issues. Thanks