{"id":20657721,"url":"https://github.com/boltops-tools/terraspace_plugin_google","last_synced_at":"2025-04-19T13:18:11.589Z","repository":{"id":37899692,"uuid":"267639098","full_name":"boltops-tools/terraspace_plugin_google","owner":"boltops-tools","description":"Terraspace Google Cloud Provider","archived":false,"fork":false,"pushed_at":"2024-05-23T16:43:24.000Z","size":78,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-13T15:45:38.410Z","etag":null,"topics":["boltops","terraform","terraspace"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/boltops-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-28T16:24:11.000Z","updated_at":"2022-04-10T17:14:59.000Z","dependencies_parsed_at":"2022-08-08T22:16:20.863Z","dependency_job_id":null,"html_url":"https://github.com/boltops-tools/terraspace_plugin_google","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_google","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_google/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_google/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fterraspace_plugin_google/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltops-tools","download_url":"https://codeload.github.com/boltops-tools/terraspace_plugin_google/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224867222,"owners_count":17382971,"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":["boltops","terraform","terraspace"],"created_at":"2024-11-16T18:22:36.091Z","updated_at":"2024-11-16T18:22:36.652Z","avatar_url":"https://github.com/boltops-tools.png","language":"Ruby","readme":"# Terraspace Google Cloud Plugin\n\nGoogle Cloud support for [terraspace](https://terraspace.cloud/).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'terraspace_plugin_google'\n```\n\n## Configure\n\nOptionally configure the plugin. Here's an example `google.rb` for your terraspace project.\n\nconfig/plugins/google.rb\n\n```ruby\nTerraspacePluginGoogle.configure do |config|\n  config.auto_create = true # set to false to completely disable auto creation\n  config.gcs.versioning = true\nend\n```\n\nBy default:\n\n* GCS Buckets have [versioning](https://cloud.google.com/storage/docs/object-versioning) enabled.\n\nThe settings generally only apply if the gcs bucket does not yet exist yet and is created for the first time.\n\n## Versioning\n\nTo confirm that the GCS bucket has versioning enabled:\n\n    $ gsutil versioning get gs://my-bucket\n    gs://my-bucket: Enabled\n    $\n\nHere's also how you list multiple versions of an object.\n\n    $ gsutil ls gs://my-bucket\n    gs://my-bucket/us-central1/\n    $ echo hello1 \u003e hello.txt\n    $ gsutil cp hello.txt gs://my-bucket/hello.txt\n    $ echo hello2 \u003e hello.txt\n    $ gsutil cp hello.txt gs://my-bucket/hello.txt\n    $ gsutil ls gs://my-bucket/hello.txt\n    gs://my-bucket/hello.txt\n    $ gsutil ls -a gs://my-bucket/hello.txt\n    gs://my-bucket/hello.txt#1590950916098856\n    gs://my-bucket/hello.txt#1590950925738834\n    $ gsutil cp gs://my-bucket/hello.txt#1590950916098856 hello1.txt\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/boltops-tools/terraspace_plugin_google.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fterraspace_plugin_google","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltops-tools%2Fterraspace_plugin_google","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fterraspace_plugin_google/lists"}