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

hashicorp/aws version incompatibilities #30

Open
lawrlee opened this issue Dec 12, 2022 · 3 comments
Open

hashicorp/aws version incompatibilities #30

lawrlee opened this issue Dec 12, 2022 · 3 comments

Comments

@lawrlee
Copy link

lawrlee commented Dec 12, 2022

Using the most recent version of ocean-eks=3.2.0 there is an internal aws version incompatibility

│ Could not retrieve the list of available versions for provider
│ hashicorp/aws: no available releases match the given constraints ~> 3.37.0,
│ ~> 3.37, >= 3.56.0, >= 3.73.0
Providers required by configuration:
.
├── provider[registry.terraform.io/spotinst/spotinst] ~> 1.60
├── provider[registry.terraform.io/hashicorp/random]
├── provider[registry.terraform.io/hashicorp/kubernetes]
├── provider[registry.terraform.io/hashicorp/aws] ~> 3.37.0
└── module.ocean-eks
    ├── provider[registry.terraform.io/hashicorp/kubernetes] ~> 2.0
    ├── provider[registry.terraform.io/hashicorp/aws] ~> 3.37
    ├── provider[registry.terraform.io/hashicorp/random] ~> 3.1
    ├── provider[registry.terraform.io/spotinst/spotinst] ~> 1.60
    ├── module.eks
    │   ├── provider[registry.terraform.io/hashicorp/local] >= 1.4.0
    │   ├── provider[registry.terraform.io/hashicorp/kubernetes] >= 1.11.1
    │   ├── provider[registry.terraform.io/hashicorp/cloudinit] >= 2.0.0
    │   ├── provider[registry.terraform.io/terraform-aws-modules/http] >= 2.4.1
    │   ├── provider[registry.terraform.io/hashicorp/aws] >= 3.56.0
    │   ├── module.fargate
    │   │   └── provider[registry.terraform.io/hashicorp/aws] >= 3.56.0
    │   └── module.node_groups
    │       ├── provider[registry.terraform.io/hashicorp/cloudinit] >= 2.0.0
    │       └── provider[registry.terraform.io/hashicorp/aws] >= 3.56.0
    ├── module.ocean-controller
    │   └── provider[registry.terraform.io/hashicorp/kubernetes] ~> 2.0
    └── module.vpc
        └── provider[registry.terraform.io/hashicorp/aws] >= 3.73.0
@matthewcummings
Copy link

@lawrlee did you ever find a workaround for this?

@lawrlee
Copy link
Author

lawrlee commented Nov 17, 2023

Never did 🤷‍♂️

@matthewcummings
Copy link

OK, thanks. . . I guess I'll just use the official EKS Terraform module then.

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

No branches or pull requests

2 participants