-
Notifications
You must be signed in to change notification settings - Fork 674
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
Not able to create IBM Cloud Functions Action #837
Comments
I am having the same problem. Is there a way to create ibm cloud functions with terraform? |
Currently only the older Cloud Foundry (org + space) namespaces are
supported. Creating actions using resource groups and IAM namespaces is not
supported in the provider at this time. The Cloud Functions API Gateway is
also not supported at this time.
…On Wed, May 27, 2020 at 8:15 AM Ignacio ***@***.***> wrote:
I am having the same problem. Is there a way to create ibm cloud functions
with terraform?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#837 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN7NJVJLRW4MOP2I2YVS4LRTT777ANCNFSM4JISVWIQ>
.
|
Hi @davetropeano, thanks for your answer. Is supporting Cloud Functions API Gateway a planned feature or is it out of the scope for now? Regards |
I'll let the provider dev team answer. It's in their backlog but I don't think it is a short term item. |
We are working to support both IAM and CF enabled namespaces |
Will support for APIGW be rolled out as well @hkantare? |
Our initial release
|
@hkantare : When we can expect that Cloud function with IAM based Namespace will be supported in terraform and also the creation of namespace as well ? |
In couple of days we are planning a release support for make the existing resources for CF and IAM based namesapce |
https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.9.0 This release support creating the cloud functions for both CF and IAM namespace |
@hkantare |
@hkantare |
This issue has been fixed. Did you try with the latest release? |
Thank you for your reply. |
Here is the .tf file:
After issuing
terraform apply
along with setting env variable FUNCTION_NAMESPACE, response is:Then, tried with declaring namespace within the provider block of .tf file and this was the response:
Both ways, the speech to text service was created successfully, but the functions action was not created.
The text was updated successfully, but these errors were encountered: