terraform-yc-modules / terraform-yc-s3

MIT License
6 stars 9 forks source link

Failed to query available provider packages #4

Closed r34son closed 7 months ago

r34son commented 7 months ago

Error: Failed to query available provider packages Could not retrieve the list of available versions for provider yandex-cloud/yandex: no available releases match the given constraints 0.92.0, 0.93.0

При попытке использовать вместе с https://github.com/terraform-yc-modules/terraform-yc-cloud

module "cloud" {
  source = "github.com/terraform-yc-modules/terraform-yc-cloud"
  ...
}

module "bucket" {
  source = "github.com/terraform-yc-modules/terraform-yc-s3"
  ...
}
% terraform providers

Providers required by configuration:
.
├── provider[registry.terraform.io/yandex-cloud/yandex]
├── module.bucket
│   ├── provider[registry.terraform.io/yandex-cloud/yandex] 0.92.0
│   ├── provider[registry.terraform.io/hashicorp/random] 3.5.1
│   └── provider[registry.terraform.io/hashicorp/aws] 5.1.0
└── module.cloud
    ├── provider[registry.terraform.io/hashicorp/time] 0.9.1
    └── provider[registry.terraform.io/yandex-cloud/yandex] 0.93.0
r34son commented 7 months ago

Можете ли в модулях задавать не такие жесткие ограничения по версии провайдера?