-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add arn of the glue crawler #7948
Add arn of the glue crawler #7948
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good, @kterada0509, can you please also add this resource to the list of skip_requesting_account_id
resources in website/docs/index.html.markdown
? Much appreciated!
aws/resource_aws_glue_crawler.go
Outdated
@@ -459,6 +463,14 @@ func resourceAwsGlueCrawlerRead(d *schema.ResourceData, meta interface{}) error | |||
return nil | |||
} | |||
|
|||
arn := arn.ARN{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be careful to not shadow the import name by calling this crawlerARN :=
or something. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, fixed.
@bflad Fixed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @kterada0509 🚀
--- PASS: TestAccAWSGlueCrawler_Role_Name_Path (30.35s)
--- PASS: TestAccAWSGlueCrawler_recreates (37.49s)
--- PASS: TestAccAWSGlueCrawler_Configuration (47.17s)
--- PASS: TestAccAWSGlueCrawler_JdbcTarget_Exclusions (52.23s)
--- PASS: TestAccAWSGlueCrawler_DynamodbTarget (56.84s)
--- PASS: TestAccAWSGlueCrawler_Schedule (63.51s)
--- PASS: TestAccAWSGlueCrawler_S3Target_Exclusions (65.80s)
--- PASS: TestAccAWSGlueCrawler_Description (68.51s)
--- PASS: TestAccAWSGlueCrawler_Role_ARN_Path (69.05s)
--- PASS: TestAccAWSGlueCrawler_SecurityConfiguration (74.99s)
--- PASS: TestAccAWSGlueCrawler_JdbcTarget_Multiple (77.72s)
--- PASS: TestAccAWSGlueCrawler_TablePrefix (80.57s)
--- PASS: TestAccAWSGlueCrawler_Role_ARN_NoPath (81.44s)
--- PASS: TestAccAWSGlueCrawler_SchemaChangePolicy (83.13s)
--- PASS: TestAccAWSGlueCrawler_S3Target (83.16s)
--- PASS: TestAccAWSGlueCrawler_Classifiers (84.89s)
--- PASS: TestAccAWSGlueCrawler_JdbcTarget (99.76s)
--- PASS: TestAccAWSGlueCrawler_S3Target_Multiple (140.95s)
This has been released in version 2.2.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Fixes #7934
Changes proposed in this pull request:
Output from acceptance testing: