hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.16k forks source link

AWS Glue studio notebook using terraform #30171

Open SivaSuriyanP opened 1 year ago

SivaSuriyanP commented 1 year ago

Description

Hi All,

I am trying to create an AWS Glue Studio Notebook using Terraform . but i am unable to find exact resource name for that service in Terraform Website. If anyone having Idea on this please help.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

TimXL commented 1 year ago

๐Ÿ‘

I'm not 100% on this, but found this comment here

Convert notebooks to AWS Glue jobs with nbconvert

Jupyter notebooks are saved as .ipynb files. AWS Glue doesnโ€™t currently run .ipynb files directly, so they need to be converted to Python scripts before they can be uploaded to Amazon S3 as jobs. Use the jupyter nbconvert command from a terminal to convert the script.

justinretzolk commented 1 year ago

Hey @SivaSuriyanP ๐Ÿ‘‹ Unless I'm overlooking it, it doesn't appear that there's an API for interacting with Glue Studio. Without the underlying API, we'll not be able to add resources to the AWS provider for Terraform.