Closed madbutcher82 closed 2 days ago
Good afternoon! Now there are some problems with our mirror, try to install new version of provider locally:
provider_installation {
dev_overrides {
"mycloud.com/myorg/sbercloud" = "/Users/user/go/bin/"
}
direct {}
}
terraform {
required_providers {
sbercloud = {
source = "mycloud.com/myorg/sbercloud"
}
}
}
provider "sbercloud" {
auth_url = "https://iam.ru-moscow-1.hc.sbercloud.ru/v3"
region = "ru-moscow-1"
access_key = var.access_key
secret_key = var.secret_key
}
After these steps you can use local provider version.
Also, check this issue https://github.com/sbercloud-terraform/terraform-provider-sbercloud/issues/321
Dear colleagues,
We encountered an issue while trying to update the sbercloud provider for terraform.
While changing the version from 1.11.6 to 1.12.4:
we get the following error output:
The settings in .terraformrc are configured according to the setup instructions (https://cloud.ru/docs/terraform/ug/topics/guides__mirrors.html):
Terraform version: