-
Notifications
You must be signed in to change notification settings - Fork 77
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
opentelekomcloud_compute_instance_v2 does not work correctly in swiss environment #2663
Comments
Hello @CHS-OTC I've prepared a fix that will be available on next release. |
Hello @artem-lifshits |
@artem-lifshits |
Hi @sekoban available in v1.36.22, please check. |
@anton-sidelnikov thanks, works fine |
Hello,
the ressource results in an terraform error when getting created or fetching their current state.
As the ressource is getting created succesfully its probaply an parsing issue with the terraform provider but I was unable where exactly the issue after searching for differences in the API responses between eu-de and eu-ch2
Terraform provider version
provider registry.terraform.io/opentelekomcloud/opentelekomcloud v1.36.20
Affected Resource(s)
opentelekomcloud_compute_instance_v2 ONLY in eu-ch2
Terraform Configuration Files
resource "opentelekomcloud_compute_instance_v2" "basic_swiss" {
name = "basic-tf-swiss"
image_id = "609a6199-d7af-4d08-b36f-e07bca5bc672"
flavor_id = "s3.large.2"
key_pair = "KeyPair"
security_groups = ["default"]
network {
uuid = "63e09ab5-4a36-4294-ab51-b4b7d8f35bb8"
}
}
Debug Output/Panic Output
https://gist.github.com/CHS-OTC/f642a98b1d08d8bd88474a57853eee8d
Steps to Reproduce
terraform apply
in eu-ch2 environmentExpected Behavior
ECS should be created and correctly added to state and the deployment be completed
Actual Behavior
ECS is getting created but the deployment is receiving an error
Important Factoids
auth_url = "https://iam-pub.eu-ch2.sc.otc.t-systems.com/v3"
The text was updated successfully, but these errors were encountered: