-
Notifications
You must be signed in to change notification settings - Fork 681
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
provider issue: For KMS resource #5079
Comments
Logs.zip |
@BrunoHenriques @william8siew Is it something you can help with? |
I believe it is as you said, Resource Controller is incorrectly calling our policies API.
is from KMS teams api. This terraform resource code
is managed by a different team from the KMS team |
As per internal debug:
I'm trying this out now, however if this is the solution, I think a new Key Protect provision example needs to be added into the docs that shows passing service endpoint as a parameter. Similar to this example. |
@hkantare FYI, using parameters block worked fine - do you want to keep this issue open to track doc update and logic to catch the misconfiguration? |
Issue seems to have been resolved by core terraform team |
Hello Team,
I am getting this error with the ibm_resource_instance for kms resource:
"MISSING_FIELD_ERR: The field
allowed_networkis required: Allowed Network parameter must be set",
on reapply again, it passes.
Its trying to update Key Protect with
{"parameters":{"service-endpoints":"public-and-private"}}
since in version v5.10.0 of landing zone it was added .@key Protect team why this patch is causing the error:
"MISSING_FIELD_ERR: The field
allowed_networkis required: Allowed Network parameter must be set"
The api is saying that
allowed_network
is required, so I bet they are incorrectly calling the api ?Message terraform-ibmcloud-users
The text was updated successfully, but these errors were encountered: