用于在 AWS Glue 中提供依赖 jar 路径的 Terraform
Terraform for providing dependent jar path in AWS Glue
我正在尝试通过 Terraform 部署 AWS Glue 作业。但是,在阅读了下面的文档后,我无法找到在 Terraform 中配置“依赖 jars 路径”的方法,因为我在我的 AWS Glue 代码中引用了一个 jar 文件
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_job
请问有办法解决这个问题吗?
Click here for a screen grab of the Dependent jars path
放置 --extra-jars
路径(根据 https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html) into the default_arguments
, as per https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_job
我正在尝试通过 Terraform 部署 AWS Glue 作业。但是,在阅读了下面的文档后,我无法找到在 Terraform 中配置“依赖 jars 路径”的方法,因为我在我的 AWS Glue 代码中引用了一个 jar 文件 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_job
请问有办法解决这个问题吗? Click here for a screen grab of the Dependent jars path
放置 --extra-jars
路径(根据 https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html) into the default_arguments
, as per https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_job