README.md in terraspace_plugin_google-0.0.0 vs README.md in terraspace_plugin_google-0.1.0

- old
+ new

@@ -16,19 +16,19 @@ config/plugins/google.rb ```ruby TerraspacePluginGoogle.configure do |config| + config.auto_create = true # set to false to completely disable auto creation config.gcs.versioning = true end ``` By default: -* GCS Buckets have versioning enabled. +* GCS Buckets have [versioning](https://cloud.google.com/storage/docs/object-versioning) enabled. The settings generally only apply if the gcs bucket does not yet exist yet and is created for the first time. - ## Versioning To confirm that the GCS bucket has versioning enabled: