-
Notifications
You must be signed in to change notification settings - Fork 160
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
[Feature Request] tfe_oauth_client: import resource and data source #203
Comments
Keep in mind that you'd need to pass the OAuth secret ( TFE_OAUTH_TOKEN=$TOKEN terraform import tfe_oauth_client.foo oc-XKFwG6ggfA9n7t1K This should be an easy-ish PR if you're so inclined! 🙂 |
Check out the data source created by HappyPathway for getting it from the API, youshould be able to use it as a basis for what you need to get at. Then publish it as a module https://github.com/HappyPathway/terraform-tfe-oauth-token |
to: bendruckr to: A30004098 |
Gentle bump, our Terraform Cloud configuration isn't complete without this resource. Thank you :) |
👋 Hi! Thank you for the bump on this issue. You know, I noticed that we added the resource c.f. this PR From what I understand of this request, I think that the issue is resolved. Is there anything missing? @FlorentATo @kuroseets |
👋 Hi @FlorentATo and @kuroseets - checking in again about this request. I think we've addressed the request. I'll go ahead and close this issue. Please feel free to reopen if something is missing. |
I think that we use tfe_oauth_client.id often. but we cannot get already exist tfe_oauth_client object.
It is inconvenience because VSC Settings are often set using the GUI.
The text was updated successfully, but these errors were encountered: