Skip to content
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

[twilio_api_accounts_keys_v2010] Get the api secret #82

Open
oscarmorasu opened this issue Dec 14, 2021 · 6 comments · May be fixed by #117
Open

[twilio_api_accounts_keys_v2010] Get the api secret #82

oscarmorasu opened this issue Dec 14, 2021 · 6 comments · May be fixed by #117
Labels
status: help wanted requesting help from the community type: bug bug in the library

Comments

@oscarmorasu
Copy link

Issue Summary

How do I retrieve the secret when creating a twilio_api_accounts_keys_v2010 resource?

Steps to Reproduce

  1. Create a twilio_api_accounts_keys_v2010
  2. Pass the secret to some other resource, which is only shown at creation time

Code Snippet

resource "twilio_api_accounts_keys_v2010" "api_key" {
  friendly_name = "test-key"
}

output "api_key_secret" {
  value = twilio_api_accounts_keys_v2010.api_key.secret # How do I get this?
}

Technical details:

  • terraform-provider-twilio version: 0.92
  • terraform version: 1.0.6
@shwetha-manvinkurke
Copy link
Contributor

hm looks like a bug to me. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

@shwetha-manvinkurke shwetha-manvinkurke added the type: bug bug in the library label Dec 14, 2021
@bberzinskas-tw
Copy link

also looking for this functionality. pretty crucial given how we manage secrets from TF -> k8s.

@kenske
Copy link

kenske commented Aug 17, 2022

Same thing happening with twilio_api_accounts_keys. Makes the resource kinda useless if you can't get the secret.

kenske added a commit to kenske/terraform-provider-twilio that referenced this issue Aug 17, 2022
@kenske kenske linked a pull request Aug 17, 2022 that will close this issue
8 tasks
@kenske
Copy link

kenske commented Aug 17, 2022

Seems like this functionality was broken here: twilio/twilio-oai-generator#66

@childish-sambino childish-sambino added the status: help wanted requesting help from the community label Aug 26, 2022
@childish-sambino
Copy link
Contributor

I've bumped this issue internally (ref DI-2321).

@nibblesnbits
Copy link

Any movement on this? Just starting trying to use this provider, and it's kinda critical if I am going to use it for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community type: bug bug in the library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants