diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8ee48..8699e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.1.0] - TBD +## [1.1.0] - 2019-02-08 ### Added - New variable for passing Circus Train common configurations to Shunting Yard. eg. Graphite. diff --git a/README.md b/README.md index ccf577f..301e01c 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,15 @@ module "apiary-shuntingyard" { target_metastore_uri = "thrift://ip-address:9083" metastore_events_sns_topic = "arn:aws:sns:us-west-2:1234567:metastore-events-sns-topic" selected_tables = "database_1.table_1, database_2.table_2" + ct_common_config_yaml = "${data.template_file.ct_common_config_yaml.rendered}" docker_image = "your.docker.repo/apiary-shuntingyard" docker_version = "latest" } ``` +Please note that the parameter `ct_common_config_yaml` takes in the contents of the ct-common-config.yml file and should be passed in the manner described above using templates. + # Contact ## Mailing List