Releases: SebastianUA/terraform-aws-glue
Releases · SebastianUA/terraform-aws-glue
Refactoring AWS Glue v2.14.3
(use "git restore <file>..." to discard changes in working directory)
modified: README.md
modified: examples/main.tf
modified: glue_catalog_database.tf
modified: glue_catalog_table.tf
modified: glue_classifier.tf
modified: glue_connection.tf
modified: glue_crawler.tf
modified: glue_dev_endpoint.tf
modified: glue_job.tf
modified: glue_resource_policy.tf
modified: glue_trigger.tf
modified: glue_workflow.tf
modified: outputs.tf
modified: variables.tf
Untracked files:
(use "git add <file>..." to include in what will be committed)
glue_data_quality_ruleset.tf
Refactoring AWS Glue v1.6.3
Added support:
- glue_partition_index
Refactored:
- glue_job
- glue_ml_transform
Refactoring AWS Glue
Updated:
- README.md
- examples/main.tf
Refactored:
- glue_catalog_table.tf
- glue_crawler.tf
- glue_data_catalog_encryption_settings.tf
- glue_partition.tf
- glue_security_configuration.tf
- variables.tf
Fix output (create_date -> create_time)
Changed output from create_date to create_time
Add multiple predicate usage for AWS Glue
- Added multiple predicate usage
- Refactored the code a bit
Refactoring AWS Glue
Added extra functionality for AWS Glue crawler:
- schema_change_policy
- recrawl_policy
- mongodb_target
- lineage_configuration
Refactoring AWS Glue
Refactored Glue module for AWS provider and added some additional resources inside the example folder
Refactoring AWS Glue
Refactored AWS Glue module and add TF 0.13 supporting.
Refactoring AWS Glue
Refactored AWS Glue module and added additional functionality.
Adds type and comment to partition keys
Merge pull request #2 from guidopili/master Adds type and comment to partition keys