{ "info": { "author": "Phil Howell", "author_email": "phil@quae.co.uk", "bugtrack_url": null, "classifiers": [], "description": "## Terrier\n\nTerrier is a helper for Terraform remote configuration. It allows `terraform remote` configurations to be stored in a JSON file and used between developers reliably. Currently Terraform doesn't support meta-configuration of itself or its remotes. This makes usage of `terraform remote` problematic as lengthy commands need to remembered or be disseminated through a `README` or other error prone methods.\n\n## Usage\n\n### Define a `terrier.json` configuration file\n\n```\n{\n \"qa\": {\n \"remote\": {\n \"backend\": \"S3\",\n \"config\": {\n \"bucket\": \"foo-qa-bucket\",\n \"key\": \"foo-qa.tfstate\",\n \"region\": \"us-west-1\"\n }\n }\n }\n}\n```\n\nThe top level key provides the name of an environment, `qa` in the following example. Keys generally map to `terraform remote config` arguments. Keys and values defined under `config` will be passed through as `-backend-config` arguments.\n\n### Run `terrier remote `\n\nThe example above would be called with\n\n`terrier remote qa`\n\nand would generate and execute the following `terraform remote` command\n\n`terraform remote config -backend=S3 -backend-config=\"bucket=foo-qa-bucket\" -backend-config=\"key=foo-qa.tfstate\" -backend-config=\"region=us-west-1\"`\n\n### Continue with `terraform remote`\n\n`terrier` only handles configuration of multiple `terraform` remotes. Once run and a remote configured, one should carry on using vanilla `terraform remote pull` and `push` commands.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/immunda/terrier", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "terrier", "package_url": "https://pypi.org/project/terrier/", "platform": "", "project_url": "https://pypi.org/project/terrier/", "project_urls": { "Homepage": "https://github.com/immunda/terrier" }, "release_url": "https://pypi.org/project/terrier/0.2.1/", "requires_dist": [ "click" ], "requires_python": "", "summary": "", "version": "0.2.1" }, "last_serial": 2406171, "releases": { "0.1.dev3": [ { "comment_text": "", "digests": { "md5": "d1cdd957fd1aaf91a8e31c7059684bb6", "sha256": "1b8e6475c98bfba84ee27316cf50a834bbbdf8b701d158302945c47e4d365b8f" }, "downloads": -1, "filename": "terrier-0.1.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "d1cdd957fd1aaf91a8e31c7059684bb6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4076, "upload_time": "2016-08-16T09:41:33", "url": "https://files.pythonhosted.org/packages/7a/9d/92153fbbce0b8e1fde07c6c02461641b3504dc59b9827489cda9cd6a2208/terrier-0.1.dev3-py2-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "15438df0f8082cd0d434c88a073afae1", "sha256": "9bf511933f32615e7085047dfce1f0027eb90d80575b7a6c7edff85c94640f3e" }, "downloads": -1, "filename": "terrier-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15438df0f8082cd0d434c88a073afae1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4113, "upload_time": "2016-10-18T10:14:52", "url": "https://files.pythonhosted.org/packages/54/a9/b98971d0565f92299cba26679816ecb10d7eb29cf5d3f2bcac9e4b00279f/terrier-0.2-py2.py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "38a622dd0946b8f195bd20991ee3c0a1", "sha256": "3a03219a2c2fc8befa97778dff427f7501cb17f92ca7b6370a0a16201f39135e" }, "downloads": -1, "filename": "terrier-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38a622dd0946b8f195bd20991ee3c0a1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4192, "upload_time": "2016-10-18T10:25:11", "url": "https://files.pythonhosted.org/packages/23/03/b2c3cf1078c3ce79b46f2caad3aa30e747f67ce315d1b190e32167b0733d/terrier-0.2.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38a622dd0946b8f195bd20991ee3c0a1", "sha256": "3a03219a2c2fc8befa97778dff427f7501cb17f92ca7b6370a0a16201f39135e" }, "downloads": -1, "filename": "terrier-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38a622dd0946b8f195bd20991ee3c0a1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4192, "upload_time": "2016-10-18T10:25:11", "url": "https://files.pythonhosted.org/packages/23/03/b2c3cf1078c3ce79b46f2caad3aa30e747f67ce315d1b190e32167b0733d/terrier-0.2.1-py2.py3-none-any.whl" } ] }