{"id":21725326,"url":"https://github.com/jameswoolfenden/terraform-gcp-appengine","last_synced_at":"2025-04-12T22:52:57.618Z","repository":{"id":81359286,"uuid":"221205583","full_name":"JamesWoolfenden/terraform-gcp-appengine","owner":"JamesWoolfenden","description":"Get your container running, simply.","archived":false,"fork":false,"pushed_at":"2023-10-12T06:52:49.000Z","size":84,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-12-16T12:57:46.804Z","etag":null,"topics":["appengine","gcp","module","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesWoolfenden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2019-11-12T11:49:19.000Z","updated_at":"2023-12-16T12:57:46.805Z","dependencies_parsed_at":"2023-07-11T10:35:31.003Z","dependency_job_id":null,"html_url":"https://github.com/JamesWoolfenden/terraform-gcp-appengine","commit_stats":null,"previous_names":[],"tags_count":50,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-gcp-appengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-gcp-appengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-gcp-appengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-gcp-appengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesWoolfenden","download_url":"https://codeload.github.com/JamesWoolfenden/terraform-gcp-appengine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226433161,"owners_count":17624209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appengine","gcp","module","terraform"],"created_at":"2024-11-26T03:17:08.924Z","updated_at":"2024-11-26T03:17:09.526Z","avatar_url":"https://github.com/JamesWoolfenden.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-gcp-appengine\n\n[![Build Status](https://github.com/JamesWoolfenden/terraform-gcp-appengine/workflows/Verify/badge.svg?branch=master)](https://github.com/JamesWoolfenden/terraform-gcp-appengine)\n[![Latest Release](https://img.shields.io/github/release/JamesWoolfenden/terraform-gcp-appengine.svg)](https://github.com/JamesWoolfenden/terraform-gcp-appengine/releases/latest)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/JamesWoolfenden/terraform-gcp-appengine.svg?label=latest)](https://github.com/JamesWoolfenden/terraform-gcp-appengine/releases/latest)\n![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.14.0-blue.svg)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/JamesWoolfenden/terraform-gcp-appengine/cis_aws)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-gcp-appengine\u0026benchmark=CIS+AWS+V1.2)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![checkov](https://img.shields.io/badge/checkov-verified-brightgreen)](https://www.checkov.io/)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/jameswoolfenden/terraform-gcp-appengine/general)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-gcp-appengine\u0026benchmark=INFRASTRUCTURE+SECURITY)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/jameswoolfenden/terraform-gcp-appengine/cis_gcp)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-gcp-appengine\u0026benchmark=CIS+GCP+V1.1)\n\nA working AppEngine module with example.\n\n## Usage\n\nAdd **module.appengine.tf** to your code:-\n\n```terraform\nmodule \"appengine\" {\n    source      =\"jameswoolfenden/appengine/gcp\"\n    version     = \"0.1.1\"\n    common_tags = var.common_tags\n    project     = var.project\n    app         = var.app\n    sourcezip   = var.sourcezip\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [google_app_engine_standard_app_version.examplea](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/app_engine_standard_app_version) | resource |\n| [google_storage_bucket.bucket](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket) | resource |\n| [google_storage_bucket_object.object](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket_object) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_app\"\u003e\u003c/a\u003e [app](#input\\_app) | A map of all the service properties | `map(any)` | n/a | yes |\n| \u003ca name=\"input_common_labels\"\u003e\u003c/a\u003e [common\\_labels](#input\\_common\\_labels) | This is to help you add tags to your cloud objects | `map(any)` | n/a | yes |\n| \u003ca name=\"input_entrypoint\"\u003e\u003c/a\u003e [entrypoint](#input\\_entrypoint) | app entrypoint | `string` | `\"python3 ./main.py\"` | no |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | n/a | `string` | `\"eu\"` | no |\n| \u003ca name=\"input_project\"\u003e\u003c/a\u003e [project](#input\\_project) | GCP Project | `string` | n/a | yes |\n| \u003ca name=\"input_sourcezip\"\u003e\u003c/a\u003e [sourcezip](#input\\_sourcezip) | The Source zip file payload for app engine | `string` | n/a | yes |\n| \u003ca name=\"input_storage_class\"\u003e\u003c/a\u003e [storage\\_class](#input\\_storage\\_class) | n/a | `string` | `\"STANDARD\"` | no |\n| \u003ca name=\"input_versioning\"\u003e\u003c/a\u003e [versioning](#input\\_versioning) | Switch for versioning | `bool` | `true` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_app\"\u003e\u003c/a\u003e [app](#output\\_app) | n/a |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Role and Permissions\n\n\u003c!-- BEGINNING OF PRE-COMMIT-PIKE DOCS HOOK --\u003e\nThe Terraform resource required is:\n\n```golang\n\nresource \"google_project_iam_custom_role\" \"terraform_pike\" {\n  project     = \"pike\"\n  role_id     = \"terraform_pike\"\n  title       = \"terraform_pike\"\n  description = \"A user with least privileges\"\n  permissions = [\n    \"storage.buckets.create\",\n    \"storage.buckets.delete\",\n    \"storage.buckets.get\",\n    \"storage.buckets.update\",\n    \"storage.objects.create\",\n    \"storage.objects.delete\",\n    \"storage.objects.get\"\n  ]\n}\n\n\n```\n\u003c!-- END OF PRE-COMMIT-PIKE DOCS HOOK --\u003e\n\n## Related Projects\n\nCheck out these related projects.\n\n- [terraform-aws-codecommit](https://github.com/jameswoolfenden/terraform-aws-codebuild) - Storing ones code\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/jameswoolfenden/terraform-gcp-appengine/issues).\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/jameswoolfenden/terraform-gcp-appengine/issues) to report any bugs or file feature requests.\n\n## Copyrights\n\nCopyright © 2019-2023 James Woolfenden\n\n## License\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nSee [LICENSE](LICENSE) for full details.\n\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\n\u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the\nspecific language governing permissions and limitations\nunder the License.\n\n### Contributors\n\n[![James Woolfenden][jameswoolfenden_avatar]][jameswoolfenden_homepage]\u003cbr/\u003e[James Woolfenden][jameswoolfenden_homepage]\n\n[jameswoolfenden_homepage]: https://github.com/jameswoolfenden\n[jameswoolfenden_avatar]: https://github.com/jameswoolfenden.png?size=150\n\nNotes\n\n```cli\ngcloud components install app-engine-python\nExample sourced from:\ngit clone https://github.com/GoogleCloudPlatform/python-docs-samples\n.\\appengine\\standard\\hello_world\\\ngcloud app deploy .\\app.yaml\nenable api\nhttps://console.developers.google.com/apis/api/appengine.googleapis.com/overview?project=756760134552\nEnsure you have adequate permission with App Engine.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswoolfenden%2Fterraform-gcp-appengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameswoolfenden%2Fterraform-gcp-appengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswoolfenden%2Fterraform-gcp-appengine/lists"}